Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/gpio/
Dgpio_mcp230xx.c29 const struct mcp23xxx_config *config = dev->config; in mcp230xx_read_port_regs()
48 const struct mcp23xxx_config *config = dev->config; in mcp230xx_write_port_regs()
68 const struct mcp23xxx_config *config = dev->config; in mcp230xx_bus_is_ready()
88 static const struct mcp23xxx_config mcp230xx_##inst##_config = { \
Dgpio_mcp23sxx.c29 const struct mcp23xxx_config *config = dev->config; in mcp23sxx_read_port_regs()
71 const struct mcp23xxx_config *config = dev->config; in mcp23sxx_write_port_regs()
106 const struct mcp23xxx_config *config = dev->config; in mcp23sxx_bus_is_ready()
126 static struct mcp23xxx_config mcp23sxx_##inst##_config = { \
Dgpio_mcp23xxx.c42 const struct mcp23xxx_config *config = dev->config; in read_port_regs()
65 const struct mcp23xxx_config *config = dev->config; in write_port_regs()
288 const struct mcp23xxx_config *config = dev->config; in mcp23xxx_pin_interrupt_configure()
378 const struct mcp23xxx_config *config = dev->config; in mcp23xxx_manage_callback()
470 const struct mcp23xxx_config *config = dev->config; in gpio_mcp23xxx_init()
Dgpio_mcp23xxx.h46 struct mcp23xxx_config { struct