Home
last modified time | relevance | path

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

/hal_nxp-latest/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()
335 state = (timer_state_t)TimerGetTimerStatus(th); in TimerManagerTaskProcess()
357 state = (timer_state_t)TimerGetTimerStatus(th); in TimerManagerTaskProcess()
527 state = (timer_state_t)TimerGetTimerStatus(timerHandle); in TimerStop()
558 if ((uint8_t)kTimerStateInactive_c == TimerGetTimerStatus(timerHandle)) in TimerEnable()
877 return (uint8_t)(TimerGetTimerStatus(timerHandle) == (uint8_t)kTimerStateActive_c); in TM_IsTimerActive()
890 return (uint8_t)(TimerGetTimerStatus(timerHandle) == (uint8_t)kTimerStateReady_c); in TM_IsTimerReady()