Searched refs:ostimer_callback_t (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ostimer/ |
| D | fsl_ostimer.c | 24 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()
|
| D | fsl_ostimer.h | 39 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/ |
| D | fsl_adapter_ostimer.c | 57 static ostimer_callback_t ostimer_callback_table[] = {ostimer_match_callback};
|