change(ulp): bu lp i2c on esp32c5

This commit is contained in:
Xiaoyu Liu
2024-07-11 11:28:40 +08:00
parent fad3d5aae0
commit 1216dd1abd
10 changed files with 147 additions and 28 deletions

View File

@@ -881,7 +881,7 @@ typedef struct lp_i2c_dev_t {
volatile lp_i2c_rxfifo_start_addr_reg_t rxfifo_start_addr;
} lp_i2c_dev_t;
// We map the LP_I2C instance to the i2c_dev_t struct for convinience of using the same HAL/LL. See soc/i2c_struct.h
// We map the LP_I2C instance to the i2c_dev_t struct for convenience of using the same HAL/LL. See soc/i2c_struct.h
//extern lp_i2c_dev_t LP_I2C;
#ifndef __cplusplus