Searched defs:gpio_esp32_config (Results 1 – 1 of 1) sorted by relevance
73 struct gpio_esp32_config { struct75 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