#[repr(u8)]pub enum REV_IN {
Normal = 0,
Byte = 1,
HalfWord = 2,
Word = 3,
}
Expand description
Reverse input data
Value on reset: 0
Variants§
Normal = 0
0: Bit order not affected
Byte = 1
1: Bit reversal done by byte
HalfWord = 2
2: Bit reversal done by half-word
Word = 3
3: Bit reversal done by word
Trait Implementations§
impl Copy for REV_IN
impl Eq for REV_IN
impl IsEnum for REV_IN
impl StructuralPartialEq for REV_IN
Auto Trait Implementations§
impl Freeze for REV_IN
impl RefUnwindSafe for REV_IN
impl Send for REV_IN
impl Sync for REV_IN
impl Unpin for REV_IN
impl UnwindSafe for REV_IN
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