Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_pca95xx.c70 struct gpio_pca95xx_config { struct
72 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