Searched refs:tsync (Results 1 – 1 of 1) sorted by relevance
391 uint32_t tsync = 0; in i2c_compute_timing() local484 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