Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 368 Bytes

UARTWordLength.md

File metadata and controls

15 lines (10 loc) · 368 Bytes

enum UARTWordLength

Overview / Purpose

Enumeration UARTWordLength

Enumerator Value Description
UART_WORD_LENGTH_UNSPECIFIED 0 Unspecified UART word length
UART_WORD_LENGTH_7 1 7 bits
UART_WORD_LENGTH_8 2 8 bits
UART_WORD_LENGTH_9 3 9 bits

Parent topic: Common (C++)