Searched defs:stm32f7_i2c_dev (Results 1 – 1 of 1) sorted by relevance
336 struct stm32f7_i2c_dev { struct337 struct i2c_adapter adap;338 struct device *dev;339 void __iomem *base;340 struct completion complete;341 struct clk *clk;342 unsigned int bus_rate;343 struct i2c_msg *msg;344 unsigned int msg_num;345 unsigned int msg_id;[all …]