Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32_v2.c866 uint32_t tafdel_min; in i2c_compute_scll_sclh() local
872 tafdel_min = (STM32_I2C_USE_ANALOG_FILTER == 1U) ? 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()
957 uint32_t tafdel_min, tafdel_max; in i2c_compute_presc_scldel_sdadel() local
961 tafdel_min = (STM32_I2C_USE_ANALOG_FILTER == 1U) ? in i2c_compute_presc_scldel_sdadel()
973 (int32_t)tafdel_min - in i2c_compute_presc_scldel_sdadel()