Share via


UART_DataBits列挙型

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

UART データ ビットの有効な値。

typedef enum {
    UART_DataBits_Five = 5,
    UART_DataBits_Six = 6,
    UART_DataBits_Seven = 7,
    UART_DataBits_Eight = 8
} UART_DataBits;

UART_DataBits_Five

5 つのデータ ビット。

UART_DataBits_Six

6 つのデータ ビット。

UART_DataBits_Seven

7 つのデータ ビット。

UART_DataBits_Eight

8 つのデータ ビット。