Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Di2c_hal.h387 void i2c_hal_get_stop_timing(i2c_hal_context_t *hal, int *setup_time, int *hold_time);
/hal_espressif-3.6.0/components/hal/
Di2c_hal.c137 void i2c_hal_get_stop_timing(i2c_hal_context_t *hal, int *setup_time, int *hold_time) in i2c_hal_get_stop_timing() function
/hal_espressif-3.6.0/components/driver/
Di2c.c609 i2c_hal_get_stop_timing(&(i2c_context[i2c_num].hal), &scl_stop_setup, &scl_stop_hold); in i2c_hw_fsm_reset()
787 i2c_hal_get_stop_timing(&(i2c_context[i2c_num].hal), setup_time, hold_time); in i2c_get_stop_timing()