Home
last modified time | relevance | path

Searched defs:high_period (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Di2c_ll.h206 static inline void i2c_ll_set_scl_timing(i2c_dev_t *hw, int high_period, int low_period) in i2c_ll_set_scl_timing()
575 static inline void i2c_ll_get_scl_timing(i2c_dev_t *hw, int *high_period, int *low_period) in i2c_ll_get_scl_timing()
/hal_espressif-3.6.0/components/hal/
Di2c_hal.c142 void i2c_hal_get_scl_timing(i2c_hal_context_t *hal, int *high_period, int *low_period) in i2c_hal_get_scl_timing()
/hal_espressif-3.6.0/components/driver/test/
Dtest_i2c.c168 int high_period, low_period; variable
/hal_espressif-3.6.0/components/driver/
Di2c.c705 esp_err_t i2c_set_period(i2c_port_t i2c_num, int high_period, int low_period) in i2c_set_period()
718 esp_err_t i2c_get_period(i2c_port_t i2c_num, int *high_period, int *low_period) in i2c_get_period()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Di2c_ll.h553 static inline void i2c_ll_get_scl_timing(i2c_dev_t *hw, int *high_period, int *low_period) in i2c_ll_get_scl_timing()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Di2c_ll.h564 static inline void i2c_ll_get_scl_timing(i2c_dev_t *hw, int *high_period, int *low_period) in i2c_ll_get_scl_timing()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Di2c_ll.h581 static inline void i2c_ll_get_scl_timing(i2c_dev_t *hw, int *high_period, int *low_period) in i2c_ll_get_scl_timing()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h546 static inline void i2c_ll_get_scl_timing(i2c_dev_t *hw, int *high_period, int *low_period) in i2c_ll_get_scl_timing()