Enum Rwu
pub enum Rwu {
_0 = 0,
_1 = 1,
}Expand description
Receiver Wakeup Control
Value on reset: 0
Variants§
_0 = 0
0: Normal receiver operation.
_1 = 1
1: LPUART receiver in standby waiting for wakeup condition.
Trait Implementations§
impl Copy for Rwu
impl Eq for Rwu
impl StructuralPartialEq for Rwu
Auto Trait Implementations§
impl Freeze for Rwu
impl RefUnwindSafe for Rwu
impl Send for Rwu
impl Sync for Rwu
impl Unpin for Rwu
impl UnwindSafe for Rwu
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