CoX Peripheral Interface(M051 Implement) V2.1.1.0
API Reference
UART Interrupt Enable Register(UART_IER)
Collaboration diagram for UART Interrupt Enable Register(UART_IER):

Defines

#define UART_IER_RDA_IEN
 Receive Data Available Interrupt Enable.
#define UART_IER_THRE_IEN
 Transmit Holding Register Empty Interrupt Enable.
#define UART_IER_RLS_IEN
 Receive Line Status Interrupt Enable.
#define UART_IER_MOD_IEN
 Modem Status Interrupt Enable.
#define UART_IER_RTO_IEN
 Rx Time out Interrupt Enable.
#define UART_IER_BUF_ERR_IEN
 Buffer Error Interrupt Enable.
#define UART_IER_WAKE_IEN
 Wake up CPU function enable.
#define UART_IER_LIN_RX_BRK_IEN
 LIN RX Break Field Detected Interrupt Enable.
#define UART_IER_TIME_OUT_EN
 Time-Out Counter Enable.
#define UART_IER_AUTO_RTS_EN
 RTS Auto Flow Control Enable.
#define UART_IER_AUTO_CTS_EN
 CTS Auto Flow Control Enable.

Define Documentation

#define UART_IER_RDA_IEN

Receive Data Available Interrupt Enable.

Definition at line 215 of file xhw_uart.h.

#define UART_IER_THRE_IEN

Transmit Holding Register Empty Interrupt Enable.

Definition at line 220 of file xhw_uart.h.

#define UART_IER_RLS_IEN

Receive Line Status Interrupt Enable.

Definition at line 225 of file xhw_uart.h.

#define UART_IER_MOD_IEN

Modem Status Interrupt Enable.

Definition at line 230 of file xhw_uart.h.

#define UART_IER_RTO_IEN

Rx Time out Interrupt Enable.

Definition at line 235 of file xhw_uart.h.

#define UART_IER_BUF_ERR_IEN

Buffer Error Interrupt Enable.

Definition at line 240 of file xhw_uart.h.

#define UART_IER_WAKE_IEN

Wake up CPU function enable.

Definition at line 245 of file xhw_uart.h.

#define UART_IER_LIN_RX_BRK_IEN

LIN RX Break Field Detected Interrupt Enable.

Definition at line 250 of file xhw_uart.h.

#define UART_IER_TIME_OUT_EN

Time-Out Counter Enable.

Definition at line 255 of file xhw_uart.h.

Referenced by UARTRxTimeOutSet().

#define UART_IER_AUTO_RTS_EN

RTS Auto Flow Control Enable.

Definition at line 260 of file xhw_uart.h.

#define UART_IER_AUTO_CTS_EN

CTS Auto Flow Control Enable.

Definition at line 265 of file xhw_uart.h.