Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32_v2.c863 uint32_t dnf_delay; in i2c_compute_scll_sclh() local
877 dnf_delay = stm32_i2c_charac[i2c_speed].dnf * ti2cclk; in i2c_compute_scll_sclh()
890 uint32_t tscl_l = tafdel_min + dnf_delay + in i2c_compute_scll_sclh()
898 (ti2cclk < ((tscl_l - tafdel_min - dnf_delay) / 4U))) { in i2c_compute_scll_sclh()
904 uint32_t tscl_h = tafdel_min + dnf_delay + in i2c_compute_scll_sclh()