Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dtimers.c84 …typedef struct tmrTimerControl /* The old naming convention is used to prevent br… struct
86 … it is included simply to make debugging easier. */ /*lint !e971 Unqualified char types are allowe…
87 … /*<< Standard linked list item as used by all kernel features for event management. */
88 TickType_t xTimerPeriodInTicks; /*<< How quickly and often the timer expires. */
89 …mer. This allows the timer to be identified when the same callback is used for multiple timers. */
90 …backFunction_t pxCallbackFunction; /*<< The function that will be called when the timer expires. */
92 …BaseType_t uxTimerNumber; /*<< An ID assigned by trace tools such as FreeRTOS+Trace */
94 …/*<< Holds bits to say if the timer was statically allocated or not, and if it is active or not. */