pub enum EWIW {
Enable = 1,
}
Expand description
Early wakeup interrupt
Value on reset: 0
Variants§
Enable = 1
1: interrupt occurs whenever the counter reaches the value 0x40
Trait Implementations§
impl Copy for EWIW
impl Eq for EWIW
impl StructuralPartialEq for EWIW
Auto Trait Implementations§
impl Freeze for EWIW
impl RefUnwindSafe for EWIW
impl Send for EWIW
impl Sync for EWIW
impl Unpin for EWIW
impl UnwindSafe for EWIW
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