[][src]Struct efr32xg1::cmu::hfrcoctrl::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 tuning(&self) -> TUNINGR
[src]

Bits 0:6 - HFRCO Tuning Value

pub fn finetuning(&self) -> FINETUNINGR
[src]

Bits 8:13 - HFRCO Fine Tuning Value

pub fn freqrange(&self) -> FREQRANGER
[src]

Bits 16:20 - HFRCO Frequency Range

pub fn cmpbias(&self) -> CMPBIASR
[src]

Bits 21:23 - HFRCO Comparator Bias Current

pub fn ldohp(&self) -> LDOHPR
[src]

Bit 24 - HFRCO LDO High Power Mode

pub fn clkdiv(&self) -> CLKDIVR
[src]

Bits 25:26 - Locally Divide HFRCO Clock Output

pub fn finetuningen(&self) -> FINETUNINGENR
[src]

Bit 27 - Enable Reference for Fine Tuning

pub fn vreftc(&self) -> VREFTCR
[src]

Bits 28:31 - HFRCO Temperature Coefficient Trim on Comparator Reference

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]