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()334 timerType = TimerGetTimerType(th); in TimerManagerTaskProcess()532 DecrementActiveTimerNumber(TimerGetTimerType(timerHandle)); in TimerStop()560 IncrementActiveTimerNumber(TimerGetTimerType(timerHandle)); in TimerEnable()1014 if ((bool)TM_IsTimerActive(th) && ((timerType & TimerGetTimerType(th)) > 0U)) in TM_GetFirstExpireTime()