Enum w806_pac::pmu::control_register::WAKEUP_LEVEL_A
source · [−]pub enum WAKEUP_LEVEL_A {
LOW,
HIGH,
}
Expand description
IO wake-up polarity selection
Value on reset: 0
Variants
LOW
0: Low level interrupts
HIGH
1: High level interrupt
Trait Implementations
sourceimpl Clone for WAKEUP_LEVEL_A
impl Clone for WAKEUP_LEVEL_A
sourcefn clone(&self) -> WAKEUP_LEVEL_A
fn clone(&self) -> WAKEUP_LEVEL_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 WAKEUP_LEVEL_A
impl Debug for WAKEUP_LEVEL_A
sourceimpl From<WAKEUP_LEVEL_A> for bool
impl From<WAKEUP_LEVEL_A> for bool
sourcefn from(variant: WAKEUP_LEVEL_A) -> Self
fn from(variant: WAKEUP_LEVEL_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<WAKEUP_LEVEL_A> for WAKEUP_LEVEL_A
impl PartialEq<WAKEUP_LEVEL_A> for WAKEUP_LEVEL_A
impl Copy for WAKEUP_LEVEL_A
impl StructuralPartialEq for WAKEUP_LEVEL_A
Auto Trait Implementations
impl RefUnwindSafe for WAKEUP_LEVEL_A
impl Send for WAKEUP_LEVEL_A
impl Sync for WAKEUP_LEVEL_A
impl Unpin for WAKEUP_LEVEL_A
impl UnwindSafe for WAKEUP_LEVEL_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