FreeEMS
0.2.0-SNAPSHOT-285-g028e24c
|
Go to the source code of this file.
Macros | |
#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 |
Definition in file commsISRs.h.
#define EXTERN extern |
Definition at line 48 of file commsISRs.h.
#define SCISR1_TX_REGISTER_EMPTY BIT7 |
Definition at line 67 of file commsISRs.h.
Referenced by SCI0ISR().
#define SCISR1_TX_COMPLETE BIT6 |
Definition at line 68 of file commsISRs.h.
#define SCISR1_RX_REGISTER_FULL BIT5 |
Definition at line 69 of file commsISRs.h.
Referenced by SCI0ISR().
#define SCISR1_RX_IDLE_LINE BIT4 |
Definition at line 70 of file commsISRs.h.
#define SCISR1_RX_OVERRUN BIT3 |
Definition at line 71 of file commsISRs.h.
Referenced by SCI0ISR().
#define SCISR1_RX_NOISE BIT2 |
Definition at line 72 of file commsISRs.h.
Referenced by SCI0ISR().
#define SCISR1_RX_FRAMING BIT1 |
Definition at line 73 of file commsISRs.h.
Referenced by SCI0ISR().
#define SCISR1_RX_PARITY BIT0 |
Definition at line 74 of file commsISRs.h.
Referenced by SCI0ISR().
EXTERN unsigned char TXByteEscaped |
Definition at line 78 of file commsISRs.h.
Referenced by SCI0ISR().