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

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

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

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

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

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

pub fn reserved16(&mut self) -> _RESERVED16W[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(&mut self) -> _RAMPSTATEW[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(&mut self) -> _RESERVED4W[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(&mut self) -> _AMPCOMP_REQW[src]

Bit 3 - 3:3] ampcomp_req

pub fn xosc_hf_ampgood(&mut self) -> _XOSC_HF_AMPGOODW[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(&mut self) -> _XOSC_HF_FREQGOODW[src]

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

pub fn xosc_hf_rf_freqgood(&mut self) -> _XOSC_HF_RF_FREQGOODW[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 W

impl Sync for W

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]

impl<T> Same for T

type Output = T

Should always be Self