Searched refs:sclh (Results 1 – 3 of 3) sorted by relevance
69 uint32_t sclh; /* SCL high period */ member837 i2c_valid_timing[count].sclh = sclh; \856 uint32_t scll, sclh; in i2c_compute_scll_sclh() local890 for (sclh = 0; sclh < STM32_I2C_SCLH_MAX; sclh++) { in i2c_compute_scll_sclh()896 (2U * ti2cclk) + ((sclh + 1U) * tpresc); in i2c_compute_scll_sclh()1031 ((i2c_valid_timing[idx].sclh & 0xFFU) << 8) | in stm32_i2c_configure_timing()1097 uint32_t sclh = i2c_h_min_time / ns_presc; in stm32_i2c_configure_timing() local1102 if ((sclh - 1) > 255 || (scll - 1) > 255) { in stm32_i2c_configure_timing()1113 scldel - 1, sdadel, sclh - 1, scll - 1); in stm32_i2c_configure_timing()
61 volatile uint32_t sclh; /* SCL Duty Cycle */ member
27 cfg->base->sclh = div / 2; in lpc11u6x_i2c_set_bus_speed()