Searched defs:mcp23s08 (Results 1 – 1 of 1) sorted by relevance
57 struct mcp23s08 { struct58 u8 addr;59 bool irq_active_high;60 bool reg_shift;62 u16 irq_rise;63 u16 irq_fall;64 int irq;65 bool irq_controller;66 int cached_gpio;68 struct mutex lock;[all …]