Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/hardware_pwm_test/
Dhardware_pwm_test.c121 pwm_set_phase_correct(pwm, true); in main()
124 pwm_set_phase_correct(pwm, false); in main()
/hal_rpi_pico-latest/src/rp2_common/hardware_pwm/include/hardware/
Dpwm.h515 static inline void pwm_set_phase_correct(uint slice_num, bool phase_correct) { in pwm_set_phase_correct() function