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++)