Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/mrt/
Dfsl_mrt.c110 MRT_StopTimer(base, kMRT_Channel_0); in MRT_Deinit()
111 MRT_StopTimer(base, kMRT_Channel_1); in MRT_Deinit()
113 MRT_StopTimer(base, kMRT_Channel_2); in MRT_Deinit()
116 MRT_StopTimer(base, kMRT_Channel_3); in MRT_Deinit()
Dfsl_mrt.h306 static inline void MRT_StopTimer(MRT_Type *base, mrt_chnl_t channel) in MRT_StopTimer() function
/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_mrt.c121 MRT_StopTimer(s_MrtBase[halTimerState->instance], kMRT_Channel_0); in HAL_TimerDisable()
168 MRT_StopTimer(s_MrtBase[halTimerState->instance], kMRT_Channel_0); in HAL_TimerUpdateTimeout()