Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/hardware_pwm_test/
Dhardware_pwm_test.c104 pwm_set_output_polarity(pwm, false, false); in main()
109 pwm_set_output_polarity(pwm, true, false); in main()
113 pwm_set_output_polarity(pwm, false, true); in main()
117 pwm_set_output_polarity(pwm, true, true); in main()
/hal_rpi_pico-latest/src/rp2_common/hardware_pwm/include/hardware/
Dpwm.h484 static inline void pwm_set_output_polarity(uint slice_num, bool a, bool b) { in pwm_set_output_polarity() function