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.

SYSCTL_PERIPH2_SSI0和SYSCTL_PERIPH_SSI0是什么区别



#define SYSCTL_PERIPH2_SSI0     0xf0001c00  // SSI 0
#define SYSCTL_PERIPH_SSI0      0x10000010  // SSI 0

这两个宏定义使用上有什么区别?

我用的是M4,使用的是UCOS

为什么有SYSCTL_PERIPH2_SSI0,SYSCTL_PERIPH2_SSI1,SYSCTL_PERIPH2_SSI3

而没有SYSCTL_PERIPH2_SSI2