Searched defs:tmrTimerControl (Results 1 – 1 of 1) sorted by relevance
75 …typedef struct tmrTimerControl /* The old naming convention is used to prevent br… struct77 … it is included simply to make debugging easier. */ /*lint !e971 Unqualified char types are allowe…78 … /**< Standard linked list item as used by all kernel features for event management. */79 TickType_t xTimerPeriodInTicks; /**< How quickly and often the timer expires. */80 …mer. This allows the timer to be identified when the same callback is used for multiple timers. */81 …backFunction_t pxCallbackFunction; /**< The function that will be called when the timer expires. */83 …BaseType_t uxTimerNumber; /**< An ID assigned by trace tools such as FreeRTOS+Trace */85 …/**< Holds bits to say if the timer was statically allocated or not, and if it is active or not. */