GieR

Type Alias GieR 

pub type GieR = BitReader<Gie>;
Expand description

Field GIE reader - Global Interrupt Enable

Aliased Type§

pub struct GieR { /* private fields */ }

Implementations§

§

impl GieR

pub const fn variant(&self) -> Gie

Get enumerated values variant

pub fn is_0(&self) -> bool

All interrupt sources disabled.

pub fn is_1(&self) -> bool

All interrupt sources enabled. Note that the individual interrupt-enable bits still need to be set to generate interrupts.