Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/utick/
Dfsl_utick.c23 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()
Dfsl_utick.h37 typedef void (*utick_callback_t)(void); typedef
96 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);