UART_StopBits 枚举

标头: #include <applibs/uart.h>

UART 停止位的有效值。

typedef enum {
    UART_StopBits_One = 1,
    UART_StopBits_Two = 2
} UART_StopBits;

UART_StopBits_One

一个停止位。

UART_StopBits_Two

两个停止位。