:orphan: .. title:: PWM_LED_ESP32_LS_CH1_TIMER .. option:: CONFIG_PWM_LED_ESP32_LS_CH1_TIMER *Set timer* Type: ``int`` Help ==== Timer source channel, allowed values: 0 - 4. Direct dependencies =================== \ :option:`PWM_LED_ESP32_LS_CH1 ` && \ :option:`PWM_LED_ESP32_LS_CH ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/pwm/Kconfig.esp32:245`` 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 channels → Enable channel 1 .. parsed-literal:: config PWM_LED_ESP32_LS_CH1_TIMER int "Set timer" range 0 3 default 0 depends on \ :option:`PWM_LED_ESP32_LS_CH1 ` && \ :option:`PWM_LED_ESP32_LS_CH ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` help Timer source channel, allowed values: 0 - 4. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*