次の方法で共有


UART_StopBits列挙型

ヘッダー: applibs </uart.h #include>

UART ストップ ビットの有効な値。

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

UART_StopBits_One

1 つのストップ ビット。

UART_StopBits_Two

2 つのストップ ビット。