Searched refs:txfr_timer_t (Results 1 – 2 of 2) sorted by relevance
232 typedef struct txfr_timer txfr_timer_t; typedef233 typedef txfr_timer_t *TimerHandle_t;234 typedef txfr_timer_t StaticTimer_t;
2263 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()