FreeRTOS:
POSIX
|
Return to main page ↑ |
Internal timer structure. More...
Data Fields | |
StaticTimer_t | xTimerBuffer |
struct sigevent | xTimerEvent |
TickType_t | xTimerPeriod |
Internal timer structure.
StaticTimer_t timer_internal_t::xTimerBuffer |
Memory that holds the FreeRTOS timer.
struct sigevent timer_internal_t::xTimerEvent |
What to do when this timer expires.
TickType_t timer_internal_t::xTimerPeriod |
Period of this timer.