Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c823 timer_handle_struct_t *timerStatePre; in TM_Close() local
833 timerStatePre = s_timermanager.timerHead; in TM_Close()
835 if (timerStatePre != timerState) in TM_Close()
837 while ((NULL != timerStatePre) && (timerStatePre->next != timerState)) in TM_Close()
839 timerStatePre = timerStatePre->next; in TM_Close()
841 if (NULL != timerStatePre) in TM_Close()
843 timerStatePre->next = timerState->next; in TM_Close()