pub enum NF_A {
_0 = 0,
_1 = 1,
}Expand description
Noise Flag
Value on reset: 0
Variants§
_0 = 0
0: No noise detected since the last time this flag was cleared. If the receive buffer has a depth greater than 1 then there may be data in the receiver buffer that was received with noise.
_1 = 1
1: At least one dataword was received with noise detected since the last time the flag was cleared.
Trait Implementations§
impl Copy for NF_A
impl StructuralPartialEq for NF_A
Auto Trait Implementations§
impl Freeze for NF_A
impl RefUnwindSafe for NF_A
impl Send for NF_A
impl Sync for NF_A
impl Unpin for NF_A
impl UnsafeUnpin for NF_A
impl UnwindSafe for NF_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