Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_lptmr.c225 uint64_t totalCount = 0; in HAL_TimerUpdateTimeout() local
237totalCount = (uint64_t)tickCount + (uint64_t)LPTMR_GetCurrentTimerCount(s_LptmrBase[halTimerState-… in HAL_TimerUpdateTimeout()
238 if (totalCount > 0xffffffff) in HAL_TimerUpdateTimeout()
240 tickCount = totalCount - 0xffffffff; in HAL_TimerUpdateTimeout()
244 tickCount = totalCount; in HAL_TimerUpdateTimeout()