pub enum MSBF_A {
_0 = 0,
_1 = 1,
}Expand description
Most Significant Bit First
Value on reset: 0
Variants§
_0 = 0
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 = 1
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].
Trait Implementations§
impl Copy for MSBF_A
impl StructuralPartialEq for MSBF_A
Auto Trait Implementations§
impl Freeze for MSBF_A
impl RefUnwindSafe for MSBF_A
impl Send for MSBF_A
impl Sync for MSBF_A
impl Unpin for MSBF_A
impl UnsafeUnpin for MSBF_A
impl UnwindSafe for MSBF_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