Searched refs:STM32_I2C_VALID_TIMING_NBR (Results 1 – 1 of 1) sorted by relevance
34 #ifndef STM32_I2C_VALID_TIMING_NBR35 #define STM32_I2C_VALID_TIMING_NBR 128U macro116 static struct stm32_i2c_timings_t i2c_valid_timing[STM32_I2C_VALID_TIMING_NBR];884 for (uint32_t count = 0; count < STM32_I2C_VALID_TIMING_NBR; count++) { in i2c_compute_scll_sclh()938 if (i2c_valid_timing_nbr >= STM32_I2C_VALID_TIMING_NBR) { \1008 if (i2c_valid_timing_nbr >= STM32_I2C_VALID_TIMING_NBR) { in i2c_compute_presc_scldel_sdadel()1035 if (idx < STM32_I2C_VALID_TIMING_NBR) { in stm32_i2c_configure_timing()