DR
AFT
DR
AFT
DRAFT
DR
D
RAFT
DRAFT
DRA
FT DRAF
D
RAFT DRAFT DRAFT DRAFT DRAFT D
DRAFT
D
RAFT DRA
FT DRAFT DRAFT DRAFT DRA
UM10316_0
© NXP B.V. 2008. All rights reserved.
User manual
Rev. 00.06 — 17 December 2008
98 of 571
NXP Semiconductors
UM10316
Chapter 9: LPC29xx Vectored Interrupt Controller (VIC)
4.3 Interrupt-pending register 1
The interrupt-pending register gathers the pending bits of interrupt requests 1 to 31.
Software can make use of this feature to gain a faster overview of pending interrupts than
it would get by reading the individual interrupt request registers.
The INT_PENDING_1_31 register is read-only.
shows the bit assignment of the INT_PENDING_1_31 register.
4.4 Interrupt-pending register 2
The interrupt-pending register gathers the pending bits of all interrupt requests 32 to 63.
Software can make use of this feature to gain a faster overview on pending interrupts than
it would get by reading the individual interrupt request registers.
The INT_PENDING_32_63 register is read only.
shows the bit assignment of the INT_PENDING_32_63 register.
4.5 Interrupt controller features register
The interrupt controller features register indicates the VIC configuration which an ISR can
use for implementing interrupt controller configuration-specific behavior.
The INT_FEATURES register is read-only
shows the bit assignment of the INT_FEATURES register.
Table 87.
INT_PENDING_1_31 register bit description (INT_PENDING_1_31, address
0xFFFF F200)
Bit
Symbol
Access
Value
Description
31
PENDING[31]
R
1
Interrupt request 31 is pending
0
There is no interrupt request 31
:
:
:
:
1
PENDING[1]
R
1
Interrupt request 1 is pending
0
There is no interrupt request 1
0
R
0
Reserved; read as logic 0
Table 88.
INT_PENDING_32_63 register bit description (INT_PENDING_32_63, address
0xFFFF F204)
Bit
Symbol
Access
Value
Description
31 to 25 reserved
R
-
Reserved; read as don’t care
24
PENDING[63]
R
1
Interrupt request 63 is pending
0
There is no interrupt request 63
:
:
:
:
0
PENDING[32]
R
1
Interrupt request 32 is pending
0
There is no interrupt request 32