![ARM Cortex-M4 Generic User Manual Download Page 221](http://html.mh-extra.com/html/arm/cortex-m4/cortex-m4_generic-user-manual_2973228221.webp)
Cortex-M4 Peripherals
ARM DUI 0553A
Copyright © 2010 ARM. All rights reserved.
4-5
ID121610
Non-Confidential
4.2.3
Interrupt Clear-enable Registers
The NVIC_ICER0-NVIC_ICER7 registers disable interrupts, and show which interrupts are
enabled. See the register summary in
for the register attributes.
The bit assignments are:
4.2.4
Interrupt Set-pending Registers
The NVIC_ISPR0-NVIC_ISPR7 registers force interrupts into the pending state, and show
which interrupts are pending. See the register summary in
for the register
attributes.
The bit assignments are:
Note
Writing 1 to the ISPR bit corresponding to:
•
an interrupt that is pending has no effect
•
a disabled interrupt sets the state of that interrupt to pending.
Table 4-5 ICER bit assignments
Bits
Name
Function
[31:0]
CLRENA
Interrupt clear-enable bits.
Write:
0 = no effect
1 = disable interrupt.
Read:
0 = interrupt disabled
1 = interrupt enabled.
CLRENA bits
31
0
Table 4-6 ISPR bit assignments
Bits
Name
Function
[31:0]
SETPEND
Interrupt set-pending bits.
Write:
0 = no effect
1 = changes interrupt state to pending.
Read:
0 = interrupt is not pending
1 = interrupt is pending.
SETPEND bits
31
0