TotW

Type Alias TotW 

pub type TotW<'a, REG> = FieldWriter<'a, REG, 2, Tot, Safe>;
Expand description

Field TOT writer - Type Of Transpose For Writes

Aliased Type§

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

Implementations§

§

impl<'a, REG> TotW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

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

No transposition.

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

Bits in bytes are transposed; bytes are not transposed.

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

Both bits in bytes and bytes are transposed.

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

Only bytes are transposed; no bits in a byte are transposed.