Searched refs:TimerGetTimerType (Results 1 – 1 of 1) sorted by relevance
232 static uint8_t TimerGetTimerType(timer_handle_t timerHandle) in TimerGetTimerType() function295 if ((updateOnlyPowerTimer && (0U != IsLowPowerTimer(TimerGetTimerType(th)))) || in TimersUpdate()331 timerType = TimerGetTimerType(th); in TimerManagerTaskProcess()524 DecrementActiveTimerNumber(TimerGetTimerType(timerHandle)); in TimerStop()552 IncrementActiveTimerNumber(TimerGetTimerType(timerHandle)); in TimerEnable()983 if ((bool)TM_IsTimerActive(th) && ((timerType & TimerGetTimerType(th)) > 0U)) in TM_GetFirstExpireTime()