HidUart_SetUartConfig() The parity for UART communication More...
Macros | |
| #define | HID_UART_NO_PARITY 0x00 |
| No parity. More... | |
| #define | HID_UART_ODD_PARITY 0x01 |
| Odd parity (sum of data bits is odd) More... | |
| #define | HID_UART_EVEN_PARITY 0x02 |
| Even parity (sum of data bits is even) More... | |
| #define | HID_UART_MARK_PARITY 0x03 |
| Mark parity (always 1) More... | |
| #define | HID_UART_SPACE_PARITY 0x04 |
| Space parity (always 0) More... | |
HidUart_SetUartConfig() The parity for UART communication
Parity
| #define HID_UART_EVEN_PARITY 0x02 |
Even parity (sum of data bits is even)
| #define HID_UART_MARK_PARITY 0x03 |
Mark parity (always 1)
| #define HID_UART_NO_PARITY 0x00 |
No parity.
| #define HID_UART_ODD_PARITY 0x01 |
Odd parity (sum of data bits is odd)
| #define HID_UART_SPACE_PARITY 0x04 |
Space parity (always 0)