/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | i2c_ll.h | 138 hw->scl_high_period.scl_high_period = bus_cfg->scl_high; in i2c_ll_set_bus_timing() 139 hw->scl_high_period.scl_wait_high_period = bus_cfg->scl_wait_high; in i2c_ll_set_bus_timing() 191 hw->scl_high_period.scl_high_period = hight_period - 10; in i2c_ll_set_scl_timing() 192 hw->scl_high_period.scl_wait_high_period = hight_period - hw->scl_high_period.scl_high_period; in i2c_ll_set_scl_timing() 534 *high_period = hw->scl_high_period.scl_high_period + hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_timing() 732 hw->scl_high_period.scl_high_period = high_period; in i2c_ll_set_scl_clk_timing() 733 hw->scl_high_period.scl_wait_high_period = wait_high_period; in i2c_ll_set_scl_clk_timing() 747 *high_period = hw->scl_high_period.scl_high_period; in i2c_ll_get_scl_clk_timing() 748 *wait_high_period = hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_clk_timing()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | i2c_ll.h | 142 hw->scl_high_period.scl_high_period = bus_cfg->scl_high; in i2c_ll_set_bus_timing() 143 hw->scl_high_period.scl_wait_high_period = bus_cfg->scl_wait_high; in i2c_ll_set_bus_timing() 195 hw->scl_high_period.scl_high_period = hight_period - 10; in i2c_ll_set_scl_timing() 196 hw->scl_high_period.scl_wait_high_period = hight_period - hw->scl_high_period.scl_high_period; in i2c_ll_set_scl_timing() 553 *high_period = hw->scl_high_period.scl_high_period + hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_timing() 833 hw->scl_high_period.scl_high_period = high_period; in i2c_ll_set_scl_clk_timing() 834 hw->scl_high_period.scl_wait_high_period = wait_high_period; in i2c_ll_set_scl_clk_timing() 848 *high_period = hw->scl_high_period.scl_high_period; in i2c_ll_get_scl_clk_timing() 849 *wait_high_period = hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_clk_timing()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | i2c_ll.h | 142 hw->scl_high_period.scl_high_period = bus_cfg->scl_high; in i2c_ll_set_bus_timing() 143 hw->scl_high_period.scl_wait_high_period = bus_cfg->scl_wait_high; in i2c_ll_set_bus_timing() 195 hw->scl_high_period.scl_high_period = hight_period - 10; in i2c_ll_set_scl_timing() 196 hw->scl_high_period.scl_wait_high_period = hight_period - hw->scl_high_period.scl_high_period; in i2c_ll_set_scl_timing() 553 *high_period = hw->scl_high_period.scl_high_period + hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_timing() 783 hw->scl_high_period.scl_high_period = high_period; in i2c_ll_set_scl_clk_timing() 784 hw->scl_high_period.scl_wait_high_period = wait_high_period; in i2c_ll_set_scl_clk_timing() 798 *high_period = hw->scl_high_period.scl_high_period; in i2c_ll_get_scl_clk_timing() 799 *wait_high_period = hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_clk_timing()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | i2c_ll.h | 138 hw->scl_high_period.scl_high_period = bus_cfg->scl_high; in i2c_ll_set_bus_timing() 139 hw->scl_high_period.scl_wait_high_period = bus_cfg->scl_wait_high; in i2c_ll_set_bus_timing() 192 hw->scl_high_period.scl_high_period = high_period_output; in i2c_ll_set_scl_timing() 193 hw->scl_high_period.scl_wait_high_period = high_period - high_period_output; in i2c_ll_set_scl_timing() 550 *high_period = hw->scl_high_period.scl_high_period + hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_timing() 772 *high_period = hw->scl_high_period.scl_high_period; in i2c_ll_get_scl_clk_timing() 773 *wait_high_period = hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_clk_timing() 790 hw->scl_high_period.scl_high_period = high_period; in i2c_ll_set_scl_clk_timing() 791 hw->scl_high_period.scl_wait_high_period = wait_high_period; in i2c_ll_set_scl_clk_timing()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | i2c_ll.h | 107 hw->scl_high_period.period = bus_cfg->scl_high; in i2c_ll_set_bus_timing() 108 hw->scl_high_period.scl_wait_high_period = bus_cfg->scl_wait_high; in i2c_ll_set_bus_timing() 159 hw->scl_high_period.period = hight_period/2+2; in i2c_ll_set_scl_timing() 160 hw->scl_high_period.scl_wait_high_period = hight_period - hw->scl_high_period.period; in i2c_ll_set_scl_timing() 518 *high_period = hw->scl_high_period.period + hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_timing() 776 hw->scl_high_period.period = high_period; in i2c_ll_set_scl_clk_timing() 777 hw->scl_high_period.scl_wait_high_period = wait_high_period; in i2c_ll_set_scl_clk_timing() 791 *high_period = hw->scl_high_period.period; in i2c_ll_get_scl_clk_timing() 792 *wait_high_period = hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_clk_timing()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | i2c_ll.h | 139 hw->scl_high_period.period = bus_cfg->scl_high; in i2c_ll_set_bus_timing() 140 hw->scl_high_period.scl_wait_high_period = bus_cfg->scl_wait_high; in i2c_ll_set_bus_timing() 192 hw->scl_high_period.period = hight_period - 10; in i2c_ll_set_scl_timing() 193 hw->scl_high_period.scl_wait_high_period = hight_period - hw->scl_high_period.period; in i2c_ll_set_scl_timing() 550 *high_period = hw->scl_high_period.period + hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_timing() 782 hw->scl_high_period.period = high_period; in i2c_ll_set_scl_clk_timing() 783 hw->scl_high_period.scl_wait_high_period = wait_high_period; in i2c_ll_set_scl_clk_timing() 797 *high_period = hw->scl_high_period.period; in i2c_ll_get_scl_clk_timing() 798 *wait_high_period = hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_clk_timing()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | i2c_ll.h | 120 hw->scl_high_period.period = scl_high; in i2c_ll_set_bus_timing() 171 hw->scl_high_period.period = hight_period; in i2c_ll_set_scl_timing() 505 *high_period = hw->scl_high_period.period; in i2c_ll_get_scl_timing() 740 *high_period = hw->scl_high_period.period; in i2c_ll_get_scl_clk_timing() 758 hw->scl_high_period.period = high_period; in i2c_ll_set_scl_clk_timing()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | lp_i2c_struct.h | 69 uint32_t scl_high_period:9; member 864 volatile lp_i2c_scl_high_period_reg_t scl_high_period; member
|
D | i2c_struct.h | 69 uint32_t scl_high_period:9; member 994 volatile i2c_scl_high_period_reg_t scl_high_period; member
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | i2c_struct.h | 69 uint32_t scl_high_period:9; member 869 volatile i2c_scl_high_period_reg_t scl_high_period; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | i2c_struct.h | 78 uint32_t scl_high_period:9; member 988 volatile i2c_scl_high_period_reg_t scl_high_period; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | i2c_struct.h | 69 uint32_t scl_high_period:9; member 994 volatile i2c_scl_high_period_reg_t scl_high_period; member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | i2c_struct.h | 208 } scl_high_period; member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | i2c_struct.h | 242 } scl_high_period; member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | i2c_struct.h | 224 } scl_high_period; member
|