Data Fields | |
const char * | pcTimerName |
void * | pvTimerID |
TimerCallbackFunction_t | pxCallbackFunction |
UBaseType_t | uxAutoReload |
UBaseType_t | uxTimerNumber |
ListItem_t | xTimerListItem |
TickType_t | xTimerPeriodInTicks |
const char* tmrTimerControl::pcTimerName |
Referenced by pcTimerGetTimerName(), and xTimerCreate().
void* tmrTimerControl::pvTimerID |
Referenced by pvTimerGetTimerID(), vTimerSetTimerID(), and xTimerCreate().
TimerCallbackFunction_t tmrTimerControl::pxCallbackFunction |
Referenced by prvProcessExpiredTimer(), prvProcessReceivedCommands(), prvSwitchTimerLists(), and xTimerCreate().
UBaseType_t tmrTimerControl::uxAutoReload |
Referenced by prvProcessExpiredTimer(), and xTimerCreate().
UBaseType_t tmrTimerControl::uxTimerNumber |
ListItem_t tmrTimerControl::xTimerListItem |
TickType_t tmrTimerControl::xTimerPeriodInTicks |
Referenced by prvInsertTimerInActiveList(), prvProcessExpiredTimer(), prvProcessReceivedCommands(), and xTimerCreate().