[][src]Enum atsams70n19b::tc0::tc_channel::tc_cmr_waveform_mode::TCCLKSW

pub enum TCCLKSW {
    TIMER_CLOCK1,
    TIMER_CLOCK2,
    TIMER_CLOCK3,
    TIMER_CLOCK4,
    TIMER_CLOCK5,
    XC0,
    XC1,
    XC2,
}

Values that can be written to the field TCCLKS

Variants

TIMER_CLOCK1

Clock selected: internal PCK6 clock signal (from PMC)

TIMER_CLOCK2

Clock selected: internal MCK/8 clock signal (from PMC)

TIMER_CLOCK3

Clock selected: internal MCK/32 clock signal (from PMC)

TIMER_CLOCK4

Clock selected: internal MCK/128 clock signal (from PMC)

TIMER_CLOCK5

Clock selected: internal SLCK clock signal (from PMC)

XC0

Clock selected: XC0

XC1

Clock selected: XC1

XC2

Clock selected: XC2

Trait Implementations

impl Debug for TCCLKSW[src]

impl PartialEq<TCCLKSW> for TCCLKSW[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for TCCLKSW[src]

impl Clone for TCCLKSW[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for TCCLKSW

impl Sync for TCCLKSW

impl Send for TCCLKSW

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self