Searched refs:rise_max (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/i2c/busses/
H A Di2c-stm32f7.c205 * @rise_max: Max rise time of both SDA and SCL signals (ns)
215 u32 rise_max; member in struct:stm32f7_i2c_spec
380 .rise_max = 1000,
390 .rise_max = 300,
400 .rise_max = 120,
489 if ((setup->rise_time > specs->rise_max) ||
493 setup->rise_time, specs->rise_max,

Completed in 203 milliseconds