다음을 통해 공유


UART_DataBits 열거형

헤더: #include <applibs/uart.h>

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개의 데이터 비트.