Searched defs:gpio_rv32m1_config (Results 1 – 1 of 1) sorted by relevance
22 struct gpio_rv32m1_config { struct24 struct gpio_driver_config common;25 GPIO_Type *gpio_base;26 PORT_Type *port_base;27 unsigned int flags;28 const struct device *clock_dev;29 clock_control_subsys_t clock_subsys;30 int (*irq_config_func)(const struct device *dev);