Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_mcp23xxx.h46 struct mcp23xxx_config { struct
48 struct gpio_driver_config config;
51 union {
58 } bus;
60 struct gpio_dt_spec gpio_int;
61 struct gpio_dt_spec gpio_reset;
63 uint8_t ngpios;
64 bool is_open_drain;
65 mcp23xxx_read_port_regs read_fn;
66 mcp23xxx_write_port_regs write_fn;
[all …]