Home
last modified time | relevance | path

Searched refs:ostimer_callback_t (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/ostimer/
Dfsl_ostimer.c24 typedef void (*ostimer_isr_t)(OSTIMER_Type *base, ostimer_callback_t cb);
52 static ostimer_callback_t s_ostimerHandle[FSL_FEATURE_SOC_OSTIMER_COUNT];
256 status_t OSTIMER_SetMatchRawValue(OSTIMER_Type *base, uint64_t count, ostimer_callback_t cb) in OSTIMER_SetMatchRawValue()
324 status_t OSTIMER_SetMatchValue(OSTIMER_Type *base, uint64_t count, ostimer_callback_t cb) in OSTIMER_SetMatchValue()
367 void OSTIMER_HandleIRQ(OSTIMER_Type *base, ostimer_callback_t cb) in OSTIMER_HandleIRQ()
Dfsl_ostimer.h39 typedef void (*ostimer_callback_t)(void); typedef
125 status_t OSTIMER_SetMatchRawValue(OSTIMER_Type *base, uint64_t count, ostimer_callback_t cb);
141 status_t OSTIMER_SetMatchValue(OSTIMER_Type *base, uint64_t count, ostimer_callback_t cb);
264 void OSTIMER_HandleIRQ(OSTIMER_Type *base, ostimer_callback_t cb);
/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_ostimer.c57 static ostimer_callback_t ostimer_callback_table[] = {ostimer_match_callback};