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()321 uint8_t timerType; in TimerManagerTaskProcess() local331 timerType = TimerGetTimerType(th); in TimerManagerTaskProcess()349 if (0U != (timerType & (uint32_t)(kTimerModeSingleShot))) in TimerManagerTaskProcess()680 uint8_t timerType = (uint8_t)kTimerModeSingleShot; in TM_EnterTickless() local690 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() argument901 TimerSetTimerType(timerHandle, timerType); in TM_Start()903 if (0U != ((uint8_t)timerType & (uint8_t)kTimerModeSetMinuteTimer)) in TM_Start()[all …]
335 timer_status_t TM_Start(timer_handle_t timerHandle, uint8_t timerType, uint32_t timerTimeout);382 uint32_t TM_GetFirstExpireTime(uint8_t timerType);