Searched refs:FTM_StartTimer (Results 1 – 3 of 3) sorted by relevance
107 FTM_StartTimer(s_ftmBase[halPwmState->instance], kFTM_SystemClock); in HAL_PwmSetupPwm()
130 FTM_StartTimer(s_FtmBase[halTimerState->instance], kFTM_SystemClock); in HAL_TimerEnable()
737 static inline void FTM_StartTimer(FTM_Type *base, ftm_clock_source_t clockSource) in FTM_StartTimer() function