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