Searched refs:totalCount (Results 1 – 1 of 1) sorted by relevance
225 uint64_t totalCount = 0; in HAL_TimerUpdateTimeout() local237 …totalCount = (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()