feat(regi2c): add regi2c support for esp32h21

This commit is contained in:
Song Ruo Jing
2025-02-27 20:17:09 +08:00
parent 79d503f267
commit 9ef152c220
21 changed files with 356 additions and 311 deletions

View File

@@ -124,7 +124,7 @@ static inline void regi2c_ctrl_ll_i2c_sar_periph_enable(void)
}
/**
* @brief Disable the I2C internal bus to do I2C read/write operation to the SAR_ADC register
* @brief Disable the I2C internal bus to do I2C read/write operation to the SAR_ADC and TSENS registers
*/
static inline void regi2c_ctrl_ll_i2c_sar_periph_disable(void)
{