I just started using the XC* compiler. I noticed the the member properties that correspond to the bits are listed twice. One with the bit name and another with the bit name followed by a 2.
For example:
TXSTA2bits.SYNC
and
TXSTA2bits.SYNC2 are both defined in the header file.
But there really is not a SYNC2. What is the purpose of this additional definition?
For example:
TXSTA2bits.SYNC
and
TXSTA2bits.SYNC2 are both defined in the header file.
But there really is not a SYNC2. What is the purpose of this additional definition?