Home
last modified time | relevance | path

Searched refs:tscl_h (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/
H A Dstm32_i2c.c526 uint32_t tscl_h = ((h + 1) * prescaler) + tsync; in i2c_compute_timing() local
527 uint32_t tscl = tscl_l + tscl_h + in i2c_compute_timing()
532 tscl_h >= specs->h_min && i2cclk < tscl_h) { in i2c_compute_timing()