pub enum DORD_A {
MSB,
LSB,
}
Expand description
Data Order
Value on reset: 0
Variants
MSB
0: MSB is transmitted first
LSB
1: LSB is transmitted first
Trait Implementations
impl Copy for DORD_A
impl StructuralPartialEq for DORD_A
Auto Trait Implementations
impl RefUnwindSafe for DORD_A
impl Send for DORD_A
impl Sync for DORD_A
impl Unpin for DORD_A
impl UnwindSafe for DORD_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