Searched defs:mcp23s08 (Results 1 – 1 of 1) sorted by relevance
58 struct mcp23s08 { struct59 u8 addr;60 bool irq_active_high;61 bool reg_shift;63 u16 irq_rise;64 u16 irq_fall;65 int irq;66 bool irq_controller;67 int cached_gpio;69 struct mutex lock;[all …]