Searched refs:hal_pwm_stop (Results 1 – 8 of 8) sorted by relevance
108 int32_t hal_pwm_stop(pwm_dev_t *pwm) in hal_pwm_stop() function154 hal_pwm_stop(pwm); in hal_pwm_finalize()
55 hal_pwm_stop(pwm_dev); in pwm_device_ioctl()109 ret = hal_pwm_stop(pwm_dev); in pwm_device_close()268 __weak int32_t hal_pwm_stop(pwm_dev_t *tim) { in hal_pwm_stop() function
57 int32_t hal_pwm_stop(pwm_dev_t *pwm);
42 WEAK int hal_pwm_stop(pwm_dev_t *pwm) in hal_pwm_stop() function
45 hal_pwm_stop(&pwm); in pwm_test_process()
58 hal_pwm_stop(&pwm_dev); in hal_pwm_test_output()
83 int32_t hal_pwm_stop(pwm_dev_t *pwm) in hal_pwm_stop() function
67 hal_pwm_stop(&pwm);75 hal_pwm_stop(&pwm);
Completed in 7 milliseconds