[][src]Struct cc13x2_cc26x2_hal::aux_ddi0_osc::stat2::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 adc_dcbias(&self) -> ADC_DCBIASR[src]

Bits 26:31 - 31:26] DC Bias read by RADC during SAR mode The value is an unsigned integer. It is used for debug only.

pub fn hpm_ramp1_thmet(&self) -> HPM_RAMP1_THMETR[src]

Bit 25 - 25:25] Indication of threshold is met for hpm_ramp1

pub fn hpm_ramp2_thmet(&self) -> HPM_RAMP2_THMETR[src]

Bit 24 - 24:24] Indication of threshold is met for hpm_ramp2

pub fn hpm_ramp3_thmet(&self) -> HPM_RAMP3_THMETR[src]

Bit 23 - 23:23] Indication of threshold is met for hpm_ramp3

pub fn reserved16(&self) -> RESERVED16R[src]

Bits 16:22 - 22:16] 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 rampstate(&self) -> RAMPSTATER[src]

Bits 12:15 - 15:12] xosc_hf amplitude compensation FSM This is identical to STAT1.RAMPSTATE. See that description for encoding.

pub fn reserved4(&self) -> RESERVED4R[src]

Bits 4:11 - 11:4] 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 ampcomp_req(&self) -> AMPCOMP_REQR[src]

Bit 3 - 3:3] ampcomp_req

pub fn xosc_hf_ampgood(&self) -> XOSC_HF_AMPGOODR[src]

Bit 2 - 2:2] amplitude of xosc_hf is within the required threshold (set by DDI). Not used for anything just for debug/status

pub fn xosc_hf_freqgood(&self) -> XOSC_HF_FREQGOODR[src]

Bit 1 - 1:1] frequency of xosc_hf is good to use for the digital clocks

pub fn xosc_hf_rf_freqgood(&self) -> XOSC_HF_RF_FREQGOODR[src]

Bit 0 - 0:0] frequency of xosc_hf is within +/- 20 ppm and xosc_hf is good for radio operations. Used for SW to start synthesizer.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

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]

impl<T> Same for T

type Output = T

Should always be Self