Searched defs:stm32f7_i2c_msg (Results 1 – 1 of 1) sorted by relevance
277 struct stm32f7_i2c_msg { struct278 u16 addr;279 u32 count;280 u8 *buf;281 int result;282 bool stop;283 bool smbus;284 int size;285 char read_write;286 u8 smbus_buf[I2C_SMBUS_BLOCK_MAX + 3] __aligned(4);