Home
last modified time | relevance | path

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

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