Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32c2/include/hal/
Di2c_ll.h149 hw->to.time_out_value = bus_cfg->tout; in i2c_ll_set_bus_timing()
272 hw->to.time_out_value = tout; in i2c_ll_set_tout()
477 *timeout = hw->to.time_out_value; in i2c_ll_get_tout()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2c_ll.h149 hw->to.time_out_value = bus_cfg->tout; in i2c_ll_set_bus_timing()
273 hw->to.time_out_value = tout; in i2c_ll_set_tout()
493 *timeout = hw->to.time_out_value; in i2c_ll_get_tout()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Di2c_ll.h153 hw->to.time_out_value = bus_cfg->tout; in i2c_ll_set_bus_timing()
276 hw->to.time_out_value = tout; in i2c_ll_set_tout()
496 *timeout = hw->to.time_out_value; in i2c_ll_get_tout()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Di2c_ll.h150 hw->timeout.time_out_value = bus_cfg->tout; in i2c_ll_set_bus_timing()
273 hw->timeout.time_out_value = tout; in i2c_ll_set_tout()
493 *timeout = hw->timeout.time_out_value; in i2c_ll_get_tout()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Di2c_ll.h153 hw->to.time_out_value = bus_cfg->tout; in i2c_ll_set_bus_timing()
276 hw->to.time_out_value = tout; in i2c_ll_set_tout()
496 *timeout = hw->to.time_out_value; in i2c_ll_get_tout()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_i2c_struct.h247 uint32_t time_out_value:5; member
Di2c_struct.h265 uint32_t time_out_value:5; member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Di2c_struct.h256 uint32_t time_out_value:5; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Di2c_struct.h274 uint32_t time_out_value:5; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Di2c_struct.h265 uint32_t time_out_value:5; member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Di2c_struct.h75 uint32_t time_out_value : 5; member