Enum w806_pac::pmu::interrupt_source::IO_WAKE_INT_A
source · [−]pub enum IO_WAKE_INT_A {
NO_INTERRUPT,
HAS_INTERRUPT_SET_CLR,
}
Expand description
IO wake up interrupt flag
Value on reset: 0
Variants
NO_INTERRUPT
0: No IO wake up interrupt is generated.
HAS_INTERRUPT_SET_CLR
1: IO wake up interrupt is generated, set clear
Trait Implementations
sourceimpl Clone for IO_WAKE_INT_A
impl Clone for IO_WAKE_INT_A
sourcefn clone(&self) -> IO_WAKE_INT_A
fn clone(&self) -> IO_WAKE_INT_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for IO_WAKE_INT_A
impl Debug for IO_WAKE_INT_A
sourceimpl From<IO_WAKE_INT_A> for bool
impl From<IO_WAKE_INT_A> for bool
sourcefn from(variant: IO_WAKE_INT_A) -> Self
fn from(variant: IO_WAKE_INT_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<IO_WAKE_INT_A> for IO_WAKE_INT_A
impl PartialEq<IO_WAKE_INT_A> for IO_WAKE_INT_A
impl Copy for IO_WAKE_INT_A
impl StructuralPartialEq for IO_WAKE_INT_A
Auto Trait Implementations
impl RefUnwindSafe for IO_WAKE_INT_A
impl Send for IO_WAKE_INT_A
impl Sync for IO_WAKE_INT_A
impl Unpin for IO_WAKE_INT_A
impl UnwindSafe for IO_WAKE_INT_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more