pub enum INTCLKEN_A {
OFF,
ON,
}
Expand description
Internal Clock Enable
Value on reset: 0
Variants
OFF
0: Stop
ON
1: Oscillate
Trait Implementations
sourceimpl Clone for INTCLKEN_A
impl Clone for INTCLKEN_A
sourcefn clone(&self) -> INTCLKEN_A
fn clone(&self) -> INTCLKEN_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 INTCLKEN_A
impl Debug for INTCLKEN_A
sourceimpl From<INTCLKEN_A> for bool
impl From<INTCLKEN_A> for bool
sourcefn from(variant: INTCLKEN_A) -> Self
fn from(variant: INTCLKEN_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<INTCLKEN_A> for INTCLKEN_A
impl PartialEq<INTCLKEN_A> for INTCLKEN_A
sourcefn eq(&self, other: &INTCLKEN_A) -> bool
fn eq(&self, other: &INTCLKEN_A) -> bool
impl Copy for INTCLKEN_A
impl StructuralPartialEq for INTCLKEN_A
Auto Trait Implementations
impl RefUnwindSafe for INTCLKEN_A
impl Send for INTCLKEN_A
impl Sync for INTCLKEN_A
impl Unpin for INTCLKEN_A
impl UnwindSafe for INTCLKEN_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