Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32_v2.c835 (ti2cclk < tscl_h)) { \
860 uint32_t ti2cclk; in i2c_compute_scll_sclh() local
868 ti2cclk = (NSEC_PER_SEC + (clock_src_freq / 2U)) / clock_src_freq; in i2c_compute_scll_sclh()
877 dnf_delay = stm32_i2c_charac[i2c_speed].dnf * ti2cclk; in i2c_compute_scll_sclh()
886 uint32_t tpresc = (i2c_valid_timing[count].presc + 1U) * ti2cclk; in i2c_compute_scll_sclh()
891 (2U * ti2cclk) + ((scll + 1U) * tpresc); in i2c_compute_scll_sclh()
898 (ti2cclk < ((tscl_l - tafdel_min - dnf_delay) / 4U))) { in i2c_compute_scll_sclh()
905 (2U * ti2cclk) + ((sclh + 1U) * tpresc); in i2c_compute_scll_sclh()
953 uint32_t ti2cclk; in i2c_compute_presc_scldel_sdadel() local
959 ti2cclk = (NSEC_PER_SEC + (clock_src_freq / 2U)) / clock_src_freq; in i2c_compute_presc_scldel_sdadel()
[all …]