NVIC Register Descriptions
1617
SPRUH22I – April 2012 – Revised November 2019
Copyright © 2012–2019, Texas Instruments Incorporated
Cortex-M3 Peripherals
25.5.10 Interrupt 128-133 Clear Enable (DIS4) Register, offset 0x190
The Interrupt 128-133 Clear Enable (DIS2) register disables interrupts. Bit 0 corresponds to Interrupt 128;
bit 5 corresponds to Interrupt 133. See the
Cortex-M3 Processor
chapter for interrupt assignments.
Note:
This register can only be accessed from privileged mode.
Figure 25-14. Interrupt 128-133 Clear Enable (DIS4) Register
31
6
5
0
Reserved
INT
R-0
R/W-0
LEGEND: R/W = Read/Write; R = Read only; -
n
= value after reset
Table 25-20. Interrupt 128-133 Clear Enable (DIS4) Register Field Descriptions
Bit
Field
Value
Description
31-6
Reserved
Reserved
5-0
INT
Interrupt Disable
0
On a read, indicates the interrupt is disabled. On a write, no effect.
1
On a read, indicates the interrupt is enabled. On a write, clears the corresponding INT[n] bit in the
EN2 register, disabling interrupt [n].
25.5.11 Interrupt 0-31 Set Pending (PEND0) Register, offset 0x200
The Interrupt 0-31 Set Pending (PEND0) register forces interrupts into the pending state and shows which
interrupts are pending. 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-15. Interrupt 0-31 Set Pending (PEND0) Register
31
0
INT
R/W-0
LEGEND: R/W = Read/Write; R = Read only; -
n
= value after reset
Table 25-21. Interrupt 0-31 Set Pending (PEND0) Register Field Descriptions
Bit
Field
Value
Description
31-0
INT
Interrupt Set 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, the corresponding interrupt is set to
pending even if it is disabled..
If the corresponding interrupt is already pending, setting a bit has no effect. A bit can only be
cleared by setting the corresponding INT[n] bit in the UNPEND0 register.