Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.h141 #define kTimerModeSingleShot 0x01U /**< The timer will expire only once. */ macro
Dfsl_component_timer_manager.c353 if (0U != (timerType & (uint32_t)(kTimerModeSingleShot))) in TimerManagerTaskProcess()
700 uint8_t timerType = (uint8_t)kTimerModeSingleShot; in TM_EnterTickless()