Enum atsamd51n::system_control::scr::SLEEPDEEP_A
source · [−]pub enum SLEEPDEEP_A {
VALUE_0,
VALUE_1,
}
Expand description
Deep Sleep used as low power mode
Value on reset: 0
Variants
VALUE_0
0: Sleep
VALUE_1
1: Deep sleep
Trait Implementations
sourceimpl Clone for SLEEPDEEP_A
impl Clone for SLEEPDEEP_A
sourcefn clone(&self) -> SLEEPDEEP_A
fn clone(&self) -> SLEEPDEEP_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 moresourceimpl Debug for SLEEPDEEP_A
impl Debug for SLEEPDEEP_A
sourceimpl From<SLEEPDEEP_A> for bool
impl From<SLEEPDEEP_A> for bool
sourcefn from(variant: SLEEPDEEP_A) -> Self
fn from(variant: SLEEPDEEP_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SLEEPDEEP_A> for SLEEPDEEP_A
impl PartialEq<SLEEPDEEP_A> for SLEEPDEEP_A
sourcefn eq(&self, other: &SLEEPDEEP_A) -> bool
fn eq(&self, other: &SLEEPDEEP_A) -> bool
impl Copy for SLEEPDEEP_A
impl StructuralPartialEq for SLEEPDEEP_A
Auto Trait Implementations
impl RefUnwindSafe for SLEEPDEEP_A
impl Send for SLEEPDEEP_A
impl Sync for SLEEPDEEP_A
impl Unpin for SLEEPDEEP_A
impl UnwindSafe for SLEEPDEEP_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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