:orphan: .. title:: PWM_LED_ESP32_LS_TIMER3_FREQ .. option:: CONFIG_PWM_LED_ESP32_LS_TIMER3_FREQ *Set frequency* Type: ``int`` Direct dependencies =================== \ :option:`PWM_LED_ESP32_LS_TIMER3 ` && \ :option:`PWM_LED_ESP32_LS_TIMER ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 5000 Kconfig definition ================== At ``/pwm/Kconfig.esp32:541`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:44`` → ``/pwm/Kconfig:42`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → ESP32 PWM LED driver → Set low speed timers → Set timer 3 .. code-block:: kconfig config PWM_LED_ESP32_LS_TIMER3_FREQ int "Set frequency" default 5000 depends on PWM_LED_ESP32_LS_TIMER3 && PWM_LED_ESP32_LS_TIMER && PWM_LED_ESP32 && PWM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*