pub enum WUPEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Wakeup from STOP enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for WUPEN
impl Eq for WUPEN
impl StructuralPartialEq for WUPEN
Auto Trait Implementations§
impl Freeze for WUPEN
impl RefUnwindSafe for WUPEN
impl Send for WUPEN
impl Sync for WUPEN
impl Unpin for WUPEN
impl UnwindSafe for WUPEN
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