mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
refactor(i2c): rename some LL functions according to TRM descriptions
This commit is contained in:
@@ -130,6 +130,7 @@ static esp_err_t s_i2c_hw_fsm_reset(i2c_master_bus_handle_t i2c_master)
|
||||
}
|
||||
|
||||
i2c_hal_master_init(hal);
|
||||
i2c_ll_enable_fifo_mode(hal->dev, true);
|
||||
i2c_ll_disable_intr_mask(hal->dev, I2C_LL_INTR_MASK);
|
||||
i2c_ll_clear_intr_mask(hal->dev, I2C_LL_INTR_MASK);
|
||||
i2c_hal_set_timing_config(hal, &timing_config);
|
||||
|
||||
Reference in New Issue
Block a user