Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/hardware_pwm_test/
Dhardware_pwm_test.c82 pwm_set_both_levels(pwm, v + 1, v); in main()
/hal_rpi_pico-latest/src/rp2_common/hardware_pwm/include/hardware/
Dpwm.h350 static inline void pwm_set_both_levels(uint slice_num, uint16_t level_a, uint16_t level_b) { in pwm_set_both_levels() function