:orphan: .. title:: PWM_LED_ESP32_HS_CH0_GPIO .. option:: CONFIG_PWM_LED_ESP32_HS_CH0_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_CH0 ` && \ :option:`PWM_LED_ESP32_HS_CH ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 13 Kconfig definition ================== At ``/pwm/Kconfig.esp32:32`` 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 0 .. code-block:: kconfig config PWM_LED_ESP32_HS_CH0_GPIO int "GPIO number" range 0 39 default 13 depends on PWM_LED_ESP32_HS_CH0 && 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.)*