16.6.5.11 Enum usart_character_size

Number of bits for the character sent in a frame.

Table 16-53. Members
Enum valueDescription

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