pub enum RXNEW {
Clear = 0,
}Expand description
Read data register not empty
Value on reset: 0
Variants§
Clear = 0
0: Clear received data ready flag
Trait Implementations§
impl Copy for RXNEW
impl Eq for RXNEW
impl StructuralPartialEq for RXNEW
Auto Trait Implementations§
impl Freeze for RXNEW
impl RefUnwindSafe for RXNEW
impl Send for RXNEW
impl Sync for RXNEW
impl Unpin for RXNEW
impl UnwindSafe for RXNEW
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