FxorW

Type Alias FxorW 

pub type FxorW<'a, REG> = BitWriter<'a, REG, Fxor>;
Expand description

Field FXOR writer - Complement Read Of CRC Data Register

Aliased Type§

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

Implementations§

§

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

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

No XOR on reading.

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

Invert or complement the read value of the CRC Data register.