[][src]Struct cc2650::aux_ddi0_osc::stat0::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 spare31(&self) -> SPARE31R[src]

Bit 31 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn sclk_lf_src(&self) -> SCLK_LF_SRCR[src]

Bits 29:30 - Indicates source for the sclk_lf

pub fn sclk_hf_src(&self) -> SCLK_HF_SRCR[src]

Bit 28 - Indicates source for the sclk_hf

pub fn reserved23(&self) -> RESERVED23R[src]

Bits 23:27 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn rcosc_hf_en(&self) -> RCOSC_HF_ENR[src]

Bit 22 - RCOSC_HF_EN

pub fn rcosc_lf_en(&self) -> RCOSC_LF_ENR[src]

Bit 21 - RCOSC_LF_EN

pub fn xosc_lf_en(&self) -> XOSC_LF_ENR[src]

Bit 20 - XOSC_LF_EN

pub fn clk_dcdc_rdy(&self) -> CLK_DCDC_RDYR[src]

Bit 19 - CLK_DCDC_RDY

pub fn clk_dcdc_rdy_ack(&self) -> CLK_DCDC_RDY_ACKR[src]

Bit 18 - CLK_DCDC_RDY_ACK

pub fn sclk_hf_loss(&self) -> SCLK_HF_LOSSR[src]

Bit 17 - Indicates sclk_hf is lost

pub fn sclk_lf_loss(&self) -> SCLK_LF_LOSSR[src]

Bit 16 - Indicates sclk_lf is lost

pub fn xosc_hf_en(&self) -> XOSC_HF_ENR[src]

Bit 15 - Indicates that XOSC_HF is enabled.

pub fn reserved14(&self) -> RESERVED14R[src]

Bit 14 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn xb_48m_clk_en(&self) -> XB_48M_CLK_ENR[src]

Bit 13 - Indicates that the 48MHz clock from the DOUBLER is enabled. It will be enabled if 24 or 48 MHz crystal is used (enabled in doubler bypass for the 48MHz crystal).

pub fn reserved12(&self) -> RESERVED12R[src]

Bit 12 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn xosc_hf_lp_buf_en(&self) -> XOSC_HF_LP_BUF_ENR[src]

Bit 11 - XOSC_HF_LP_BUF_EN

pub fn xosc_hf_hp_buf_en(&self) -> XOSC_HF_HP_BUF_ENR[src]

Bit 10 - XOSC_HF_HP_BUF_EN

pub fn reserved9(&self) -> RESERVED9R[src]

Bit 9 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn adc_thmet(&self) -> ADC_THMETR[src]

Bit 8 - ADC_THMET

pub fn adc_data_ready(&self) -> ADC_DATA_READYR[src]

Bit 7 - indicates when adc_data is ready.

pub fn adc_data(&self) -> ADC_DATAR[src]

Bits 1:6 - adc_data

pub fn pendingsclkhfswitching(&self) -> PENDINGSCLKHFSWITCHINGR[src]

Bit 0 - Indicates when sclk_hf is ready to be switched

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
    U: Into<T>, 
[src]

type Error = Infallible

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

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]