Searched defs:stm32f7_i2c_msg (Results 1 – 1 of 1) sorted by relevance
251 struct stm32f7_i2c_msg { struct252 u16 addr;253 u32 count;254 u8 *buf;255 int result;256 bool stop;257 bool smbus;258 int size;259 char read_write;260 u8 smbus_buf[I2C_SMBUS_BLOCK_MAX + 3] __aligned(4);