Searched defs:stm32f7_i2c_msg (Results 1 – 1 of 1) sorted by relevance
272 struct stm32f7_i2c_msg { struct273 u16 addr;274 u32 count;275 u8 *buf;276 int result;277 bool stop;278 bool smbus;279 int size;280 char read_write;281 u8 smbus_buf[I2C_SMBUS_BLOCK_MAX + 3] __aligned(4);