#[repr(u8)]pub enum Autowken {
AUTOWKEN_0 = 0,
AUTOWKEN_1 = 1,
}Variants§
AUTOWKEN_0 = 0
Auto wakeup interrupt and counter disabled
AUTOWKEN_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.
Implementations§
Trait Implementations§
Source§impl Ord for Autowken
impl Ord for Autowken
Source§impl PartialOrd for Autowken
impl PartialOrd for Autowken
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