FeieR

Type Alias FeieR 

pub type FeieR = BitReader<Feie>;
Expand description

Field FEIE reader - FIFO Error Interrupt Enable

Aliased Type§

pub struct FeieR { /* private fields */ }

Implementations§

§

impl FeieR

pub const fn variant(&self) -> Feie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt enabled.

pub fn is_1(&self) -> bool

Interrupt disabled.