NVIC Registers
143
SLAU723A – October 2017 – Revised October 2018
Copyright © 2017–2018, Texas Instruments Incorporated
Cortex-M4 Peripherals
2.4.5 ACTIVE0 to ACTIVE3 Registers
Interrupt 0-31 Active Bit (ACTIVE0), offset 0x300
Interrupt 32-63 Active Bit (ACTIVE1), offset 0x304
Interrupt 64-95 Active Bit (ACTIVE2), offset 0x308
Interrupt 96-127 Active Bit (ACTIVE3), offset 0x30C
NOTE:
This register can only be accessed from privileged mode.
The ACTIVEn registers indicate which interrupts are active. Bit 0 of ACTIVE0 corresponds to Interrupt 0;
bit 31 corresponds to Interrupt 31. Bit 0 of ACTIVE1 corresponds to Interrupt 32; bit 31 corresponds to
Interrupt 63. Bit 0 of ACTIVE2 corresponds to Interrupt 64; bit 31 corresponds to Interrupt 95. Bit 0 of
ACTIVE3 corresponds to Interrupt 96; bit 17 corresponds to Interrupt 113.
See for interrupt assignments.
NOTE:
Do not manually set or clear the bits in this register.
ACTIVEn is shown in
and described in
Return to
Figure 2-10. ACTIVEn Register
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10
9
8
7
6
5
4
3
2
1
0
INT
R-0x0
Table 2-20. ACTIVEn Register Field Descriptions
Bit
Field
Type
Reset
Description
31-0
INT
R
0x0
Interrupt Active
0x0 = The corresponding interrupt is not active.
0x1 = The corresponding interrupt is active, or active and pending.