Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/ostimer/
Dfsl_ostimer.h141 status_t OSTIMER_SetMatchValue(OSTIMER_Type *base, uint64_t count, ostimer_callback_t cb);
Dfsl_ostimer.c324 status_t OSTIMER_SetMatchValue(OSTIMER_Type *base, uint64_t count, ostimer_callback_t cb) in OSTIMER_SetMatchValue() function
/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_ostimer.c139 OSTIMER_SetMatchValue(s_ostimerBase[halTimerState->instance], timerTicks, in HAL_TimerUpdateTimeout()