Home
last modified time | relevance | path

Searched refs:wait_high_period (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/hal/
Di2c_hal.c74 …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/
Di2c_types.h85 int wait_high_period; /*!< wait_high_period time */ member
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Di2c_ll.h729 …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/
Di2c_ll.h737 … 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/
Di2c_ll.h773 …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/
Di2c_ll.h770 … 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/
Di2c_ll.h830 …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/
Di2c_ll.h779 …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/
Di2c_ll.h780 …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()