![NXP Semiconductors LPC43Sxx Скачать руководство пользователя страница 1159](http://html1.mh-extra.com/html/nxp-semiconductors/lpc43sxx/lpc43sxx_user-manual_17218271159.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
1159 of 1441
NXP Semiconductors
UM10503
Chapter 41: LPC43xx/LPC43Sxx UART1
41.6.5 UART1 Interrupt Identification Register
The IIR provides a status code that denotes the priority and source of a pending interrupt.
The interrupts are frozen during an IIR access. If an interrupt occurs during an IIR access,
the interrupt is recorded for the next IIR access.
7
CTSIE
CTS Interrupt Enable. If auto-cts mode is enabled this bit enables/disables the modem
status interrupt generation on a CTS1 signal transition. If auto-cts mode is disabled a
CTS1 transition will generate an interrupt if Modem Status Interrupt Enable (IER[3]) is
set.
In normal operation a CTS1 signal transition will generate a Modem Status Interrupt
unless the interrupt has been disabled by clearing the IER[3] bit in the IER register. In
auto-cts mode a transition on the CTS1 bit will trigger an interrupt only if both the IER[3]
and IER[7] bits are set.
0
0
Disable. Disable the CTS interrupt.
1
Enable. Enable the CTS interrupt.
8
ABEOIE
Enables the end of auto-baud interrupt.
0
0
Disable. Disable end of auto-baud Interrupt.
1
Enable. Enable end of auto-baud Interrupt.
9
ABTOIE
Enables the auto-baud time-out interrupt.
0
0
Disable. Disable auto-baud time-out Interrupt.
1
Enable. Enable auto-baud time-out Interrupt.
31:10 -
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
Table 957: UART1 Interrupt Identification Register (IIR, address 0x4008 2008) bit description
Bit
Symbol
Value Description
Reset
value
0
INTSTATUS
Interrupt status. Note that IIR[0] is active low. The pending interrupt can be
determined by evaluating IIR[3:1].
1
0
Interrupt pending. At least one interrupt is pending.
1
Not pending. No interrupt is pending.
3:1
INTID
Interrupt identification. IER[3:1] identifies an interrupt corresponding to the UART1
Rx or TX FIFO. All other combinations of IER[3:1] not listed below are reserved
(100,101,111).
0
0x3
RLS. Priority 1 (highest). (Highest) Receive Line Status (RLS).
0x2
RDA. Priority 2 - Receive Data Available (RDA).
0x6
CTI. Priority 2 - Character Time-out Indicator (CTI).
0x1
THRE. Priority 3 - THRE Interrupt.
0x0
Reserved. Priority 4 (lowest) - Reserved.
5:4
-
Reserved, user software should not write ones to reserved bits. The value read from
a reserved bit is not defined.
NA
7:6
FIFOENABLE
Copies of FCR[0].
0