WcieR

Type Alias WcieR 

pub type WcieR = BitReader<Wcie>;
Expand description

Field WCIE reader - Word Complete Interrupt Enable

Aliased Type§

pub struct WcieR { /* private fields */ }

Implementations§

§

impl WcieR

pub const fn variant(&self) -> Wcie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.