Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h238 struct txfr_timer { struct
239 TX_TIMER timer;
240 uint32_t period;
241 uint8_t one_shot;
242 uint8_t allocated;
243 void *id;
244 TimerCallbackFunction_t callback;