Home
last modified time | relevance | path

Searched refs:rt_pwm_set_phase (Results 1 – 2 of 2) sorted by relevance

/components/drivers/include/drivers/
A Ddev_pwm.h202 rt_err_t rt_pwm_set_phase(struct rt_device_pwm *device, int channel, rt_uint32_t phase);
/components/drivers/misc/
A Drt_drv_pwm.c269 rt_err_t rt_pwm_set_phase(struct rt_device_pwm *device, int channel, rt_uint32_t phase) in rt_pwm_set_phase() function
408 result = rt_pwm_set_phase(pwm_device, atoi(argv[2]), atoi(argv[3])); in CMD_OPTIONS_STATEMENT()

Completed in 3 milliseconds