Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_i2c.c405 uint32_t tsync = 0; in i2c_compute_timing() local
498 tsync = af_delay_min + dnf_delay + (2 * i2cclk); in i2c_compute_timing()
519 uint32_t tscl_l = ((l + 1) * prescaler) + tsync; in i2c_compute_timing()
526 uint32_t tscl_h = ((h + 1) * prescaler) + tsync; in i2c_compute_timing()