HidUart_GetUartStatus() bitsmasksError Status More...
Macros | |
| #define | HID_UART_PARITY_ERROR 0x01 |
| Parity error. More... | |
| #define | HID_UART_OVERRUN_ERROR 0x02 |
| Overrun error. More... | |
| #define | HID_UART_LINE_BREAK_INACTIVE 0x00 |
| Line Break Status. More... | |
| #define | HID_UART_LINE_BREAK_ACTIVE 0x01 |
| Line break active. More... | |
HidUart_GetUartStatus() bitsmasks
Error Status
| #define HID_UART_LINE_BREAK_ACTIVE 0x01 |
Line break active.
| #define HID_UART_LINE_BREAK_INACTIVE 0x00 |
Line Break Status.
Line break inactive
| #define HID_UART_OVERRUN_ERROR 0x02 |
Overrun error.
| #define HID_UART_PARITY_ERROR 0x01 |
Parity error.