Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/ostimer/
Dfsl_ostimer.c36 static uint32_t OSTIMER_GetInstance(OSTIMER_Type *base);
79 static uint32_t OSTIMER_GetInstance(OSTIMER_Type *base) in OSTIMER_GetInstance() function
157 (void)EnableIRQ(s_ostimerIRQ[OSTIMER_GetInstance(base)]); in OSTIMER_EnableInterrupt()
163 (void)DisableIRQ(s_ostimerIRQ[OSTIMER_GetInstance(base)]); in OSTIMER_EnableInterrupt()
176 uint32_t instance = OSTIMER_GetInstance(base); in OSTIMER_Init()
191 RESET_ReleasePeripheralReset(s_ostimerResets[OSTIMER_GetInstance(base)]); in OSTIMER_Init()
206 CLOCK_DisableClock(s_ostimerClock[OSTIMER_GetInstance(base)]); in OSTIMER_Deinit()
263 uint32_t instance = OSTIMER_GetInstance(base); in OSTIMER_SetMatchRawValue()