pub enum MSBFIRSTW {
LSB,
MSB,
}
Expand description
Values that can be written to the field MSBFIRST
Variants§
LSB
data is transmitted/received with data bit 0 first, following the start bit
MSB
data is transmitted/received with MSB (bit 7/8/9) first, following the start bit
Auto Trait Implementations§
impl Freeze for MSBFIRSTW
impl RefUnwindSafe for MSBFIRSTW
impl Send for MSBFIRSTW
impl Sync for MSBFIRSTW
impl Unpin for MSBFIRSTW
impl UnwindSafe for MSBFIRSTW
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