[][src]Enum efm32pg12_pac::cmu::calctrl::DOWNSEL_A

pub enum DOWNSEL_A {
    HFCLK,
    HFXO,
    LFXO,
    HFRCO,
    LFRCO,
    AUXHFRCO,
    PRS,
}

Calibration Down-counter Select

Value on reset: 0

Variants

HFCLK

0: Select HFCLK for down-counter

HFXO

1: Select HFXO for down-counter

LFXO

2: Select LFXO for down-counter

HFRCO

3: Select HFRCO for down-counter

LFRCO

4: Select LFRCO for down-counter

AUXHFRCO

5: Select AUXHFRCO for down-counter

PRS

6: Select PRS input selected by PRSDOWNSEL as down-counter

Trait Implementations

impl From<DOWNSEL_A> for u8[src]

impl Debug for DOWNSEL_A[src]

impl PartialEq<DOWNSEL_A> for DOWNSEL_A[src]

impl Copy for DOWNSEL_A[src]

impl StructuralPartialEq for DOWNSEL_A[src]

impl Clone for DOWNSEL_A[src]

Auto Trait Implementations

impl Unpin for DOWNSEL_A

impl Send for DOWNSEL_A

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