Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
A Dstm32_i2c.c391 uint32_t tsync = 0; in i2c_compute_timing() local
484 tsync = af_delay_min + dnf_delay + (2 * i2cclk); in i2c_compute_timing()
505 uint32_t tscl_l = ((l + 1) * prescaler) + tsync; in i2c_compute_timing()
512 uint32_t tscl_h = ((h + 1) * prescaler) + tsync; in i2c_compute_timing()

Completed in 6 milliseconds