Home
last modified time | relevance | path

Searched refs:i2c_hal_get_scl_timing (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/hal/include/hal/
Di2c_hal.h398 void i2c_hal_get_scl_timing(i2c_hal_context_t *hal, int *high_period, int *low_period);
/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() function
/hal_espressif-3.6.0/components/driver/
Di2c.c607 i2c_hal_get_scl_timing(&(i2c_context[i2c_num].hal), &scl_high_period, &scl_low_period); in i2c_hw_fsm_reset()
722 i2c_hal_get_scl_timing(&(i2c_context[i2c_num].hal), high_period, low_period); in i2c_get_period()