pub type TotW<'a, REG> = FieldWriter<'a, REG, 2, Tot, Safe>;
Field TOT writer - Type Of Transpose For Writes
TOT
pub struct TotW<'a, REG> { /* private fields */ }
No transposition.
Bits in bytes are transposed; bytes are not transposed.
Both bits in bytes and bytes are transposed.
Only bytes are transposed; no bits in a byte are transposed.