GcieR

Type Alias GcieR 

pub type GcieR = BitReader<Gcie>;
Expand description

Field GCIE reader - General Call Interrupt Enable

Aliased Type§

pub struct GcieR { /* private fields */ }

Implementations§

§

impl GcieR

pub const fn variant(&self) -> Gcie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.