CoX Peripheral Interface(M051 Implement) V2.1.1.0
API Reference
UART Line Control Register(UART_LCR)
Collaboration diagram for UART Line Control Register(UART_LCR):

Defines

#define UART_LCR_WLS_M
 Word Length Select Mask.
#define UART_LCR_WLS_S
 Word Length Select Shift.
#define UART_LCR_WLS_5
 5 bits Length
#define UART_LCR_WLS_6
 6 bits Length
#define UART_LCR_WLS_7
 7 bits Length
#define UART_LCR_WLS_8
 8 bits Length
#define UART_LCR_NSB
 Number of ˇ°STOP bitˇ±
#define UART_LCR_PBE
 Parity Bit Enable.
#define UART_LCR_EPE
 Even Parity Enable.
#define UART_LCR_SPE
 Stick Parity Enable.
#define UART_LCR_BCB
 Break Control Bit.

Define Documentation

#define UART_LCR_WLS_M

Word Length Select Mask.

Definition at line 371 of file xhw_uart.h.

Referenced by UARTConfigGetExpClk().

#define UART_LCR_WLS_S

Word Length Select Shift.

Definition at line 376 of file xhw_uart.h.

#define UART_LCR_WLS_5

5 bits Length

Definition at line 381 of file xhw_uart.h.

#define UART_LCR_WLS_6

6 bits Length

Definition at line 386 of file xhw_uart.h.

#define UART_LCR_WLS_7

7 bits Length

Definition at line 391 of file xhw_uart.h.

#define UART_LCR_WLS_8

8 bits Length

Definition at line 396 of file xhw_uart.h.

#define UART_LCR_NSB

Number of ˇ°STOP bitˇ±

Definition at line 401 of file xhw_uart.h.

Referenced by UARTConfigGetExpClk().

#define UART_LCR_PBE

Parity Bit Enable.

Definition at line 406 of file xhw_uart.h.

Referenced by UARTConfigGetExpClk(), UARTParityModeGet(), and UARTParityModeSet().

#define UART_LCR_EPE

Even Parity Enable.

Definition at line 411 of file xhw_uart.h.

Referenced by UARTConfigGetExpClk(), UARTParityModeGet(), and UARTParityModeSet().

#define UART_LCR_SPE

Stick Parity Enable.

Definition at line 416 of file xhw_uart.h.

Referenced by UARTConfigGetExpClk(), UARTParityModeGet(), and UARTParityModeSet().

#define UART_LCR_BCB

Break Control Bit.

Definition at line 421 of file xhw_uart.h.

Referenced by UARTBreakCtl().