#[repr(u8)]pub enum Rwu {
NO_EFFECT = 0,
RX_WAKEUP = 1,
}Variants§
NO_EFFECT = 0
Normal receiver operation.
RX_WAKEUP = 1
LPUART receiver in standby waiting for wakeup condition.
Implementations§
Trait Implementations§
Source§impl Ord for Rwu
impl Ord for Rwu
Source§impl PartialOrd for Rwu
impl PartialOrd for Rwu
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