Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c103 uint64_t remainingUs; /*!< Remaining of the timer, should be microseconds */ member
283 …R_STATIC void TimersUpdate(bool updateRemainingUs, bool updateOnlyPowerTimer, uint32_t remainingUs) in TimersUpdate() argument
299 if (th->remainingUs > remainingUs) in TimersUpdate()
301 th->remainingUs = th->remainingUs - remainingUs; in TimersUpdate()
305 th->remainingUs = 0; in TimersUpdate()
350 if ((0U >= th->remainingUs) && (isInTaskContext == true)) in TimerManagerTaskProcess()
355 th->remainingUs = 0; in TimerManagerTaskProcess()
361 th->remainingUs = th->timeoutInUs; in TimerManagerTaskProcess()
374 … if ((kTimerStateActive_c == state) && (s_timermanager.mUsInTimerInterval > th->remainingUs)) in TimerManagerTaskProcess()
376 s_timermanager.mUsInTimerInterval = (uint32_t)th->remainingUs; in TimerManagerTaskProcess()
[all …]