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.

关于MSP320位操作问题



在IAR中可以  #define RST  P1OUT_bit.P1OUT_5  

RST=0或RST=1 的进行操作,  但在CCS中这样就会出错,且CCS中没有 io430.h 这个文件,

请问在CCS中对位操作和IAR是不是不同,还是CCS不支持单一的位操作,

在CCS中有没有对位操作方面的例子