pub enum LSBFIRST {
Msbfirst = 0,
Lsbfirst = 1,
}
Expand description
Frame format
Value on reset: 0
Variants§
Msbfirst = 0
0: Data is transmitted/received with the MSB first
Lsbfirst = 1
1: Data is transmitted/received with the LSB first
Trait Implementations§
impl Copy for LSBFIRST
impl Eq for LSBFIRST
impl StructuralPartialEq for LSBFIRST
Auto Trait Implementations§
impl Freeze for LSBFIRST
impl RefUnwindSafe for LSBFIRST
impl Send for LSBFIRST
impl Sync for LSBFIRST
impl Unpin for LSBFIRST
impl UnwindSafe for LSBFIRST
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