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