UART0 Interrupt Enable Register.
| RDA_IEN | Receive Data Available Interrupt Enable. 0 = Mask off INT_RDA 1 = Enable INT_RDA |
| THRE_IEN | Transmit Holding Register Empty Interrupt Enable 0 = Mask off INT_THRE 1 = Enable INT_THRE |
| RLS_IEN | Receive Line Status Interrupt Enable 0 = Mask off INT_RLS 1 = Enable INT_RLS |
| Modem_IEN | Modem Status Interrupt Enable 0 = Mask off INT_MOS 1 = Enable INT_MOS |
| RTO_IEN | Rx Time out Interrupt Enable 0 = Mask off INT_tout 1 = Enable INT_tout |
| BUF_ERR_IEN | Buffer Error Interrupt Enable 0 = Mask off INT_Buf_err 1 = Enable INT_Buf_err |
| Wake_EN | Wake up CPU function enable 0 = Disable UART wake up CPU function 1 = Enable wake up function, when the system is in deep sleep mode, an external /CTS change will wake up CPU from deep sleep mode. |
| Time_Out_EN | Time-Out Counter Enable 1 = Enable Time-out counter. 0 = Disable Time-out counter. |
| Auto_RTS_EN | RTS Auto Flow Control Enable 1 = Enable RTS auto flow control. 0 = Disable RTS auto flow control. When RTS auto-flow is enabled, if the number of bytes in the Rx FIFO equals the UA_FCR [RTS_Tri_Lev], the UART will dessert RTS signal. |
| Auto_CTS_EN | CTS Auto Flow Control Enable 1 = Enable CTS auto flow control. 0 = Disable CTS auto flow control. When CTS auto-flow is enabled, the UART will send data to external device when CTS input assert (UART will not send data to device until CTS is asserted). |