Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_ll_stm32_v2.c69 uint32_t sclh; /* SCL high period */ member
837 i2c_valid_timing[count].sclh = sclh; \
856 uint32_t scll, sclh; in i2c_compute_scll_sclh() local
890 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() local
1102 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()
Di2c_lpc11u6x.h61 volatile uint32_t sclh; /* SCL Duty Cycle */ member
Di2c_lpc11u6x.c27 cfg->base->sclh = div / 2; in lpc11u6x_i2c_set_bus_speed()