Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c209 static uint8_t TimerGetTimerStatus(timer_handle_t timerHandle) in TimerGetTimerStatus() function
293 if ((timer_state_t)TimerGetTimerStatus(th) == kTimerStateActive_c) in TimersUpdate()
332 state = (timer_state_t)TimerGetTimerStatus(th); in TimerManagerTaskProcess()
353 state = (timer_state_t)TimerGetTimerStatus(th); in TimerManagerTaskProcess()
519 state = (timer_state_t)TimerGetTimerStatus(timerHandle); in TimerStop()
550 if ((uint8_t)kTimerStateInactive_c == TimerGetTimerStatus(timerHandle)) in TimerEnable()
845 return (uint8_t)(TimerGetTimerStatus(timerHandle) == (uint8_t)kTimerStateActive_c); in TM_IsTimerActive()
858 return (uint8_t)(TimerGetTimerStatus(timerHandle) == (uint8_t)kTimerStateReady_c); in TM_IsTimerReady()