Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/gpio/
Dgpio_esp32.c54 struct gpio_esp32_config { struct
56 struct gpio_driver_config drv_cfg;
57 gpio_dev_t *const gpio_base;
58 gpio_dev_t *const gpio_dev;
59 const int gpio_port;
87 static int gpio_esp32_config(const struct device *dev, in gpio_esp32_config() function