Searched defs:stm32f7_i2c_dev (Results 1 – 1 of 1) sorted by relevance
329 struct stm32f7_i2c_dev { struct330 struct i2c_adapter adap;331 struct device *dev;332 void __iomem *base;333 struct completion complete;334 struct clk *clk;335 unsigned int bus_rate;336 struct i2c_msg *msg;337 unsigned int msg_num;338 unsigned int msg_id;[all …]