PeW

Type Alias PeW 

pub type PeW<'a, REG> = BitWriter<'a, REG, Pe>;
Expand description

Field PE writer - Parity Enable

Aliased Type§

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

Implementations§

§

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

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

No hardware parity generation or checking.

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

Parity enabled.