Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c826 status = TM_Stop(timerHandle); in TM_Close()
930 status = TM_Stop(timerHandle); in TM_Start()
970 timer_status_t TM_Stop(timer_handle_t timerHandle) in TM_Stop() function
Dfsl_component_timer_manager.h341 timer_status_t TM_Stop(timer_handle_t timerHandle);
/hal_nxp-latest/mcux/mcux-sdk/components/button/
Dfsl_component_button.c243 (void)TM_Stop(s_buttonList.timerHandle); in BUTTON_Task()