Home
last modified time | relevance | path

Searched refs:txfr_timer_t (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h232 typedef struct txfr_timer txfr_timer_t; typedef
233 typedef txfr_timer_t *TimerHandle_t;
234 typedef txfr_timer_t StaticTimer_t;
Dtx_freertos.c2263 txfr_timer_t *p_timer; in txfr_timer_callback_wrapper()
2265 p_timer = (txfr_timer_t *)id; in txfr_timer_callback_wrapper()
2281 txfr_timer_t *p_timer; in xTimerCreate()
2294 p_timer = txfr_malloc(sizeof(txfr_timer_t)); in xTimerCreate()