TotrW

Type Alias TotrW 

pub type TotrW<'a, REG> = FieldWriter<'a, REG, 2, Totr, Safe>;
Expand description

Field TOTR writer - Type Of Transpose For Read

Aliased Type§

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

Implementations§

§

impl<'a, REG> TotrW<'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.