Searched refs:TimerGetTimerStatus (Results 1 – 1 of 1) sorted by relevance
209 static uint8_t TimerGetTimerStatus(timer_handle_t timerHandle) in TimerGetTimerStatus() function293 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()