mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-30 13:56:36 +00:00
Merge branch 'feature/esp32c61_regi2c_support' into 'master'
feat(regi2c): support REGI2C for ESP32C61 Closes IDF-9276 See merge request espressif/esp-idf!31980
This commit is contained in:
@@ -275,7 +275,7 @@ typedef union {
|
||||
} i2c_ana_mst_date_reg_t;
|
||||
|
||||
|
||||
typedef struct {
|
||||
typedef struct i2c_ana_mst_dev_t {
|
||||
volatile i2c_ana_mst_i2c0_ctrl_reg_t i2c0_ctrl;
|
||||
volatile i2c_ana_mst_i2c1_ctrl_reg_t i2c1_ctrl;
|
||||
volatile i2c_ana_mst_i2c0_conf_reg_t i2c0_conf;
|
||||
@@ -293,6 +293,7 @@ typedef struct {
|
||||
volatile i2c_ana_mst_date_reg_t date;
|
||||
} i2c_ana_mst_dev_t;
|
||||
|
||||
extern i2c_ana_mst_dev_t I2C_ANA_MST;
|
||||
|
||||
#ifndef __cplusplus
|
||||
_Static_assert(sizeof(i2c_ana_mst_dev_t) == 0x3c, "Invalid size of i2c_ana_mst_dev_t structure");
|
||||
|
Reference in New Issue
Block a user