The clock frequency of I2C is designed at 327kHz.
In I2C BUS—FAST MODE, the AC specs of t_icr and t_icf are up to 300ns in the data sheet, but I think this value is the value when f_scl is up to 400kHz.
What I want to check is, as f_scl becomes a frequency slower than 400kHz, does the maximum value of t_icr and t_icf become larger than 300ns?
Also, when f_scl is 327kHz, what is the maximum value of t_icr and t_icf? (If there is a relational expression between f_scl, t_icr, and t_icf, please let me know.)
f_scl: I2C clock frequency , t_icr: I2C input rise time , t_icf: I2C input fall time