Searched refs:timerType (Results 1 – 2 of 2) sorted by relevance
243 static void TimerSetTimerType(timer_handle_t timerHandle, uint8_t timerType) in TimerSetTimerType() argument247 timer->tmrType |= timerType; in TimerSetTimerType()324 uint8_t timerType; in TimerManagerTaskProcess() local334 timerType = TimerGetTimerType(th); in TimerManagerTaskProcess()353 if (0U != (timerType & (uint32_t)(kTimerModeSingleShot))) in TimerManagerTaskProcess()700 uint8_t timerType = (uint8_t)kTimerModeSingleShot; in TM_EnterTickless() local710 TimerSetTimerType(timerHandle, timerType); in TM_EnterTickless()924 timer_status_t TM_Start(timer_handle_t timerHandle, uint8_t timerType, uint32_t timerTimeout) in TM_Start() argument933 TimerSetTimerType(timerHandle, timerType); in TM_Start()935 if (0U != ((uint8_t)timerType & (uint8_t)kTimerModeSetMinuteTimer)) in TM_Start()[all …]
331 timer_status_t TM_Start(timer_handle_t timerHandle, uint8_t timerType, uint32_t timerTimeout);378 uint32_t TM_GetFirstExpireTime(uint8_t timerType);