pub enum FRAMING_AW {
CLEAR = 1,
}Expand description
A valid stop bit is not detected on the serial data input after all bits in a character have been received.
Value on reset: 0
Variants§
CLEAR = 1
1: Clear error on write.
Trait Implementations§
Source§impl Clone for FRAMING_AW
impl Clone for FRAMING_AW
Source§fn clone(&self) -> FRAMING_AW
fn clone(&self) -> FRAMING_AW
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FRAMING_AW
impl Debug for FRAMING_AW
Source§impl From<FRAMING_AW> for bool
impl From<FRAMING_AW> for bool
Source§fn from(variant: FRAMING_AW) -> Self
fn from(variant: FRAMING_AW) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FRAMING_AW
impl PartialEq for FRAMING_AW
impl Copy for FRAMING_AW
impl StructuralPartialEq for FRAMING_AW
Auto Trait Implementations§
impl Freeze for FRAMING_AW
impl RefUnwindSafe for FRAMING_AW
impl Send for FRAMING_AW
impl Sync for FRAMING_AW
impl Unpin for FRAMING_AW
impl UnwindSafe for FRAMING_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