16.6.5.13 Enum usart_parity
Select parity USART parity mode.
Enum value | Description |
---|---|
USART_PARITY_ODD |
For odd parity checking, the parity bit will be set if number of ones being transferred is even |
USART_PARITY_EVEN |
For even parity checking, the parity bit will be set if number of ones being received is odd |
USART_PARITY_NONE |
No parity checking will be executed, and there will be no parity bit in the received frame |