Searched defs:gpio_pca95xx_config (Results 1 – 1 of 1) sorted by relevance
70 struct gpio_pca95xx_config { struct72 struct gpio_driver_config common;73 struct i2c_dt_spec bus;74 uint8_t capabilities;76 struct gpio_dt_spec int_gpio;465 static int gpio_pca95xx_config(const struct device *dev, in gpio_pca95xx_config() function