16.6.5.11 Enum usart_character_size
Number of bits for the character sent in a frame.
Enum value | Description |
---|---|
USART_CHARACTER_SIZE_5BIT |
The char being sent in a frame is five bits long |
USART_CHARACTER_SIZE_6BIT |
The char being sent in a frame is six bits long |
USART_CHARACTER_SIZE_7BIT |
The char being sent in a frame is seven bits long |
USART_CHARACTER_SIZE_8BIT |
The char being sent in a frame is eight bits long |
USART_CHARACTER_SIZE_9BIT |
The char being sent in a frame is nine bits long |