Type Alias rp2040_pac::ppb::nvic_icer::CLRENA_R

source ·
pub type CLRENA_R = FieldReader<u32>;
Expand description

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

Aliased Type§

struct CLRENA_R { /* private fields */ }