sem_alarm_t Struct Reference
Collaboration diagram for sem_alarm_t:

Data Fields | |
| SemaphoreHandle_t * | pAlarm |
| Semaphore that is given when alarm is triggered. More... | |
| alarm_time_t | time |
| The time that triggers the alarm. More... | |
Detailed Description
Structure that holds the time alarm will trigger, and the semaphore that will be given when the alarm triggers
Field Documentation
| SemaphoreHandle_t* sem_alarm_t::pAlarm |
Semaphore that is given when alarm is triggered.
| alarm_time_t sem_alarm_t::time |
The time that triggers the alarm.
The documentation for this struct was generated from the following file:
- /var/www/html/SJSU-DEV-Linux/firmware/default/lib/L3_Utils/src/rtc_alarm.c

1.8.11