Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c243 static void TimerSetTimerType(timer_handle_t timerHandle, uint8_t timerType) in TimerSetTimerType() argument
247 timer->tmrType |= timerType; in TimerSetTimerType()
321 uint8_t timerType; in TimerManagerTaskProcess() local
331 timerType = TimerGetTimerType(th); in TimerManagerTaskProcess()
349 if (0U != (timerType & (uint32_t)(kTimerModeSingleShot))) in TimerManagerTaskProcess()
680 uint8_t timerType = (uint8_t)kTimerModeSingleShot; in TM_EnterTickless() local
690 TimerSetTimerType(timerHandle, timerType); in TM_EnterTickless()
892 timer_status_t TM_Start(timer_handle_t timerHandle, uint8_t timerType, uint32_t timerTimeout) in TM_Start() argument
901 TimerSetTimerType(timerHandle, timerType); in TM_Start()
903 if (0U != ((uint8_t)timerType & (uint8_t)kTimerModeSetMinuteTimer)) in TM_Start()
[all …]
Dfsl_component_timer_manager.h335 timer_status_t TM_Start(timer_handle_t timerHandle, uint8_t timerType, uint32_t timerTimeout);
382 uint32_t TM_GetFirstExpireTime(uint8_t timerType);