![Texas Instruments SimpleLink Ethernet MSP432E401Y Скачать руководство пользователя страница 140](http://html1.mh-extra.com/html/texas-instruments/simplelink-ethernet-msp432e401y/simplelink-ethernet-msp432e401y_technical-reference-manual_1095578140.webp)
NVIC Registers
140
SLAU723A – October 2017 – Revised October 2018
Copyright © 2017–2018, Texas Instruments Incorporated
Cortex-M4 Peripherals
2.4.2 DIS0 to DIS3 Registers
Interrupt 0-31 Clear Enable (DIS0), offset 0x180
Interrupt 32-63 Clear Enable (DIS1), offset 0x184
Interrupt 64-95 Clear Enable (DIS2), offset 0x188
Interrupt 96- 113 Clear Enable (DIS3), offset 0x18C
NOTE:
This register can only be accessed from privileged mode.
The DISn registers disable interrupts. Bit 0 of DIS0 corresponds to Interrupt 0; bit 31 corresponds to
Interrupt 31. Bit 0 of DIS1 corresponds to Interrupt 32; bit 31 corresponds to Interrupt 63. Bit 0 of DIS2
corresponds to Interrupt 64; bit 31 corresponds to Interrupt 95. Bit 0 of DIS3 corresponds to Interrupt 96.
See for interrupt assignments.
DISn is shown in
and described in
.
Return to
Figure 2-7. DISn 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/W-0x0
Table 2-17. DISn Register Field Descriptions
Bit
Field
Type
Reset
Description
31-0
INT
R/W
0x0
Interrupt Disable
0x0 = On a read, indicates the interrupt is disabled.On a write, no
effect.
0x1 = On a read, indicates the interrupt is enabled.On a write, clears
the corresponding INT[n] bit in the EN0 register, disabling interrupt
[n].