Datasheet

UM10398 All information provided in this document is subject to legal disclaimers. © NXP B.V. 2014. All rights reserved.
User manual Rev. 12.3 — 10 June 2014 201 of 547
NXP Semiconductors
UM10398
Chapter 13: LPC111x/LPC11Cxx UART
13.5.4 UART Interrupt Enable Register (U0IER - 0x4000 8004, when
DLAB = 0)
The U0IER is used to enable the four UART interrupt sources.
Table 187. UART Divisor Latch LSB Register (U0DLL - address 0x4000 8000 when DLAB = 1)
bit description
Bit Symbol Description Reset value
7:0 DLLSB The UART Divisor Latch LSB Register, along with the U0DLM
register, determines the baud rate of the UART.
0x01
31:8 - Reserved -
Table 188. UART Divisor Latch MSB Register (U0DLM - address 0x4000 8004 when
DLAB = 1) bit description
Bit Symbol Description Reset value
7:0 DLMSB The UART Divisor Latch MSB Register, along with the U0DLL
register, determines the baud rate of the UART.
0x00
31:8 - Reserved -
Table 189. UART Interrupt Enable Register (U0IER - address 0x4000 8004 when DLAB = 0) bit
description
Bit Symbol Value Description Reset
value
0 RBRIE RBR Interrupt Enable. Enables the Receive Data Available
interrupt for UART. It also controls the Character Receive
Time-out interrupt.
0
0 Disable the RDA interrupt.
1 Enable the RDA interrupt.
1 THREIE THRE Interrupt Enable. Enables the THRE interrupt for
UART. The status of this interrupt can be read from
U0LSR[5].
0
0 Disable the THRE interrupt.
1 Enable the THRE interrupt.
2 RXLIE RX Line Interrupt Enable. Enables the UART RX line
status interrupts. The status of this interrupt can be read
from U0LSR[4:1].
0
0 Disable the RX line status interrupts.
1 Enable the RX line status interrupts.
3 - - Reserved -
6:4 - Reserved, user software should not write ones to reserved
bits. The value read from a reserved bit is not defined.
NA
7 - - Reserved 0
8 ABEOINTEN Enables the end of auto-baud interrupt. 0
0 Disable end of auto-baud Interrupt.
1 Enable end of auto-baud Interrupt.