Searched refs:rt_pwm_set_phase (Results 1 – 2 of 2) sorted by relevance
202 rt_err_t rt_pwm_set_phase(struct rt_device_pwm *device, int channel, rt_uint32_t phase);
269 rt_err_t rt_pwm_set_phase(struct rt_device_pwm *device, int channel, rt_uint32_t phase) in rt_pwm_set_phase() function408 result = rt_pwm_set_phase(pwm_device, atoi(argv[2]), atoi(argv[3])); in CMD_OPTIONS_STATEMENT()
Completed in 3 milliseconds