Searched refs:PWM_GetPeriod (Results 1 – 3 of 3) sorted by relevance
107 uint16_t PWM_GetPeriod(PWM_TypeDef * PWMx); //获取周期
318 uint16_t PWM_GetPeriod(PWM_TypeDef * PWMx) in PWM_GetPeriod() function
249 configuration->period = PWM_GetPeriod(pwm_cfg->PWMx) * 1000UL; //中心对称模式下频率降低一半 in swm_pwm_get()
Completed in 9 milliseconds