#[repr(u8)]
pub enum PRESCSYNC_A {
    GCLK,
    PRESC,
    RESYNC,
}Expand description
Prescaler and Counter Synchronization
Value on reset: 0
Variants
GCLK
0: Reload or reset the counter on next generic clock
PRESC
1: Reload or reset the counter on next prescaler clock
RESYNC
2: Reload or reset the counter on next generic clock. Reset the prescaler counter
Trait Implementations
sourceimpl Clone for PRESCSYNC_A
 
impl Clone for PRESCSYNC_A
sourcefn clone(&self) -> PRESCSYNC_A
 
fn clone(&self) -> PRESCSYNC_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 PRESCSYNC_A
 
impl Debug for PRESCSYNC_A
sourceimpl From<PRESCSYNC_A> for u8
 
impl From<PRESCSYNC_A> for u8
sourcefn from(variant: PRESCSYNC_A) -> Self
 
fn from(variant: PRESCSYNC_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<PRESCSYNC_A> for PRESCSYNC_A
 
impl PartialEq<PRESCSYNC_A> for PRESCSYNC_A
sourcefn eq(&self, other: &PRESCSYNC_A) -> bool
 
fn eq(&self, other: &PRESCSYNC_A) -> bool
impl Copy for PRESCSYNC_A
impl StructuralPartialEq for PRESCSYNC_A
Auto Trait Implementations
impl RefUnwindSafe for PRESCSYNC_A
impl Send for PRESCSYNC_A
impl Sync for PRESCSYNC_A
impl Unpin for PRESCSYNC_A
impl UnwindSafe for PRESCSYNC_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