Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c285 timer_handle_struct_t *th = s_timermanager.timerHead; in TimersUpdate() local
289 while (th != NULL) in TimersUpdate()
293 if ((timer_state_t)TimerGetTimerStatus(th) == kTimerStateActive_c) in TimersUpdate()
295 if ((updateOnlyPowerTimer && (0U != IsLowPowerTimer(TimerGetTimerType(th)))) || in TimersUpdate()
299 if (th->remainingUs > remainingUs) in TimersUpdate()
301 th->remainingUs = th->remainingUs - remainingUs; in TimersUpdate()
305 th->remainingUs = 0; in TimersUpdate()
310 th = th->next; in TimersUpdate()
330 timer_handle_struct_t *th = s_timermanager.timerHead; in TimerManagerTaskProcess() local
332 while (NULL != th) in TimerManagerTaskProcess()
[all …]