Enum Rwuid
pub enum Rwuid {
_0 = 0,
_1 = 1,
}Expand description
Receive Wake Up Idle Detect
Value on reset: 0
Variants§
_0 = 0
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.
_1 = 1
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.
Trait Implementations§
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