pub enum CLKSOURCE_A {
    VALUE_0,
    VALUE_1,
}Expand description
Clock Source 0=external, 1=processor
Value on reset: 1
Variants
VALUE_0
0: External clock
VALUE_1
1: Processor clock
Trait Implementations
sourceimpl Clone for CLKSOURCE_A
 
impl Clone for CLKSOURCE_A
sourcefn clone(&self) -> CLKSOURCE_A
 
fn clone(&self) -> CLKSOURCE_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 CLKSOURCE_A
 
impl Debug for CLKSOURCE_A
sourceimpl From<CLKSOURCE_A> for bool
 
impl From<CLKSOURCE_A> for bool
sourcefn from(variant: CLKSOURCE_A) -> Self
 
fn from(variant: CLKSOURCE_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<CLKSOURCE_A> for CLKSOURCE_A
 
impl PartialEq<CLKSOURCE_A> for CLKSOURCE_A
sourcefn eq(&self, other: &CLKSOURCE_A) -> bool
 
fn eq(&self, other: &CLKSOURCE_A) -> bool
impl Copy for CLKSOURCE_A
impl StructuralPartialEq for CLKSOURCE_A
Auto Trait Implementations
impl RefUnwindSafe for CLKSOURCE_A
impl Send for CLKSOURCE_A
impl Sync for CLKSOURCE_A
impl Unpin for CLKSOURCE_A
impl UnwindSafe for CLKSOURCE_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