Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h142 hw->scl_start_hold.time = bus_cfg->hold; in i2c_ll_set_bus_timing()
319 hw->scl_start_hold.time = start_hold; in i2c_ll_set_start_timing()
519 *hold_time = hw->scl_start_hold.time; in i2c_ll_get_start_timing()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Di2c_ll.h146 hw->scl_start_hold.time = bus_cfg->hold - 1; in i2c_ll_set_bus_timing()
326 hw->scl_start_hold.time = start_hold-1; in i2c_ll_set_start_timing()
526 *hold_time = hw->scl_start_hold.time+1; in i2c_ll_get_start_timing()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Di2c_ll.h171 hw->scl_start_hold.time = bus_cfg->hold - 1; in i2c_ll_set_bus_timing()
337 hw->scl_start_hold.time = start_hold - 1; in i2c_ll_set_start_timing()
537 *hold_time = hw->scl_start_hold.time + 1; in i2c_ll_get_start_timing()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Di2c_ll.h165 hw->scl_start_hold.scl_start_hold_time = bus_cfg->hold - 1; in i2c_ll_set_bus_timing()
348 hw->scl_start_hold.scl_start_hold_time = start_hold - 1; in i2c_ll_set_start_timing()
548 *hold_time = hw->scl_start_hold.scl_start_hold_time + 1; in i2c_ll_get_start_timing()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Di2c_ll.h175 hw->scl_start_hold.time = bus_cfg->hold - 1; in i2c_ll_set_bus_timing()
354 hw->scl_start_hold.time = start_hold - 1; in i2c_ll_set_start_timing()
554 *hold_time = hw->scl_start_hold.time + 1; in i2c_ll_get_start_timing()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Di2c_struct.h216 } scl_start_hold; member
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Di2c_struct.h250 } scl_start_hold; member
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Di2c_struct.h250 } scl_start_hold; member
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Di2c_struct.h238 } scl_start_hold; member
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Di2c_struct.h1155 volatile i2c_scl_start_hold_reg_t scl_start_hold; 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()