NVIC Register Descriptions
1620
SPRUH22I – April 2012 – Revised November 2019
Copyright © 2012–2019, Texas Instruments Incorporated
Cortex-M3 Peripherals
25.5.16 Interrupt 0-31 Clear Pending (UNPEND0) Register, offset 0x280
The Interrupt 0-31 Clear Pending (UNPEND0) register shows which interrupts are pending and removes
the pending state from interrupts. Bit 0 corresponds to Interrupt 0; bit 31 corresponds to Interrupt 31. See
the
Cortex-M3 Processor
chapter for interrupt assignments.
Note:
This register can only be accessed from privileged mode.
Figure 25-20. Interrupt 0-31 Clear Pending (UNPEND0) Register
31
0
INT
R/W-0
LEGEND: R/W = Read/Write; R = Read only; -
n
= value after reset
Table 25-26. Interrupt 0-31 Interrupt Clear Pending (UNPEND0) Register Field Descriptions
Bit
Field
Value
Description
31-0
INT
Interrupt Clear Pending
0
On a read, indicates that the interrupt is not pending. On a write, no effect.
1
On a read, indicates that the interrupt is pending. On a write, clears the corresponding INT[n] bit in
the PEND0 register, so that interrupt [n] is no longer pending. Setting a bit does not affect the active
state of the corresponding interrupt.
25.5.17 Interrupt 32-63 Clear Pending (UNPEND1) Register, offset 0x284
The Interrupt 32-63 Clear Pending (UNPEND1) register shows which interrupts are pending and removes
the pending state from interrupts. Bit 0 corresponds to Interrupt 32; bit 31 corresponds to Interrupt 63. See
the
Cortex-M3 Processor
chapter for interrupt assignments.
Note:
This register can only be accessed from privileged mode.
Figure 25-21. Interrupt 32-63 Clear Pending (UNPEND1) Register
31
0
INT
R/W-0
LEGEND: R/W = Read/Write; R = Read only; -
n
= value after reset
Table 25-27. Interrupt 32-63 Clear Pending (UNPEND1) Register Field Descriptions
Bit
Field
Value
Description
31-0
INT
Interrupt Clear Pending
0
On a read, indicates that the interrupt is not pending. On a write, no effect.
1
On a read, indicates that the interrupt is pending. On a write, clears the corresponding INT[n] bit in
the PEND1 register, so that interrupt [n] is no longer pending. Setting a bit does not affect the
active state of the corresponding interrupt