pub enum WUTE {
Disabled = 0,
Enabled = 1,
}
Expand description
Wakeup timer enable Note: When the wakeup timer is disabled, wait for WUTWF=1 before enabling it again.
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