[][src]Enum efm32hg309f64::timer1::ctrl::CLKSEL_A

pub enum CLKSEL_A {
    PRESCHFPERCLK,
    CC1,
    TIMEROUF,
}

Clock Source Select

Value on reset: 0

Variants

PRESCHFPERCLK

0: Prescaled HFPERCLK

CC1

1: Compare/Capture Channel 1 Input

TIMEROUF

2: Timer is clocked by underflow(down-count) or overflow(up-count) in the lower numbered neighbor Timer

Trait Implementations

impl From<CLKSEL_A> for u8[src]

impl Debug for CLKSEL_A[src]

impl PartialEq<CLKSEL_A> for CLKSEL_A[src]

impl Copy for CLKSEL_A[src]

impl StructuralPartialEq for CLKSEL_A[src]

impl Clone for CLKSEL_A[src]

Auto Trait Implementations

impl Unpin for CLKSEL_A

impl Send for CLKSEL_A

impl Sync for CLKSEL_A

Blanket Implementations

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

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, 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