Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 413 Bytes

File metadata and controls

16 lines (11 loc) · 413 Bytes

enum UARTStopBits

Overview / Purpose

Enumeration UARTStopBits

Enumerator Value Description
UART_STOP_BITS_UNSPECIFIED 0 Unspecified UART stop bits
UART_STOP_BITS_0_5 1 0.5 stop bit
UART_STOP_BITS_1 2 1 stop bit
UART_STOP_BITS_1_5 3 1.5 stop bits
UART_STOP_BITS_2 4 2 stop bits

Parent topic: Common (C++)