Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Header: #include <applibs/uart.h>
The valid values for UART stop bits.
typedef enum {
UART_StopBits_One = 1,
UART_StopBits_Two = 2
} UART_StopBits;
Values
UART_StopBits_One
One stop bit.
UART_StopBits_Two
Two stop bits.