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