在我现在的运用中在汇编的时候用到了msp430.h,但是在C语言代码中,我想对比如IO口的每一位进行位操作,在msp430.h中好像不行,只有在io430.h中才定义了一个寄存器的每一位,例如P1OUT_bit.P1这样的,又不可能msp430.h和io430.h两个都用,我该怎么办?
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.