Go to the source code of this file.
Defines | |
#define | EXTERN extern |
#define | SCISR1_TX_REGISTER_EMPTY BIT7 |
#define | SCISR1_TX_COMPLETE BIT6 |
#define | SCISR1_RX_REGISTER_FULL BIT5 |
#define | SCISR1_RX_IDLE_LINE BIT4 |
#define | SCISR1_RX_OVERRUN BIT3 |
#define | SCISR1_RX_NOISE BIT2 |
#define | SCISR1_RX_FRAMING BIT1 |
#define | SCISR1_RX_PARITY BIT0 |
Variables | |
EXTERN unsigned char | TXByteEscaped |
EXTERN unsigned char | RXCalculatedChecksum |
Definition in file commsISRs.h.
#define EXTERN extern |
Definition at line 47 of file commsISRs.h.
#define SCISR1_RX_FRAMING BIT1 |
#define SCISR1_RX_IDLE_LINE BIT4 |
Definition at line 69 of file commsISRs.h.
#define SCISR1_RX_NOISE BIT2 |
#define SCISR1_RX_OVERRUN BIT3 |
#define SCISR1_RX_PARITY BIT0 |
#define SCISR1_RX_REGISTER_FULL BIT5 |
#define SCISR1_TX_COMPLETE BIT6 |
Definition at line 67 of file commsISRs.h.
#define SCISR1_TX_REGISTER_EMPTY BIT7 |
EXTERN unsigned char RXCalculatedChecksum |
Definition at line 78 of file commsISRs.h.
Referenced by receiveAndIncrement(), resetReceiveState(), and SCI0ISR().
EXTERN unsigned char TXByteEscaped |