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

Defines

#define UART_FCR_RX_RST
 Rx Software Reset.
#define UART_FCR_TX_RST
 Tx Software Reset.
#define UART_FCR_RFITL_M
 Rx FIFO Interrupt(INT_RDA)Trigger Level.
#define UART_FCR_RFITL_S
 Rx FIFO Interrupt(INT_RDA)Trigger Level.
#define UART_FCR_RX_DIS
 Rx Disable Register.
#define UART_FCR_RFITL_1
 1 Bytes
#define UART_FCR_RFITL_4
 4 Bytes
#define UART_FCR_RFITL_8
 8 Bytes
#define UART_FCR_RFITL_14
 14 Bytes
#define UART_FCR_RTSTL_M
 RTS Trigger Level for Auto-flow Control Use.
#define UART_FCR_RTSTL_S
 RTS Trigger Level for Auto-flow Control Use.
#define UART_FCR_RTSTL_1
 1 Bytes
#define UART_FCR_RTSTL_4
 4 Bytes
#define UART_FCR_RTSTL_8
 8 Bytes
#define UART_FCR_RTSTL_14
 14 Bytes

Define Documentation

#define UART_FCR_RX_RST

Rx Software Reset.

Definition at line 283 of file xhw_uart.h.

Referenced by UARTConfigSetExpClk(), and xUARTIrDAConfig().

#define UART_FCR_TX_RST

Tx Software Reset.

Definition at line 288 of file xhw_uart.h.

Referenced by UARTConfigSetExpClk(), and xUARTIrDAConfig().

#define UART_FCR_RFITL_M

Rx FIFO Interrupt(INT_RDA)Trigger Level.

Definition at line 293 of file xhw_uart.h.

Referenced by UARTFIFOTriggerLevelGet(), and UARTFIFOTriggerLevelSet().

#define UART_FCR_RFITL_S

Rx FIFO Interrupt(INT_RDA)Trigger Level.

Definition at line 298 of file xhw_uart.h.

#define UART_FCR_RX_DIS

Rx Disable Register.

Definition at line 303 of file xhw_uart.h.

#define UART_FCR_RFITL_1

1 Bytes

Definition at line 308 of file xhw_uart.h.

#define UART_FCR_RFITL_4

4 Bytes

Definition at line 313 of file xhw_uart.h.

#define UART_FCR_RFITL_8

8 Bytes

Definition at line 318 of file xhw_uart.h.

#define UART_FCR_RFITL_14

14 Bytes

Definition at line 323 of file xhw_uart.h.

#define UART_FCR_RTSTL_M

RTS Trigger Level for Auto-flow Control Use.

Definition at line 328 of file xhw_uart.h.

#define UART_FCR_RTSTL_S

RTS Trigger Level for Auto-flow Control Use.

Definition at line 333 of file xhw_uart.h.

#define UART_FCR_RTSTL_1

1 Bytes

Definition at line 338 of file xhw_uart.h.

#define UART_FCR_RTSTL_4

4 Bytes

Definition at line 343 of file xhw_uart.h.

#define UART_FCR_RTSTL_8

8 Bytes

Definition at line 348 of file xhw_uart.h.

#define UART_FCR_RTSTL_14

14 Bytes

Definition at line 353 of file xhw_uart.h.