Searched refs:drv_pwm_set_period (Results 1 – 3 of 3) sorted by relevance
289 static rt_err_t drv_pwm_set_period(TIM_HandleTypeDef *htim, struct rt_pwm_configuration *configurat… in drv_pwm_set_period() function352 return drv_pwm_set_period(htim, configuration); in drv_pwm_control()
440 static rt_err_t drv_pwm_set_period(tmr_type* tmr_x, struct rt_pwm_configuration *configuration) in drv_pwm_set_period() function582 return drv_pwm_set_period(tmr_x, configuration); in drv_pwm_control()
221 static rt_err_t drv_pwm_set_period(struct EPWM_REGS *epwm, rt_uint32_t period) in drv_pwm_set_period() function339 return drv_pwm_set_period((struct EPWM_REGS *)(pwm->pwm_regs), configuration->period); in drv_pwm_control()
Completed in 7 milliseconds