Searched refs:utick_callback_t (Results 1 – 2 of 2) sorted by relevance
23 typedef void (*utick_isr_t)(UTICK_Type *base, utick_callback_t cb);43 static utick_callback_t s_utickHandle[ARRAY_SIZE(s_utickBases)];95 void UTICK_SetTick(UTICK_Type *base, utick_mode_t mode, uint32_t count, utick_callback_t cb) in UTICK_SetTick()190 void UTICK_HandleIRQ(UTICK_Type *base, utick_callback_t cb) in UTICK_HandleIRQ()
37 typedef void (*utick_callback_t)(void); typedef96 void UTICK_SetTick(UTICK_Type *base, utick_mode_t mode, uint32_t count, utick_callback_t cb);108 void UTICK_HandleIRQ(UTICK_Type *base, utick_callback_t cb);