Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Di2c_ll.h156 hw->scl_low_period.scl_low_period = bus_cfg->scl_low - 1; in i2c_ll_set_bus_timing()
209 hw->scl_low_period.scl_low_period = low_period - 1; in i2c_ll_set_scl_timing()
578 *low_period = hw->scl_low_period.scl_low_period + 1; in i2c_ll_get_scl_timing()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h133 hw->scl_low_period.period = bus_cfg->scl_low; in i2c_ll_set_bus_timing()
184 hw->scl_low_period.period = low_period; in i2c_ll_set_scl_timing()
549 *low_period = hw->scl_low_period.period; in i2c_ll_get_scl_timing()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Di2c_ll.h136 hw->scl_low_period.period = bus_cfg->scl_low - 1; in i2c_ll_set_bus_timing()
188 hw->scl_low_period.period = low_period-1; in i2c_ll_set_scl_timing()
556 *low_period = hw->scl_low_period.period + 1; in i2c_ll_get_scl_timing()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Di2c_ll.h162 hw->scl_low_period.period = bus_cfg->scl_low - 1; in i2c_ll_set_bus_timing()
214 hw->scl_low_period.period = low_period - 1; in i2c_ll_set_scl_timing()
567 *low_period = hw->scl_low_period.period + 1; in i2c_ll_get_scl_timing()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Di2c_ll.h166 hw->scl_low_period.period = bus_cfg->scl_low - 1; in i2c_ll_set_bus_timing()
218 hw->scl_low_period.period = low_period - 1; in i2c_ll_set_scl_timing()
584 *low_period = hw->scl_low_period.period + 1; in i2c_ll_get_scl_timing()
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Di2c_struct.h33 uint32_t scl_low_period:9; member
1139 volatile i2c_scl_low_period_reg_t scl_low_period; member
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Di2c_struct.h30 } scl_low_period; member
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Di2c_struct.h30 } scl_low_period; member
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Di2c_struct.h30 } scl_low_period; member
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Di2c_struct.h27 } scl_low_period; member
/hal_espressif-3.6.0/components/driver/
Di2c.c600 int scl_low_period, scl_high_period; in i2c_hw_fsm_reset() local
607 i2c_hal_get_scl_timing(&(i2c_context[i2c_num].hal), &scl_high_period, &scl_low_period); in i2c_hw_fsm_reset()
622 i2c_hal_set_scl_timing(&(i2c_context[i2c_num].hal), scl_high_period, scl_low_period); in i2c_hw_fsm_reset()