Type Alias rp2040_pac::ppb::nvic_icer::CLRENA_W

source ·
pub type CLRENA_W<'a, REG> = FieldWriter<'a, REG, 32, u32>;
Expand description

Field CLRENA writer - Interrupt clear-enable bits.
Write:
0 = No effect.
1 = Disable interrupt.
Read:
0 = Interrupt disabled.
1 = Interrupt enabled.

Aliased Type§

struct CLRENA_W<'a, REG> { /* private fields */ }