Home
last modified time | relevance | path

Searched defs:gpio_esp32_config (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/gpio/
Dgpio_esp32.c73 struct gpio_esp32_config { struct
75 struct gpio_driver_config drv_cfg;
76 gpio_dev_t *const gpio_base;
77 gpio_dev_t *const gpio_dev;
78 const int gpio_port;
106 static int gpio_esp32_config(const struct device *dev, in gpio_esp32_config() function