TotrR

Type Alias TotrR 

pub type TotrR = FieldReader<Totr>;
Expand description

Field TOTR reader - Type Of Transpose For Read

Aliased Type§

pub struct TotrR { /* private fields */ }

Implementations§

§

impl TotrR

pub const fn variant(&self) -> Totr

Get enumerated values variant

pub fn is_00(&self) -> bool

No transposition.

pub fn is_01(&self) -> bool

Bits in bytes are transposed; bytes are not transposed.

pub fn is_10(&self) -> bool

Both bits in bytes and bytes are transposed.

pub fn is_11(&self) -> bool

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