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

@@ -978,7 +978,7 @@ static inline void i2c_ll_master_get_event(i2c_dev_t *hw, i2c_intr_event_t *even
}
/**
* @brief
* @brief Enable I2C slave TX interrupt
*
* @param hw Beginning address of the peripheral registers
*