pub enum RX_NE {
Empty = 0,
NotEmpty = 1,
}Expand description
Data register not empty (receivers)
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RX_NE
impl Eq for RX_NE
impl StructuralPartialEq for RX_NE
Auto Trait Implementations§
impl Freeze for RX_NE
impl RefUnwindSafe for RX_NE
impl Send for RX_NE
impl Sync for RX_NE
impl Unpin for RX_NE
impl UnwindSafe for RX_NE
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