Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_aw9523b.c32 struct gpio_aw9523b_config { struct
33 struct gpio_driver_config common;
34 const struct device *mfd_dev;
35 struct i2c_dt_spec i2c;
36 bool port0_push_pull;
61 const struct gpio_aw9523b_config *const config = dev->config; in gpio_aw9523b_pin_configure() argument