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

#[repr(u8)]
pub enum CLKOUTSEL0_A {
    DISABLED,
    ULFRCO,
    LFRCO,
    LFXO,
    HFXO,
    HFEXPCLK,
    ULFRCOQ,
    LFRCOQ,
    LFXOQ,
    HFRCOQ,
    AUXHFRCOQ,
    HFXOQ,
    HFSRCCLK,
}

Clock Output Select 0

Value on reset: 0

Variants

DISABLED

0: Disabled

ULFRCO

1: ULFRCO (directly from oscillator)

LFRCO

2: LFRCO (directly from oscillator)

LFXO

3: LFXO (directly from oscillator)

HFXO

6: HFXO (directly from oscillator)

HFEXPCLK

7: HFEXPCLK

ULFRCOQ

9: ULFRCO (qualified)

LFRCOQ

10: LFRCO (qualified)

LFXOQ

11: LFXO (qualified)

HFRCOQ

12: HFRCO (qualified)

AUXHFRCOQ

13: AUXHFRCO (qualified)

HFXOQ

14: HFXO (qualified)

HFSRCCLK

15: HFSRCCLK

Trait Implementations

impl Clone for CLKOUTSEL0_A[src]

impl Copy for CLKOUTSEL0_A[src]

impl Debug for CLKOUTSEL0_A[src]

impl From<CLKOUTSEL0_A> for u8[src]

impl PartialEq<CLKOUTSEL0_A> for CLKOUTSEL0_A[src]

impl StructuralPartialEq for CLKOUTSEL0_A[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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