/hal_espressif-latest/components/hal/ |
D | i2c_hal.c | 74 …l->dev, &timing_config->high_period, &timing_config->low_period, &timing_config->wait_high_period); in i2c_hal_get_timing_config() 83 …(hal->dev, timing_config->high_period, timing_config->low_period, timing_config->wait_high_period); in i2c_hal_set_timing_config()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | i2c_types.h | 85 int wait_high_period; /*!< wait_high_period time */ member
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | i2c_ll.h | 729 …oid i2c_ll_set_scl_clk_timing(i2c_dev_t *hw, int high_period, int low_period, int wait_high_period) in i2c_ll_set_scl_clk_timing() argument 733 hw->scl_high_period.scl_wait_high_period = wait_high_period; in i2c_ll_set_scl_clk_timing() 745 … i2c_ll_get_scl_clk_timing(i2c_dev_t *hw, int *high_period, int *low_period, int *wait_high_period) in i2c_ll_get_scl_clk_timing() argument 748 *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 | 737 … i2c_ll_get_scl_clk_timing(i2c_dev_t *hw, int *high_period, int *low_period, int *wait_high_period) in i2c_ll_get_scl_clk_timing() argument 739 *wait_high_period = 0; // Useless in i2c_ll_get_scl_clk_timing() 754 …oid i2c_ll_set_scl_clk_timing(i2c_dev_t *hw, int high_period, int low_period, int wait_high_period) in i2c_ll_set_scl_clk_timing() argument 756 (void)wait_high_period; in i2c_ll_set_scl_clk_timing()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | i2c_ll.h | 773 …oid i2c_ll_set_scl_clk_timing(i2c_dev_t *hw, int high_period, int low_period, int wait_high_period) in i2c_ll_set_scl_clk_timing() argument 777 hw->scl_high_period.scl_wait_high_period = wait_high_period; in i2c_ll_set_scl_clk_timing() 789 … i2c_ll_get_scl_clk_timing(i2c_dev_t *hw, int *high_period, int *low_period, int *wait_high_period) in i2c_ll_get_scl_clk_timing() argument 792 *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 | 770 … i2c_ll_get_scl_clk_timing(i2c_dev_t *hw, int *high_period, int *low_period, int *wait_high_period) in i2c_ll_get_scl_clk_timing() argument 773 *wait_high_period = hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_clk_timing() 787 …oid i2c_ll_set_scl_clk_timing(i2c_dev_t *hw, int high_period, int low_period, int wait_high_period) in i2c_ll_set_scl_clk_timing() argument 791 hw->scl_high_period.scl_wait_high_period = wait_high_period; in i2c_ll_set_scl_clk_timing()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | i2c_ll.h | 830 …oid i2c_ll_set_scl_clk_timing(i2c_dev_t *hw, int high_period, int low_period, int wait_high_period) in i2c_ll_set_scl_clk_timing() argument 834 hw->scl_high_period.scl_wait_high_period = wait_high_period; in i2c_ll_set_scl_clk_timing() 846 … i2c_ll_get_scl_clk_timing(i2c_dev_t *hw, int *high_period, int *low_period, int *wait_high_period) in i2c_ll_get_scl_clk_timing() argument 849 *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 | 779 …oid i2c_ll_set_scl_clk_timing(i2c_dev_t *hw, int high_period, int low_period, int wait_high_period) in i2c_ll_set_scl_clk_timing() argument 783 hw->scl_high_period.scl_wait_high_period = wait_high_period; in i2c_ll_set_scl_clk_timing() 795 … i2c_ll_get_scl_clk_timing(i2c_dev_t *hw, int *high_period, int *low_period, int *wait_high_period) in i2c_ll_get_scl_clk_timing() argument 798 *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 | 780 …oid i2c_ll_set_scl_clk_timing(i2c_dev_t *hw, int high_period, int low_period, int wait_high_period) in i2c_ll_set_scl_clk_timing() argument 784 hw->scl_high_period.scl_wait_high_period = wait_high_period; in i2c_ll_set_scl_clk_timing() 796 … i2c_ll_get_scl_clk_timing(i2c_dev_t *hw, int *high_period, int *low_period, int *wait_high_period) in i2c_ll_get_scl_clk_timing() argument 799 *wait_high_period = hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_clk_timing()
|