pub enum MSBFW {
_0,
_1,
}Expand description
Values that can be written to the field MSBF
Variants§
_0
LSB (bit0) is the first bit that is transmitted following the start bit. Further, the first bit received after the start bit is identified as bit0.
_1
MSB (bit8, bit7 or bit6) is the first bit that is transmitted following the start bit depending on the setting of C1[M] and C1[PE]. Further, the first bit received after the start bit is identified as bit8, bit7 or bit6 depending on the setting of C1[M] and C1[PE].
Auto Trait Implementations§
impl Freeze for MSBFW
impl RefUnwindSafe for MSBFW
impl Send for MSBFW
impl Sync for MSBFW
impl Unpin for MSBFW
impl UnwindSafe for MSBFW
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