Type Alias rp2040_pac::ppb::nvic_icpr::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.