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