共用方式為


UART_StopBits Enum

頁首: #include < applibs/uart.h>

UART 停止位的有效值。

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

UART_StopBits_One

一個停止位。

UART_StopBits_Two

兩個停止位。