Enum w806_pac::pmu::control_register::CALIBRATE_32K_A
source · [−]pub enum CALIBRATE_32K_A {
OFF,
ON,
}
Expand description
Calibrate 32k oscillator
Value on reset: 0
Variants
OFF
0: Stop calibrate 32k oscillator
ON
1: Start up calibrate 32k oscillator
Trait Implementations
sourceimpl Clone for CALIBRATE_32K_A
impl Clone for CALIBRATE_32K_A
sourcefn clone(&self) -> CALIBRATE_32K_A
fn clone(&self) -> CALIBRATE_32K_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 CALIBRATE_32K_A
impl Debug for CALIBRATE_32K_A
sourceimpl From<CALIBRATE_32K_A> for bool
impl From<CALIBRATE_32K_A> for bool
sourcefn from(variant: CALIBRATE_32K_A) -> Self
fn from(variant: CALIBRATE_32K_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<CALIBRATE_32K_A> for CALIBRATE_32K_A
impl PartialEq<CALIBRATE_32K_A> for CALIBRATE_32K_A
impl Copy for CALIBRATE_32K_A
impl StructuralPartialEq for CALIBRATE_32K_A
Auto Trait Implementations
impl RefUnwindSafe for CALIBRATE_32K_A
impl Send for CALIBRATE_32K_A
impl Sync for CALIBRATE_32K_A
impl Unpin for CALIBRATE_32K_A
impl UnwindSafe for CALIBRATE_32K_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