Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_ostimer.c134 …uint64_t timerTicks = OSTIMER_GetCurrentTimerValue(s_ostimerBase[halTimerStat… in HAL_TimerUpdateTimeout() local
136 timerTicks += USEC_TO_COUNT(timeout, halTimerState->timerClock_Hz); in HAL_TimerUpdateTimeout()
139 OSTIMER_SetMatchValue(s_ostimerBase[halTimerState->instance], timerTicks, in HAL_TimerUpdateTimeout()