Home
last modified time | relevance | path

Searched refs:ESP32_GPIO_PIN_OUT_EN (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/drivers/pwm/pwm_gpio_loopback/socs/
Desp32_procpu.overlay14 gpios = <&gpio0 2 ESP32_GPIO_PIN_OUT_EN>,
15 <&gpio0 3 ESP32_GPIO_PIN_OUT_EN>,
16 <&gpio0 4 ESP32_GPIO_PIN_OUT_EN>,
17 <&gpio0 5 ESP32_GPIO_PIN_OUT_EN>;
Desp32c2.overlay14 gpios = <&gpio0 2 ESP32_GPIO_PIN_OUT_EN>,
15 <&gpio0 3 ESP32_GPIO_PIN_OUT_EN>;
Desp32c3.overlay14 gpios = <&gpio0 2 ESP32_GPIO_PIN_OUT_EN>,
15 <&gpio0 3 ESP32_GPIO_PIN_OUT_EN>;
Desp32c3_usb.overlay14 gpios = <&gpio0 2 ESP32_GPIO_PIN_OUT_EN>,
15 <&gpio0 3 ESP32_GPIO_PIN_OUT_EN>;
Desp32c6.overlay14 gpios = <&gpio0 2 ESP32_GPIO_PIN_OUT_EN>,
15 <&gpio0 3 ESP32_GPIO_PIN_OUT_EN>;
Desp32s2.overlay14 gpios = <&gpio0 2 ESP32_GPIO_PIN_OUT_EN>,
15 <&gpio0 3 ESP32_GPIO_PIN_OUT_EN>;
Desp32s3_procpu.overlay14 gpios = <&gpio0 2 ESP32_GPIO_PIN_OUT_EN>,
15 <&gpio0 3 ESP32_GPIO_PIN_OUT_EN>;
/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Despressif-esp32-gpio.h48 #define ESP32_GPIO_PIN_OUT_EN (1 << 12) macro
/Zephyr-latest/drivers/gpio/
Dgpio_esp32.c266 if (!(flags & ESP32_GPIO_PIN_OUT_EN)) { in gpio_esp32_config()