BeieR

Type Alias BeieR 

pub type BeieR = BitReader<Beie>;
Expand description

Field BEIE reader - Bit Error Interrupt Enable

Aliased Type§

pub struct BeieR { /* private fields */ }

Implementations§

§

impl BeieR

pub const fn variant(&self) -> Beie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.