Searched refs:rt_pwm_disable (Results 1 – 3 of 3) sorted by relevance
49 rt_pwm_disable(pf_cool->pwm_dev, pf_cool->pwm_conf.channel); in pwm_fan_power_on()66 if ((err = rt_pwm_disable(pf_cool->pwm_dev, pf_cool->pwm_conf.channel))) in pwm_fan_power_off()
156 rt_err_t rt_pwm_disable(struct rt_device_pwm *device, int channel);
170 rt_err_t rt_pwm_disable(struct rt_device_pwm *device, int channel) in rt_pwm_disable() function368 result = rt_pwm_disable(pwm_device, atoi(argv[2])); in CMD_OPTIONS_STATEMENT()
Completed in 4 milliseconds