[][src]Enum efm32hg309f64::cmu::ctrl::CLKOUTSEL0_A

pub enum CLKOUTSEL0_A {
    HFRCO,
    HFXO,
    HFCLK2,
    HFCLK4,
    HFCLK8,
    HFCLK16,
    ULFRCO,
    AUXHFRCO,
}

Clock Output Select 0

Value on reset: 0

Variants

HFRCO

0: HFRCO (directly from oscillator).

HFXO

1: HFXO (directly from oscillator).

HFCLK2

2: HFCLK/2.

HFCLK4

3: HFCLK/4.

HFCLK8

4: HFCLK/8.

HFCLK16

5: HFCLK/16.

ULFRCO

6: ULFRCO (directly from oscillator).

AUXHFRCO

7: AUXHFRCO (directly from oscillator).

Trait Implementations

impl From<CLKOUTSEL0_A> for u8[src]

impl Debug for CLKOUTSEL0_A[src]

impl PartialEq<CLKOUTSEL0_A> for CLKOUTSEL0_A[src]

impl Copy for CLKOUTSEL0_A[src]

impl StructuralPartialEq for CLKOUTSEL0_A[src]

impl Clone for CLKOUTSEL0_A[src]

Auto Trait Implementations

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