Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Ddev_pwm.h166 rt_err_t rt_pwm_set(struct rt_device_pwm *device, int channel, rt_uint32_t period, rt_uint32_t puls…
/components/drivers/misc/
A Drt_drv_pwm.c199 rt_err_t rt_pwm_set(struct rt_device_pwm *device, int channel, rt_uint32_t period, rt_uint32_t puls… in rt_pwm_set() function
395 result = rt_pwm_set(pwm_device, atoi(argv[2]), atoi(argv[3]), atoi(argv[4])); in CMD_OPTIONS_STATEMENT()
/components/drivers/thermal/
A Dthermal-cool-pwm-fan.c118 err = rt_pwm_set(pf_cool->pwm_dev, in pwm_fan_cool_set_cur_level()

Completed in 6 milliseconds