#[repr(u8)]pub enum Tot {
Notrnps = 0,
BtsTrnps = 1,
BytsBtsTrnps = 2,
BytsTrnps = 3,
}Expand description
Transpose Type for Write
Value on reset: 0
Variants§
Notrnps = 0
0: No transposition
BtsTrnps = 1
1: Bits in bytes are transposed, but bytes are not transposed.
BytsBtsTrnps = 2
2: Both bits in bytes and bytes are transposed.
BytsTrnps = 3
3: Only bytes are transposed, no bits in a byte are transposed.
Trait Implementations§
impl Copy for Tot
impl Eq for Tot
impl IsEnum for Tot
impl StructuralPartialEq for Tot
Auto Trait Implementations§
impl Freeze for Tot
impl RefUnwindSafe for Tot
impl Send for Tot
impl Sync for Tot
impl Unpin for Tot
impl UnsafeUnpin for Tot
impl UnwindSafe for Tot
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more