[][src]Struct efr32xg1::cmu::hfxoctrl::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

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

Value of the register as raw bits

pub fn mode(&self) -> MODER
[src]

Bit 0 - HFXO Mode

pub fn peakdetshuntoptmode(&self) -> PEAKDETSHUNTOPTMODER
[src]

Bits 4:5 - HFXO Automatic Peak Detection and Shunt Current Optimization Mode

pub fn lowpower(&self) -> LOWPOWERR
[src]

Bit 8 - Low Power Mode Control

pub fn xti2gnd(&self) -> XTI2GNDR
[src]

Bit 9 - Clamp HFXTAL_N Pin to Ground When HFXO Oscillator is Off

pub fn xto2gnd(&self) -> XTO2GNDR
[src]

Bit 10 - Clamp HFXTAL_P Pin to Ground When HFXO Oscillator is Off

pub fn lftimeout(&self) -> LFTIMEOUTR
[src]

Bits 24:26 - HFXO Low Frequency Timeout

pub fn autostartem0em1(&self) -> AUTOSTARTEM0EM1R
[src]

Bit 28 - Automatically Start of HFXO Upon EM0/EM1 Entry From EM2/EM3

pub fn autostartselem0em1(&self) -> AUTOSTARTSELEM0EM1R
[src]

Bit 29 - Automatically Start and Select of HFXO Upon EM0/EM1 Entry From EM2/EM3

Auto Trait Implementations

impl Send for R

impl Sync for R

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]