typedef struct {
volatile Uint32 ICOAR;
volatile Uint32 ICIMR;
volatile Uint32 ICSTR;
volatile Uint32 ICCLKL;
volatile Uint32 ICCLKH;
volatile Uint32 ICCNT;
volatile Uint32 ICDRR;
volatile Uint32 ICSAR;
volatile Uint32 ICDXR;
volatile Uint32 ICMDR;
volatile Uint32 ICIVR;
volatile Uint32 ICEMDR;
volatile Uint32 ICPSC;
} CSL_I2cRegs;
Thomas Yang1:
一般在packages\ti\csl 下的 csl_I2C.h 或者 cslr_i2c.h中定义
建议您在CSL安装目录下搜索下吧