Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Ddev_pwm.h148 rt_err_t rt_pwm_enable(struct rt_device_pwm *device, int channel);
/components/drivers/misc/
A Drt_drv_pwm.c141 rt_err_t rt_pwm_enable(struct rt_device_pwm *device, int channel) in rt_pwm_enable() function
353 result = rt_pwm_enable(pwm_device, atoi(argv[2])); in CMD_OPTIONS_STATEMENT()
/components/drivers/thermal/
A Dthermal-cool-pwm-fan.c42 if ((err = rt_pwm_enable(pf_cool->pwm_dev, pf_cool->pwm_conf.channel))) in pwm_fan_power_on()

Completed in 4 milliseconds