/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | i2c_ll.h | 188 static inline void i2c_ll_set_scl_timing(i2c_dev_t *hw, int high_period, int low_period) in i2c_ll_set_scl_timing() argument 190 …int high_period_output = high_period - 10; // The rising edge by open-drain output + internal pull… 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() 548 static inline void i2c_ll_get_scl_timing(i2c_dev_t *hw, int *high_period, int *low_period) in i2c_ll_get_scl_timing() argument 550 *high_period = hw->scl_high_period.scl_high_period + hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_timing() 770 static inline void i2c_ll_get_scl_clk_timing(i2c_dev_t *hw, int *high_period, int *low_period, int … in i2c_ll_get_scl_clk_timing() argument 772 *high_period = hw->scl_high_period.scl_high_period; in i2c_ll_get_scl_clk_timing() 787 static inline void i2c_ll_set_scl_clk_timing(i2c_dev_t *hw, int high_period, int low_period, int wa… in i2c_ll_set_scl_clk_timing() argument 790 hw->scl_high_period.scl_high_period = high_period; in i2c_ll_set_scl_clk_timing()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | i2c_ll.h | 532 static inline void i2c_ll_get_scl_timing(i2c_dev_t *hw, int *high_period, int *low_period) in i2c_ll_get_scl_timing() argument 534 *high_period = hw->scl_high_period.scl_high_period + hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_timing() 729 static inline void i2c_ll_set_scl_clk_timing(i2c_dev_t *hw, int high_period, int low_period, int wa… in i2c_ll_set_scl_clk_timing() argument 732 hw->scl_high_period.scl_high_period = high_period; in i2c_ll_set_scl_clk_timing() 745 static inline void i2c_ll_get_scl_clk_timing(i2c_dev_t *hw, int *high_period, int *low_period, int … in i2c_ll_get_scl_clk_timing() argument 747 *high_period = hw->scl_high_period.scl_high_period; in i2c_ll_get_scl_clk_timing()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | i2c_ll.h | 503 static inline void i2c_ll_get_scl_timing(i2c_dev_t *hw, int *high_period, int *low_period) in i2c_ll_get_scl_timing() argument 505 *high_period = hw->scl_high_period.period; in i2c_ll_get_scl_timing() 737 static inline void i2c_ll_get_scl_clk_timing(i2c_dev_t *hw, int *high_period, int *low_period, int … in i2c_ll_get_scl_clk_timing() argument 740 *high_period = hw->scl_high_period.period; in i2c_ll_get_scl_clk_timing() 754 static inline void i2c_ll_set_scl_clk_timing(i2c_dev_t *hw, int high_period, int low_period, int wa… in i2c_ll_set_scl_clk_timing() argument 758 hw->scl_high_period.period = high_period; in i2c_ll_set_scl_clk_timing()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | i2c_ll.h | 516 static inline void i2c_ll_get_scl_timing(i2c_dev_t *hw, int *high_period, int *low_period) in i2c_ll_get_scl_timing() argument 518 *high_period = hw->scl_high_period.period + hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_timing() 773 static inline void i2c_ll_set_scl_clk_timing(i2c_dev_t *hw, int high_period, int low_period, int wa… in i2c_ll_set_scl_clk_timing() argument 776 hw->scl_high_period.period = high_period; in i2c_ll_set_scl_clk_timing() 789 static inline void i2c_ll_get_scl_clk_timing(i2c_dev_t *hw, int *high_period, int *low_period, int … in i2c_ll_get_scl_clk_timing() argument 791 *high_period = hw->scl_high_period.period; in i2c_ll_get_scl_clk_timing()
|
/hal_espressif-latest/components/hal/ |
D | i2c_hal.c | 74 …i2c_ll_get_scl_clk_timing(hal->dev, &timing_config->high_period, &timing_config->low_period, &timi… in i2c_hal_get_timing_config() 83 …i2c_ll_set_scl_clk_timing(hal->dev, timing_config->high_period, timing_config->low_period, timing_… in i2c_hal_set_timing_config()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | i2c_ll.h | 551 static inline void i2c_ll_get_scl_timing(i2c_dev_t *hw, int *high_period, int *low_period) in i2c_ll_get_scl_timing() argument 553 *high_period = hw->scl_high_period.scl_high_period + hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_timing() 830 static inline void i2c_ll_set_scl_clk_timing(i2c_dev_t *hw, int high_period, int low_period, int wa… in i2c_ll_set_scl_clk_timing() argument 833 hw->scl_high_period.scl_high_period = high_period; in i2c_ll_set_scl_clk_timing() 846 static inline void i2c_ll_get_scl_clk_timing(i2c_dev_t *hw, int *high_period, int *low_period, int … in i2c_ll_get_scl_clk_timing() argument 848 *high_period = hw->scl_high_period.scl_high_period; in i2c_ll_get_scl_clk_timing()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | i2c_ll.h | 548 static inline void i2c_ll_get_scl_timing(i2c_dev_t *hw, int *high_period, int *low_period) in i2c_ll_get_scl_timing() argument 550 *high_period = hw->scl_high_period.period + hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_timing() 779 static inline void i2c_ll_set_scl_clk_timing(i2c_dev_t *hw, int high_period, int low_period, int wa… in i2c_ll_set_scl_clk_timing() argument 782 hw->scl_high_period.period = high_period; in i2c_ll_set_scl_clk_timing() 795 static inline void i2c_ll_get_scl_clk_timing(i2c_dev_t *hw, int *high_period, int *low_period, int … in i2c_ll_get_scl_clk_timing() argument 797 *high_period = hw->scl_high_period.period; in i2c_ll_get_scl_clk_timing()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | i2c_ll.h | 551 static inline void i2c_ll_get_scl_timing(i2c_dev_t *hw, int *high_period, int *low_period) in i2c_ll_get_scl_timing() argument 553 *high_period = hw->scl_high_period.scl_high_period + hw->scl_high_period.scl_wait_high_period; in i2c_ll_get_scl_timing() 780 static inline void i2c_ll_set_scl_clk_timing(i2c_dev_t *hw, int high_period, int low_period, int wa… in i2c_ll_set_scl_clk_timing() argument 783 hw->scl_high_period.scl_high_period = high_period; in i2c_ll_set_scl_clk_timing() 796 static inline void i2c_ll_get_scl_clk_timing(i2c_dev_t *hw, int *high_period, int *low_period, int … in i2c_ll_get_scl_clk_timing() argument 798 *high_period = hw->scl_high_period.scl_high_period; in i2c_ll_get_scl_clk_timing()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | i2c_types.h | 83 int high_period; /*!< high_period time */ member
|