#[repr(u8)]pub enum Intrpaden {
INTRPADEN_0 = 0,
INTRPADEN_1 = 1,
}Variants§
INTRPADEN_0 = 0
Interrupt pad low has no effect
INTRPADEN_1 = 1
Interrupt pad low triggers an interrupt and deep sleep wakeup or deep powerdown wakeup event.
Implementations§
Trait Implementations§
Source§impl Ord for Intrpaden
impl Ord for Intrpaden
Source§impl PartialOrd for Intrpaden
impl PartialOrd for Intrpaden
impl Copy for Intrpaden
impl Eq for Intrpaden
impl StructuralPartialEq for Intrpaden
Auto Trait Implementations§
impl Freeze for Intrpaden
impl RefUnwindSafe for Intrpaden
impl Send for Intrpaden
impl Sync for Intrpaden
impl Unpin for Intrpaden
impl UnwindSafe for Intrpaden
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