feat(esp32h21): support I2C on ESP32H21

This commit is contained in:
gaoxu
2025-03-10 11:44:04 +08:00
committed by Gao Xu
parent 46847b7be9
commit ec632f7fed
28 changed files with 1421 additions and 315 deletions

View File

@@ -1146,7 +1146,7 @@ static inline void i2c_ll_master_disable_rx_it(i2c_dev_t *hw)
}
/**
* @brief
* @brief Enable I2C slave TX interrupt
*
* @param hw Beginning address of the peripheral registers
*