Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/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()
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()