pub enum Autowken {
Autowken0 = 0,
Autowken1 = 1,
}Expand description
PMC automatic wakeup enable and interrupt enable
Value on reset: 0
Variants§
Autowken0 = 0
0: Auto wakeup interrupt and counter disabled
Autowken1 = 1
1: Auto wakeup interrupt generated when PMC sequencer finishes and AUTOWAKE counter = 0 after entering deep sleep mode (but not deep powerdown mode). Interrupt will wake up the M33.
Trait Implementations§
impl Copy for Autowken
impl Eq for Autowken
impl StructuralPartialEq for Autowken
Auto Trait Implementations§
impl Freeze for Autowken
impl RefUnwindSafe for Autowken
impl Send for Autowken
impl Sync for Autowken
impl Unpin for Autowken
impl UnwindSafe for Autowken
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