![NXP Semiconductors LPC43Sxx User Manual Download Page 1158](http://html1.mh-extra.com/html/nxp-semiconductors/lpc43sxx/lpc43sxx_user-manual_17218271158.webp)
UM10503
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2015. All rights reserved.
User manual
Rev. 2.1 — 10 December 2015
1158 of 1441
NXP Semiconductors
UM10503
Chapter 41: LPC43xx/LPC43Sxx UART1
41.6.4 UART1 Interrupt Enable Register (when DLAB = 0)
The IER is used to enable the four UART1 interrupt sources.
Table 954: UART1 Divisor Latch LSB Register when DLAB = 1 (DLL, address 0x4008 2000) bit description
Bit
Symbol Description
Reset value
7:0
DLLSB
Divisor Latch LSB.
The UART1 Divisor Latch LSB Register, along with the DLM register, determines the baud
rate of the UART1.
0x01
31:8
-
Reserved, user software should not write ones to reserved bits. The value read from a
reserved bit is not defined.
NA
Table 955: UART1 Divisor Latch MSB Register when DLAB = 1 (DLM, address 0x4008 2004) bit description
Bit
Symbol Description
Reset value
7:0
DLMSB
Divisor Latch MSB.
The UART1 Divisor Latch MSB Register, along with the DLL register, determines the baud
rate of the UART1.
0x00
31:8
-
Reserved, user software should not write ones to reserved bits. The value read from a
reserved bit is not defined.
NA
Table 956: UART1 Interrupt Enable Register when DLAB = 0 (IER, address 0x4008 2004) bit description
Bit
Symbol
Value
Description
Reset
value
0
RBRIE
RBR Interrupt Enable. Enables the Receive Data Available interrupt for UART1. It also
controls the Character Receive Time-out interrupt.
0
0
Disable. Disable the RDA interrupts.
1
Enable. Enable the RDA interrupts.
1
THREIE
THRE Interrupt Enable. Enables the THRE interrupt for UART1. The status of this
interrupt can be read from LSR[5].
0
0
Disable. Disable the THRE interrupts.
1
Enable. Enable the THRE interrupts.
2
RXIE
RX Line Interrupt Enable. Enables the UART1 RX line status interrupts. The status of
this interrupt can be read from LSR[4:1].
0
0
Disable. Disable the RX line status interrupts.
1
Enable. Enable the RX line status interrupts.
3
MSIE
Modem Status Interrupt Enable. Enables the modem interrupt. The status of this
interrupt can be read from MSR[3:0].
0
0
Disable. Disable the modem interrupt.
1
Enable. Enable the modem interrupt.
6:4
-
Reserved, user software should not write ones to reserved bits. The value read from a
reserved bit is not defined.
NA