#[repr(u8)]pub enum Rwuid {
IDLE_NOTSET = 0,
IDLE_SET = 1,
}Variants§
IDLE_NOTSET = 0
During receive standby state (RWU = 1), the IDLE bit does not get set upon detection of an idle character. During address match wakeup, the IDLE bit does not set when an address does not match.
IDLE_SET = 1
During receive standby state (RWU = 1), the IDLE bit gets set upon detection of an idle character. During address match wakeup, the IDLE bit does set when an address does not match.
Implementations§
Trait Implementations§
Source§impl Ord for Rwuid
impl Ord for Rwuid
Source§impl PartialOrd for Rwuid
impl PartialOrd for Rwuid
impl Copy for Rwuid
impl Eq for Rwuid
impl StructuralPartialEq for Rwuid
Auto Trait Implementations§
impl Freeze for Rwuid
impl RefUnwindSafe for Rwuid
impl Send for Rwuid
impl Sync for Rwuid
impl Unpin for Rwuid
impl UnwindSafe for Rwuid
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