Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.h146 #define kTimerModeSetMicrosTimer 0x20U /**< The timer will low power mode timer with microsecond un… macro
Dfsl_component_timer_manager.c945 else if (0U != ((uint8_t)timerType & (uint8_t)kTimerModeSetMicrosTimer)) in TM_Start()