Searched refs:fall_max (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c130 * @fall_max: Max fall time of both SDA and SCL signals (ns)
143 u32 fall_max; member in struct:stm32_i2c_spec
225 .fall_max = 300,
238 .fall_max = 300,
251 .fall_max = 100,
699 setup->fall_time > specs->fall_max) {
702 setup->fall_time, specs->fall_max);

Completed in 56 milliseconds