Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.h143 #define kTimerModeSetMinuteTimer 0x04U /**< The timer will one minute timer. */ macro
Dfsl_component_timer_manager.c935 if (0U != ((uint8_t)timerType & (uint8_t)kTimerModeSetMinuteTimer)) in TM_Start()