pub enum RXDATA_NERR_A {
RXDATA_NERR_CLR = 0,
RXDATA_NERR_SET = 1,
}Expand description
Noise Error. Writing to this bit has no effect. The flag is cleared by writing 1 to the NERR bit in the UART EVENT ICLR register.
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for RXDATA_NERR_A
impl Clone for RXDATA_NERR_A
Source§fn clone(&self) -> RXDATA_NERR_A
fn clone(&self) -> RXDATA_NERR_A
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 RXDATA_NERR_A
impl Debug for RXDATA_NERR_A
Source§impl From<RXDATA_NERR_A> for bool
impl From<RXDATA_NERR_A> for bool
Source§fn from(variant: RXDATA_NERR_A) -> Self
fn from(variant: RXDATA_NERR_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RXDATA_NERR_A
impl PartialEq for RXDATA_NERR_A
impl Copy for RXDATA_NERR_A
impl Eq for RXDATA_NERR_A
impl StructuralPartialEq for RXDATA_NERR_A
Auto Trait Implementations§
impl Freeze for RXDATA_NERR_A
impl RefUnwindSafe for RXDATA_NERR_A
impl Send for RXDATA_NERR_A
impl Sync for RXDATA_NERR_A
impl Unpin for RXDATA_NERR_A
impl UnwindSafe for RXDATA_NERR_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