TotR

Type Alias TotR 

pub type TotR = FieldReader<Tot>;
Expand description

Field TOT reader - Type Of Transpose For Writes

Aliased Type§

pub struct TotR { /* private fields */ }

Implementations§

§

impl TotR

pub const fn variant(&self) -> Tot

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.