Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/pwm/
Dfsl_adapter_pwm_ftm.c107 FTM_StartTimer(s_ftmBase[halPwmState->instance], kFTM_SystemClock); in HAL_PwmSetupPwm()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/timer/
Dfsl_adapter_ftm.c130 FTM_StartTimer(s_FtmBase[halTimerState->instance], kFTM_SystemClock); in HAL_TimerEnable()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.h737 static inline void FTM_StartTimer(FTM_Type *base, ftm_clock_source_t clockSource) in FTM_StartTimer() function