Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h139 hw->scl_rstart_setup.time = bus_cfg->setup; in i2c_ll_set_bus_timing()
318 hw->scl_rstart_setup.time = start_setup; in i2c_ll_set_start_timing()
518 *setup_time = hw->scl_rstart_setup.time; in i2c_ll_get_start_timing()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Di2c_ll.h143 hw->scl_rstart_setup.time = bus_cfg->setup; in i2c_ll_set_bus_timing()
325 hw->scl_rstart_setup.time = start_setup; in i2c_ll_set_start_timing()
525 *setup_time = hw->scl_rstart_setup.time; in i2c_ll_get_start_timing()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Di2c_ll.h168 hw->scl_rstart_setup.time = bus_cfg->setup; in i2c_ll_set_bus_timing()
336 hw->scl_rstart_setup.time = start_setup; in i2c_ll_set_start_timing()
536 *setup_time = hw->scl_rstart_setup.time; in i2c_ll_get_start_timing()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Di2c_ll.h162 hw->scl_rstart_setup.scl_rstart_setup_time = bus_cfg->setup; in i2c_ll_set_bus_timing()
347 hw->scl_rstart_setup.scl_rstart_setup_time = start_setup; in i2c_ll_set_start_timing()
547 *setup_time = hw->scl_rstart_setup.scl_rstart_setup_time; in i2c_ll_get_start_timing()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Di2c_ll.h172 hw->scl_rstart_setup.time = bus_cfg->setup; in i2c_ll_set_bus_timing()
353 hw->scl_rstart_setup.time = start_setup; in i2c_ll_set_start_timing()
553 *setup_time = hw->scl_rstart_setup.time; in i2c_ll_get_start_timing()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Di2c_struct.h223 } scl_rstart_setup; member
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Di2c_struct.h257 } scl_rstart_setup; member
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Di2c_struct.h257 } scl_rstart_setup; member
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Di2c_struct.h245 } scl_rstart_setup; member
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Di2c_struct.h1156 volatile i2c_scl_rstart_setup_reg_t scl_rstart_setup; member
/hal_espressif-3.6.0/components/driver/
Di2c.c601 int scl_start_hold, scl_rstart_setup; in i2c_hw_fsm_reset() local
608 i2c_hal_get_start_timing(&(i2c_context[i2c_num].hal), &scl_rstart_setup, &scl_start_hold); in i2c_hw_fsm_reset()
623 i2c_hal_set_start_timing(&(i2c_context[i2c_num].hal), scl_rstart_setup, scl_start_hold); in i2c_hw_fsm_reset()