Searched defs:gpio_aw9523b_config (Results 1 – 1 of 1) sorted by relevance
32 struct gpio_aw9523b_config { struct33 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