Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_pwm/include/hardware/
Dpwm.h56 PWM_DIV_FREE_RUNNING = 0, ///< Free-running counting at rate dictated by fractional divider enumerator
219 valid_params_if(HARDWARE_PWM, mode == PWM_DIV_FREE_RUNNING || in pwm_config_set_clkdiv_mode()
285 pwm_config_set_clkdiv_mode(&c, PWM_DIV_FREE_RUNNING); in pwm_get_default_config()
499 valid_params_if(HARDWARE_PWM, mode == PWM_DIV_FREE_RUNNING || in pwm_set_clkdiv_mode()
/hal_rpi_pico-latest/test/hardware_pwm_test/
Dhardware_pwm_test.c127 for (int m = PWM_DIV_FREE_RUNNING; m <= PWM_DIV_B_FALLING; m++) { in main()