pub enum PARITY_A {
NO_PARITY = 0,
PARITY = 1,
}
Expand description
Indicates if parity expected in RX frame
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for PARITY_A
impl StructuralPartialEq for PARITY_A
Auto Trait Implementations§
impl Freeze for PARITY_A
impl RefUnwindSafe for PARITY_A
impl Send for PARITY_A
impl Sync for PARITY_A
impl Unpin for PARITY_A
impl UnwindSafe for PARITY_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