[][src]Enum tm4c129x::sysctl::rsclkcfg::OSCSRC_A

pub enum OSCSRC_A {
    PIOSC,
    LFIOSC,
    MOSC,
    RTC,
}

Oscillator Source

Value on reset: 0

Variants

PIOSC

0: PIOSC is oscillator source

LFIOSC

2: LFIOSC is oscillator source

MOSC

3: MOSC is oscillator source

RTC

4: Hibernation Module RTC Oscillator (RTCOSC)

Trait Implementations

impl From<OSCSRC_A> for u8[src]

impl Debug for OSCSRC_A[src]

impl PartialEq<OSCSRC_A> for OSCSRC_A[src]

impl Copy for OSCSRC_A[src]

impl StructuralPartialEq for OSCSRC_A[src]

impl Clone for OSCSRC_A[src]

Auto Trait Implementations

impl Unpin for OSCSRC_A

impl Send for OSCSRC_A

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