|
|
#define | UART_ERR_BREAK (0x08) |
| | Bit 3: A break condition was received.
|
| |
|
#define | UART_ERR_FRAME (0x04) |
| | Bit 2: A framing error was detected (invalid stop bit)
|
| |
|
#define | UART_ERR_PARITY (0x02) |
| | Bit 1: A parity error was detected.
|
| |
|
#define | UART_ERR_OVERRUN (0x01) |
| | Bit 0: A receiver overrun error occurred.
|
| |
Bitmask definitions for the value returned by GetUartErrorReg(). Multiple bits may be set simultaneously.