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