PfW

Type Alias PfW 

pub type PfW<'a, REG> = BitWriter<'a, REG, Pf>;
Expand description

Field PF writer - Parity Error Flag

Aliased Type§

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

Implementations§

§

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

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

No parity error.

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

Parity error.