Searched defs:stm32f7_i2c_msg (Results 1 – 1 of 1) sorted by relevance
246 struct stm32f7_i2c_msg { struct247 u16 addr;248 u32 count;249 u8 *buf;250 int result;251 bool stop;252 bool smbus;253 int size;254 char read_write;255 u8 smbus_buf[I2C_SMBUS_BLOCK_MAX + 3] __aligned(4);