pub enum PARITY_AW {
CLEAR = 1,
}Expand description
A character with bad parity is received. Only checked if HW parity control is enabled.
Value on reset: 0
Variants§
CLEAR = 1
1: Clear error on write.
Trait Implementations§
impl Copy for PARITY_AW
impl StructuralPartialEq for PARITY_AW
Auto Trait Implementations§
impl Freeze for PARITY_AW
impl RefUnwindSafe for PARITY_AW
impl Send for PARITY_AW
impl Sync for PARITY_AW
impl Unpin for PARITY_AW
impl UnwindSafe for PARITY_AW
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