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