:orphan: .. title:: PWM_LED_ESP32_HS_TIMER2_FREQ .. option:: CONFIG_PWM_LED_ESP32_HS_TIMER2_FREQ *Set frequency* Type: ``int`` Direct dependencies =================== \ :option:`PWM_LED_ESP32_HS_TIMER2 ` && \ :option:`PWM_LED_ESP32_HS_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:438`` 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 high speed timers → Set timer 2 .. parsed-literal:: config PWM_LED_ESP32_HS_TIMER2_FREQ int "Set frequency" default 5000 depends on \ :option:`PWM_LED_ESP32_HS_TIMER2 ` && \ :option:`PWM_LED_ESP32_HS_TIMER ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*