#[repr(u8)]pub enum Autowkf {
AUTOWKF_0 = 0,
AUTOWKF_1 = 1,
}Variants§
AUTOWKF_0 = 0
No PMC Auto Wakeup Interrupt detected since last time cleared.
AUTOWKF_1 = 1
PMC Auto wakeup caused a deep sleep wakeup and interrupt. Write 1 to clear.
Implementations§
Trait Implementations§
Source§impl Ord for Autowkf
impl Ord for Autowkf
Source§impl PartialOrd for Autowkf
impl PartialOrd for Autowkf
impl Copy for Autowkf
impl Eq for Autowkf
impl StructuralPartialEq for Autowkf
Auto Trait Implementations§
impl Freeze for Autowkf
impl RefUnwindSafe for Autowkf
impl Send for Autowkf
impl Sync for Autowkf
impl Unpin for Autowkf
impl UnwindSafe for Autowkf
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