Type Alias rp2040_pac::ppb::nvic_icer::R

source ·
pub type R = R<NVIC_ICER_SPEC>;
Expand description

Register NVIC_ICER reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn clrena(&self) -> CLRENA_R

Bits 0:31 - Interrupt clear-enable bits.
Write:
0 = No effect.
1 = Disable interrupt.
Read:
0 = Interrupt disabled.
1 = Interrupt enabled.