PtW

Type Alias PtW 

pub type PtW<'a, REG> = BitWriter<'a, REG, Pt>;
Expand description

Field PT writer - Parity Type

Aliased Type§

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

Implementations§

§

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

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

Even parity.

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

Odd parity.