EpieR

Type Alias EpieR 

pub type EpieR = BitReader<Epie>;
Expand description

Field EPIE reader - End Packet Interrupt Enable

Aliased Type§

pub struct EpieR { /* private fields */ }

Implementations§

§

impl EpieR

pub const fn variant(&self) -> Epie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.