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