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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

pub fn reset_value() -> W
[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]

Writes raw bits to the register

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

Bit 0 - HFXO Mode

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

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

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

Bit 8 - Low Power Mode Control

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

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

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

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

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

Bits 24:26 - HFXO Low Frequency Timeout

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

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

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

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

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T
[src]

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]