UM10850
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2016. All rights reserved.
User manual
Rev. 2.4 — 13 September 2016
20 of 464
NXP Semiconductors
UM10850
Chapter 3: LPC5410x Nested Vectored Interrupt Controller (NVIC)
).
3.4.6 Interrupt Set-Pending Register 1 register
The ISPR1 register allows setting the pending state of the second group of peripheral
interrupts, or for reading the pending state of those interrupts. Clearing the pending state
of interrupts is done through the ICPR0 and ICPR1 registers (
and
).
3.4.7 Interrupt Clear-Pending Register 0 register
The ICPR0 register allows clearing the pending state of the first 32 peripheral interrupts,
or for reading the pending state of those interrupts. The remaining interrupts can have
their pending state cleared via the ICPR1 register (
). Setting the pending
state of interrupts is done through the ISPR0 and ISPR1 registers (
and
).
3.4.8 Interrupt Clear-Pending Register 1 register
The ICPR1 register allows clearing the pending state of the second group of peripheral
interrupts, or for reading the pending state of those interrupts. Setting the pending state of
interrupts is done through the ISPR0 and ISPR1 registers (
and
).
Table 8.
Interrupt Set-Pending Register 0 register
Bit
Name
Function
31:0
ISP_...
Peripheral interrupt pending set. Bit numbers match ISER0 registers (
). Unused bits are reserved.
Write: writing 0 has no effect, writing 1 changes the interrupt state to pending.
Read: 0 indicates that the interrupt is not pending, 1 indicates that the interrupt is pending.
Table 9.
Interrupt Set-Pending Register 1 register
Bit
Name
Function
31:0
ISP_...
Peripheral interrupt pending set. Bit numbers match ISER1 registers (
). Unused bits are reserved.
Write: writing 0 has no effect, writing 1 changes the interrupt state to pending.
Read: 0 indicates that the interrupt is not pending, 1 indicates that the interrupt is pending.
Table 10.
Interrupt Clear-Pending Register 0 register
Bit
Name
Function
31:0
ICP_...
Peripheral interrupt pending clear. Bit numbers match ISER0 registers (
). Unused bits are reserved.
Write: writing 0 has no effect, writing 1 changes the interrupt state to not pending.
Read: 0 indicates that the interrupt is not pending, 1 indicates that the interrupt is pending.
Table 11.
Interrupt Clear-Pending Register 1 register
Bit
Name
Function
31:0
ICP_...
Peripheral interrupt pending clear. Bit numbers match ISER1 registers (
). Unused bits are reserved.
Write: writing 0 has no effect, writing 1 changes the interrupt state to not pending.
Read: 0 indicates that the interrupt is not pending, 1 indicates that the interrupt is pending.