5#ifndef ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_ESP32_H_
6#define ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_ESP32_H_
11#if defined(CONFIG_GPIO_ESP32_0)
18#if defined(CONFIG_GPIO_ESP32_1)
static const char * gpio_esp32_get_gpio_for_pin(int pin)
Definition: gpio_esp32.h:8
#define DT_INST(inst, compat)
Get a node identifier for an instance of a compatible.
Definition: devicetree.h:305
#define DT_LABEL(node_id)
Equivalent to DT_PROP(node_id, label)
Definition: devicetree.h:652