Searched refs:rt_pwm_set (Results 1 – 3 of 3) sorted by relevance
| /components/drivers/include/drivers/ |
| A D | dev_pwm.h | 166 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 D | rt_drv_pwm.c | 199 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 D | thermal-cool-pwm-fan.c | 118 err = rt_pwm_set(pf_cool->pwm_dev, in pwm_fan_cool_set_cur_level()
|
Completed in 6 milliseconds