[][src]Enum efr32xg1::cmu::ctrl::CLKOUTSEL1R

pub enum CLKOUTSEL1R {
    DISABLED,
    ULFRCO,
    LFRCO,
    LFXO,
    HFXO,
    HFEXPCLK,
    ULFRCOQ,
    LFRCOQ,
    LFXOQ,
    HFRCOQ,
    AUXHFRCOQ,
    HFXOQ,
    HFSRCCLK,
    _Reserved(u8),
}

Possible values of the field CLKOUTSEL1

Variants

DISABLED

Disabled

ULFRCO

ULFRCO (directly from oscillator)

LFRCO

LFRCO (directly from oscillator)

LFXO

LFXO (directly from oscillator)

HFXO

HFXO (directly from oscillator)

HFEXPCLK

HFEXPCLK

ULFRCOQ

ULFRCO (qualified)

LFRCOQ

LFRCO (qualified)

LFXOQ

LFXO (qualified)

HFRCOQ

HFRCO (qualified)

AUXHFRCOQ

AUXHFRCO (qualified)

HFXOQ

HFXO (qualified)

HFSRCCLK

HFSRCCLK

_Reserved(u8)

Reserved

Methods

impl CLKOUTSEL1R
[src]

pub fn bits(&self) -> u8
[src]

Value of the field as raw bits

pub fn is_disabled(&self) -> bool
[src]

Checks if the value of the field is DISABLED

pub fn is_ulfrco(&self) -> bool
[src]

Checks if the value of the field is ULFRCO

pub fn is_lfrco(&self) -> bool
[src]

Checks if the value of the field is LFRCO

pub fn is_lfxo(&self) -> bool
[src]

Checks if the value of the field is LFXO

pub fn is_hfxo(&self) -> bool
[src]

Checks if the value of the field is HFXO

pub fn is_hfexpclk(&self) -> bool
[src]

Checks if the value of the field is HFEXPCLK

pub fn is_ulfrcoq(&self) -> bool
[src]

Checks if the value of the field is ULFRCOQ

pub fn is_lfrcoq(&self) -> bool
[src]

Checks if the value of the field is LFRCOQ

pub fn is_lfxoq(&self) -> bool
[src]

Checks if the value of the field is LFXOQ

pub fn is_hfrcoq(&self) -> bool
[src]

Checks if the value of the field is HFRCOQ

pub fn is_auxhfrcoq(&self) -> bool
[src]

Checks if the value of the field is AUXHFRCOQ

pub fn is_hfxoq(&self) -> bool
[src]

Checks if the value of the field is HFXOQ

pub fn is_hfsrcclk(&self) -> bool
[src]

Checks if the value of the field is HFSRCCLK

Trait Implementations

impl Copy for CLKOUTSEL1R
[src]

impl PartialEq<CLKOUTSEL1R> for CLKOUTSEL1R
[src]

impl Clone for CLKOUTSEL1R
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CLKOUTSEL1R
[src]

Auto Trait Implementations

impl Send for CLKOUTSEL1R

impl Sync for CLKOUTSEL1R

Blanket Implementations

impl<T> From for T
[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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