Expand description
Use the Interrupt Clear-Pending Register to clear pending interrupts and determine which interrupts are currently pending.
Structs§
- NVIC_
ICPR_ SPEC - Use the Interrupt Clear-Pending Register to clear pending interrupts and determine which interrupts are currently pending.
Type Aliases§
- CLRPEND_
R - 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. - CLRPEND_
W - 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. - R
- Register
NVIC_ICPR
reader - W
- Register
NVIC_ICPR
writer