pub enum BITREV_A {
MSBIT,
LSBIT,
}
Expand description
Data Formatting Bit Reverse
Value on reset: 0
Variants
MSBIT
0: Transfer Data Most Significant Bit (MSB) first (default for I2S protocol)
LSBIT
1: Transfer Data Least Significant Bit (LSB) first
Trait Implementations
impl Copy for BITREV_A
impl StructuralPartialEq for BITREV_A
Auto Trait Implementations
impl RefUnwindSafe for BITREV_A
impl Send for BITREV_A
impl Sync for BITREV_A
impl Unpin for BITREV_A
impl UnwindSafe for BITREV_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more