FeieW

Type Alias FeieW 

pub type FeieW<'a, REG> = BitWriter<'a, REG, Feie>;
Expand description

Field FEIE writer - FIFO Error Interrupt Enable

Aliased Type§

pub struct FeieW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> FeieW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Interrupt enabled.

pub fn _1(self) -> &'a mut W<REG>

Interrupt disabled.