![Texas Instruments SimpleLink Ethernet MSP432E401Y Скачать руководство пользователя страница 142](http://html1.mh-extra.com/html/texas-instruments/simplelink-ethernet-msp432e401y/simplelink-ethernet-msp432e401y_technical-reference-manual_1095578142.webp)
NVIC Registers
142
SLAU723A – October 2017 – Revised October 2018
Copyright © 2017–2018, Texas Instruments Incorporated
Cortex-M4 Peripherals
2.4.4 UNPEND0 to UNPEND3 Registers
Interrupt 0-31 Clear Pending (UNPEND0), offset 0x280
Interrupt 32-63 Clear Pending (UNPEND1), offset 0x284
Interrupt 64-95 Clear Pending (UNPEND2), offset 0x288
Interrupt 96- 113 Clear Pending (UNPEND3), offset 0x28C
NOTE:
This register can only be accessed from privileged mode.
The UNPENDn registers show which interrupts are pending and remove the pending state from interrupts.
Bit 0 of UNPEND0 corresponds to Interrupt 0; bit 31 corresponds to Interrupt 31. Bit 0 of UNPEND1
corresponds to Interrupt 32; bit 31 corresponds to Interrupt 63. Bit 0 of UNPEND2 corresponds to Interrupt
64; bit 31 corresponds to Interrupt 95. Bit 0 of UNPEND3 corresponds to Interrupt 96; bit 31 corresponds
to Interrupt 113.
See for interrupt assignments.
UNPENDn is shown in
and described in
Return to
Figure 2-9. UNPENDn 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-19. UNPENDn Register Field Descriptions
Bit
Field
Type
Reset
Description
31-0
INT
R/W
0x0
Interrupt Clear Pending
0x0 = On a read, indicates that the interrupt is not pending.On a
write, no effect.
0x1 = 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.