This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6678 IPC的核间中断的寄存器设置



#define IPCGR0        (0x02620240u)

 #define IPCGR1       (0x02620244u)

#define IPCGR2        (0x02620248u)

 #define IPCGR3        (0x0262024Cu)

#define IPCGR4        (0x02620250u)

#define IPCGR5       (0x02620254u)

#define IPCGR6        (0x02620258u)

 #define IPCGR7        (0x0262025Cu)

 #define IPCAR0        (0x02620280u)

 #define IPCAR1        (0x02620284u)

#define IPCAR2        (0x02620288u)

 #define IPCAR3        (0x0262028Cu)

#define IPCAR4        (0x02620290u)

#define IPCAR5        (0x02620294u)

 #define IPCAR6        (0x02620298u)

#define IPCAR7        (0x0262029Cu)

为什么这样设置啊,有技术文档参考么?为什么地址后面还要加一个u呢?