7#ifndef ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_ESP32_H_
8#define ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_ESP32_H_
13#if DT_NODE_HAS_STATUS(DT_NODELABEL(gpio0), okay)
20#if DT_NODE_HAS_STATUS(DT_NODELABEL(gpio1), okay)
static const char * gpio_esp32_get_gpio_for_pin(int pin)
Definition: gpio_esp32.h:10
#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:660