:orphan: .. title:: PWM_LED_ESP32_HS_CH6_GPIO .. option:: CONFIG_PWM_LED_ESP32_HS_CH6_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_HS_CH6 ` && \ :option:`PWM_LED_ESP32_HS_CH ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 33 Kconfig definition ================== At ``/pwm/Kconfig.esp32:164`` 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 high speed channels → Enable channel 6 .. code-block:: kconfig config PWM_LED_ESP32_HS_CH6_GPIO int "GPIO number" range 0 39 default 33 depends on PWM_LED_ESP32_HS_CH6 && PWM_LED_ESP32_HS_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.)*