Module rp2040_pac::ppb::nvic_icpr
source · Expand description
Use the Interrupt Clear-Pending Register to clear pending interrupts and determine which interrupts are currently pending.
Structs§
- Use the Interrupt Clear-Pending Register to clear pending interrupts and determine which interrupts are currently pending.
Type Aliases§
- Field
CLRPEND
reader - Interrupt clear-pending bits.
Write:
0 = No effect.
1 = Removes pending state and interrupt.
Read:
0 = Interrupt is not pending.
1 = Interrupt is pending. - Field
CLRPEND
writer - Interrupt clear-pending bits.
Write:
0 = No effect.
1 = Removes pending state and interrupt.
Read:
0 = Interrupt is not pending.
1 = Interrupt is pending. - Register
NVIC_ICPR
reader - Register
NVIC_ICPR
writer