:orphan: .. title:: PWM_LED_ESP32_HS_CH6_GPIO .. option:: CONFIG_PWM_LED_ESP32_HS_CH6_GPIO *GPIO number* Type: ``int`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/pwm/Kconfig.esp32:164`` 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 channels → Enable channel 6 .. parsed-literal:: config PWM_LED_ESP32_HS_CH6_GPIO int "GPIO number" range 0 39 default 33 depends on \ :option:`PWM_LED_ESP32_HS_CH6 ` && \ :option:`PWM_LED_ESP32_HS_CH ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`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.)*