PeieW

Type Alias PeieW 

pub type PeieW<'a, REG> = BitWriter<'a, REG, Peie>;
Expand description

Field PEIE writer - Parity Error Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

PF interrupts disabled; use polling).

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

Hardware interrupt requested when PF is set.