Searched refs:txfr_timer_t (Results 1 – 2 of 2) sorted by relevance
233 typedef struct txfr_timer txfr_timer_t; typedef234 typedef txfr_timer_t *TimerHandle_t;235 typedef txfr_timer_t StaticTimer_t;
2253 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()