| |||
| Home > Cortex-M4 Peripherals > Nested Vectored Interrupt Controller > Interrupt Clear-pending Registers | |||
The NVIC_ICPR0-NCVIC_ICPR7 registers remove the pending state from interrupts, and show which interrupts are pending. See the register summary in Table 4.2 for the register attributes.
The bit assignments are:
Table 4.7. ICPR bit assignments
| Bits | Name | Function |
|---|---|---|
| [31:0] | CLRPEND | Interrupt clear-pending bits. Write: 0 = no effect 1 = removes pending state an interrupt. Read: 0 = interrupt is not pending 1 = interrupt is pending. |
Writing 1 to an ICPR bit does not affect the active state of the corresponding interrupt.