Collaboration diagram for UART Status:
Detailed Description
UART device status flags,.
A combination of these status flags is used by the _ioctl() commands UART_SETSTATUS and UART_GETSTATUS.
Define Documentation
| #define UART_FRAMINGERROR |
|
| #define UART_OVERRUNERROR |
|
|
|
Receive address frames only.
Used in multidrop communication. May only work if 9 databits have been configured. |
|
|
Receive all frames.
Used in multidrop communication. |
|
|
Transmit as address frame.
Used in multidrop communication. May only work if 9 databits have been configured. |
| #define UART_TXBUFFEREMPTY |
|
|
|
Transmitter buffer empty.
UART_SETSTATUS will immediately clear the buffer. It will not wait until the remaining characters have been transmitted. |
|
|
Transmit as normal frame.
Used in multidrop communication. |