Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c186 #define IsLowPowerTimer(type) ((type) & (uint8_t)kTimerModeLowPowerTimer) macro
295 if ((updateOnlyPowerTimer && (0U != IsLowPowerTimer(TimerGetTimerType(th)))) || in TimersUpdate()