Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c283 TIMER_MANAGER_STATIC void TimersUpdate(bool updateRemainingUs, bool updateOnlyPowerTimer, uint32_t … in TimersUpdate() argument
295 if ((updateOnlyPowerTimer && (0U != IsLowPowerTimer(TimerGetTimerType(th)))) || in TimersUpdate()
296 (!updateOnlyPowerTimer)) in TimersUpdate()