Searched refs:kTimerModeSingleShot (Results 1 – 2 of 2) sorted by relevance
141 #define kTimerModeSingleShot 0x01U /**< The timer will expire only once. */ macro
353 if (0U != (timerType & (uint32_t)(kTimerModeSingleShot))) in TimerManagerTaskProcess()700 uint8_t timerType = (uint8_t)kTimerModeSingleShot; in TM_EnterTickless()