Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32c2/include/hal/
Di2c_ll.h188 static inline void i2c_ll_set_scl_timing(i2c_dev_t *hw, int hight_period, int low_period) in i2c_ll_set_scl_timing() argument
190 hw->scl_low_period.scl_low_period = low_period - 1; in i2c_ll_set_scl_timing()
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
535 *low_period = hw->scl_low_period.scl_low_period + 1; 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
731 hw->scl_low_period.scl_low_period = low_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
749 *low_period = hw->scl_low_period.scl_low_period; in i2c_ll_get_scl_clk_timing()
/hal_espressif-latest/components/hal/esp32/include/hal/
Di2c_ll.h168 static inline void i2c_ll_set_scl_timing(i2c_dev_t *hw, int hight_period, int low_period) in i2c_ll_set_scl_timing() argument
170 hw->scl_low_period.period = low_period; in i2c_ll_set_scl_timing()
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
506 *low_period = hw->scl_low_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
741 *low_period = hw->scl_low_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
757 hw->scl_low_period.period = low_period; in i2c_ll_set_scl_clk_timing()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Di2c_ll.h156 static inline void i2c_ll_set_scl_timing(i2c_dev_t *hw, int hight_period, int low_period) in i2c_ll_set_scl_timing() argument
158 hw->scl_low_period.period = low_period-1; in i2c_ll_set_scl_timing()
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
519 *low_period = hw->scl_low_period.period + 1; 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
775 hw->scl_low_period.period = low_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
793 *low_period = hw->scl_low_period.period; in i2c_ll_get_scl_clk_timing()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2c_ll.h188 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
191 hw->scl_low_period.scl_low_period = low_period - 1; 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
551 *low_period = hw->scl_low_period.scl_low_period + 1; 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
774 *low_period = hw->scl_low_period.scl_low_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
789 hw->scl_low_period.scl_low_period = low_period; in i2c_ll_set_scl_clk_timing()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Di2c_ll.h192 static inline void i2c_ll_set_scl_timing(i2c_dev_t *hw, int hight_period, int low_period) in i2c_ll_set_scl_timing() argument
194 hw->scl_low_period.scl_low_period = low_period - 1; in i2c_ll_set_scl_timing()
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
554 *low_period = hw->scl_low_period.scl_low_period + 1; 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
832 hw->scl_low_period.scl_low_period = low_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
850 *low_period = hw->scl_low_period.scl_low_period; in i2c_ll_get_scl_clk_timing()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Di2c_ll.h189 static inline void i2c_ll_set_scl_timing(i2c_dev_t *hw, int hight_period, int low_period) in i2c_ll_set_scl_timing() argument
191 hw->scl_low_period.period = low_period - 1; 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
551 *low_period = hw->scl_low_period.period + 1; 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
781 hw->scl_low_period.period = low_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
799 *low_period = hw->scl_low_period.period; in i2c_ll_get_scl_clk_timing()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Di2c_ll.h192 static inline void i2c_ll_set_scl_timing(i2c_dev_t *hw, int hight_period, int low_period) in i2c_ll_set_scl_timing() argument
194 hw->scl_low_period.scl_low_period = low_period - 1; in i2c_ll_set_scl_timing()
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
554 *low_period = hw->scl_low_period.scl_low_period + 1; 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
782 hw->scl_low_period.scl_low_period = low_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
800 *low_period = hw->scl_low_period.scl_low_period; in i2c_ll_get_scl_clk_timing()
/hal_espressif-latest/components/hal/
Di2c_hal.c74 …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/include/hal/
Di2c_types.h84 int low_period; /*!< low_period time */ member