Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c232 static uint8_t TimerGetTimerType(timer_handle_t timerHandle) in TimerGetTimerType() function
295 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()