Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h233 typedef struct txfr_timer txfr_timer_t; typedef
234 typedef txfr_timer_t *TimerHandle_t;
235 typedef txfr_timer_t StaticTimer_t;
Dtx_freertos.c2253 txfr_timer_t *p_timer; in txfr_timer_callback_wrapper()
2255 p_timer = (txfr_timer_t *)id; in txfr_timer_callback_wrapper()
2271 txfr_timer_t *p_timer; in xTimerCreate()
2284 p_timer = txfr_malloc(sizeof(txfr_timer_t)); in xTimerCreate()