rp2040_pac::ppb::nvic_icpr

Type Alias R

Source
pub type R = R<NVIC_ICPR_SPEC>;
Expand description

Register NVIC_ICPR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn clrpend(&self) -> CLRPEND_R

Bits 0:31 - Interrupt clear-pending bits.
Write:
0 = No effect.
1 = Removes pending state and interrupt.
Read:
0 = Interrupt is not pending.
1 = Interrupt is pending.