UART_DataBits Enum
頁首: #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
五個數據位。
UART_DataBits_Six
六個數據位。
UART_DataBits_Seven
七個數據位。
UART_DataBits_Eight
八個數據位。