Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_ctimer_time_stamp.c73 CTIMER_StartTimer(s_CtimerBase[halTimeStampState->timeStampInstance]); in HAL_TimeStampInit()
/hal_nxp-latest/mcux/mcux-sdk/components/pwm/
Dfsl_adapter_pwm_ctimer.c100 CTIMER_StartTimer(s_cTimerBase[halPwmState->instance]); in HAL_PwmSetupPwm()
/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_ctimer.c128 CTIMER_StartTimer(s_CtimerBase[halTimerState->instance]); in HAL_TimerEnable()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ctimer/
Dfsl_ctimer.h497 static inline void CTIMER_StartTimer(CTIMER_Type *base) in CTIMER_StartTimer() function