UM10429
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2010. All rights reserved.
User manual
Rev. 1 — 20 October 2010
72 of 258
NXP Semiconductors
UM10429
Chapter 10: LPC1102 Universal Asynchronous Transmitter (UART)
10.5.4 UART Interrupt Enable Register ( DLAB = 0)
The U0IER is used to enable the four UART interrupt sources.
Table 74.
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 75.
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 76.
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.