[][src]Struct efr32xg1::cmu::oscencmd::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 hfrcoen(&mut self) -> _HFRCOENW
[src]

Bit 0 - HFRCO Enable

pub fn hfrcodis(&mut self) -> _HFRCODISW
[src]

Bit 1 - HFRCO Disable

pub fn hfxoen(&mut self) -> _HFXOENW
[src]

Bit 2 - HFXO Enable

pub fn hfxodis(&mut self) -> _HFXODISW
[src]

Bit 3 - HFXO Disable

pub fn auxhfrcoen(&mut self) -> _AUXHFRCOENW
[src]

Bit 4 - AUXHFRCO Enable

pub fn auxhfrcodis(&mut self) -> _AUXHFRCODISW
[src]

Bit 5 - AUXHFRCO Disable

pub fn lfrcoen(&mut self) -> _LFRCOENW
[src]

Bit 6 - LFRCO Enable

pub fn lfrcodis(&mut self) -> _LFRCODISW
[src]

Bit 7 - LFRCO Disable

pub fn lfxoen(&mut self) -> _LFXOENW
[src]

Bit 8 - LFXO Enable

pub fn lfxodis(&mut self) -> _LFXODISW
[src]

Bit 9 - LFXO Disable

Auto Trait Implementations

impl Send for W

impl Sync for W

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]