Home
last modified time | relevance | path

Searched defs:tmrTimerControl (Results 1 – 1 of 1) sorted by relevance

/Kernel-v11.1.0/
Dtimers.c83 …typedef struct tmrTimerControl /* The old naming con… struct
85 …/**< Text name. This is not used by the kernel, it is included simply to make debugging easier. */
86 … /**< Standard linked list item as used by all kernel features for event management. */
87 …dInTicks; /**< How quickly and often the timer expires. */
88 …y the timer. This allows the timer to be identified when the same callback is used for multiple t…
89 …backFunction_t pxCallbackFunction; /**< The function that will be called when the timer expires. */
91 … /**< An ID assigned by trace tools such as FreeRTOS+Trace */
93 …/**< Holds bits to say if the timer was statically allocated or not, and if it is active or not. */