:orphan: .. title:: PWM_LED_ESP32_LS_CH3_GPIO .. option:: CONFIG_PWM_LED_ESP32_LS_CH3_GPIO *GPIO number* Type: ``int`` Help ==== .. code-block:: none GPIO number, allowed values: 0 - 19, 21 - 23, 25 - 27 and 32 - 39. Direct dependencies =================== \ :option:`PWM_LED_ESP32_LS_CH3 ` && \ :option:`PWM_LED_ESP32_LS_CH ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 15 Kconfig definition ================== At ``/pwm/Kconfig.esp32:282`` 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 channels → Enable channel 3 .. code-block:: kconfig config PWM_LED_ESP32_LS_CH3_GPIO int "GPIO number" range 0 39 default 15 depends on PWM_LED_ESP32_LS_CH3 && PWM_LED_ESP32_LS_CH && PWM_LED_ESP32 && PWM help GPIO number, allowed values: 0 - 19, 21 - 23, 25 - 27 and 32 - 39. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*