Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h69 uint16_t scl_high; /*!< I2C scl hight period */ member
114 clk_cal->scl_high = half_cycle; in i2c_ll_cal_bus_clk()
116 clk_cal->sda_sample = clk_cal->scl_high / 2; in i2c_ll_cal_bus_clk()
134 hw->scl_high_period.period = bus_cfg->scl_high; in i2c_ll_set_bus_timing()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Di2c_ll.h67 uint16_t scl_high; /*!< I2C scl hight period */ member
114 clk_cal->scl_high = half_cycle / 2 + 2; in i2c_ll_cal_bus_clk()
115 clk_cal->scl_wait_high = half_cycle - clk_cal->scl_high; in i2c_ll_cal_bus_clk()
137 hw->scl_high_period.period = bus_cfg->scl_high; in i2c_ll_set_bus_timing()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Di2c_ll.h66 uint16_t scl_high; /*!< I2C scl hight period */ member
120 clk_cal->scl_high = (bus_freq <= 50000) ? half_cycle : (half_cycle / 5 * 4 + 4); in i2c_ll_cal_bus_clk()
121 clk_cal->scl_wait_high = half_cycle - clk_cal->scl_high; in i2c_ll_cal_bus_clk()
157 hw->scl_high_period.scl_high_period = bus_cfg->scl_high; in i2c_ll_set_bus_timing()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Di2c_ll.h69 uint16_t scl_high; /*!< I2C scl hight period */ member
127 clk_cal->scl_high = half_cycle - scl_wait_high; in i2c_ll_cal_bus_clk()
163 hw->scl_high_period.period = bus_cfg->scl_high; in i2c_ll_set_bus_timing()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Di2c_ll.h73 uint16_t scl_high; /*!< I2C scl hight period */ member
131 clk_cal->scl_high = half_cycle - scl_wait_high; in i2c_ll_cal_bus_clk()
167 hw->scl_high_period.period = bus_cfg->scl_high; in i2c_ll_set_bus_timing()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Drtc_i2c_struct.h82 } scl_high; member
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Drtc_i2c_struct.h82 } scl_high; member
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Drtc_i2c_struct.h82 } scl_high; member