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