Enum stm32wlxx_hal::pac::crc::cr::REV_IN_A
#[repr(u8)]pub enum REV_IN_A {
Normal = 0,
Byte = 1,
HalfWord = 2,
Word = 3,
}
Available on crate feature
stm32wl5x_cm4
only.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_A
impl StructuralPartialEq for REV_IN_A
Auto Trait Implementations§
impl RefUnwindSafe for REV_IN_A
impl Send for REV_IN_A
impl Sync for REV_IN_A
impl Unpin for REV_IN_A
impl UnwindSafe for REV_IN_A
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