Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c177 …((((type) & (uint8_t)kTimerModeLowPowerTimer) != 0U) ? (++s_timermanager.numberOfLowPowerActiveTim…
180 …((((type) & (uint8_t)kTimerModeLowPowerTimer) != 0U) ? (--s_timermanager.numberOfLowPowerActiveTim…
186 #define IsLowPowerTimer(type) ((type) & (uint8_t)kTimerModeLowPowerTimer)
Dfsl_component_timer_manager.h145 #define kTimerModeLowPowerTimer 0x10U /**< The timer will low power mode timer. */ macro