Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_esp32.c218 int scl_low_period, scl_high_period; in i2c_hw_fsm_reset() local
225 i2c_ll_get_scl_timing(data->hal.dev, &scl_high_period, &scl_low_period); in i2c_hw_fsm_reset()
240 i2c_ll_set_scl_timing(data->hal.dev, scl_high_period, scl_low_period); in i2c_hw_fsm_reset()