[][src]Enum efm32hg309f64::cmu::calctrl::UPSEL_A

pub enum UPSEL_A {
    HFXO,
    LFXO,
    HFRCO,
    LFRCO,
    AUXHFRCO,
    USHFRCO,
}

Calibration Up-counter Select

Value on reset: 0

Variants

HFXO

0: Select HFXO as up-counter.

LFXO

1: Select LFXO as up-counter.

HFRCO

2: Select HFRCO as up-counter.

LFRCO

3: Select LFRCO as up-counter.

AUXHFRCO

4: Select AUXHFRCO as up-counter.

USHFRCO

5: Select USHFRCO as up-counter.

Trait Implementations

impl From<UPSEL_A> for u8[src]

impl Debug for UPSEL_A[src]

impl PartialEq<UPSEL_A> for UPSEL_A[src]

impl Copy for UPSEL_A[src]

impl StructuralPartialEq for UPSEL_A[src]

impl Clone for UPSEL_A[src]

Auto Trait Implementations

impl Unpin for UPSEL_A

impl Send for UPSEL_A

impl Sync for UPSEL_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