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.

28069端口宏定义



在CCS5.2中,可以对28069的gpio口进行如下宏定义吗?

#define  TT   GpioDataRegs.GPADAT.bit.GPIO13
#define  XC  GpioDataRegs.GPADAT.bit.GPIO14
#define  G5  GpioDataRegs.GPADAT.bit.GPIO12

随后可以直接调用吗?

TT=0;

TT=1;

XC=0;