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

Bit 31 - 31: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(&mut self) -> _SCLK_LF_SRCW[src]

Bits 29:30 - 30:29] Indicates source for the sclk_lf

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

Bit 28 - 28:28] Indicates source for the sclk_hf

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

Bits 23:27 - 27:23] 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(&mut self) -> _RCOSC_HF_ENW[src]

Bit 22 - 22:22] RCOSC_HF_EN

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

Bit 21 - 21:21] RCOSC_LF_EN

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

Bit 20 - 20:20] XOSC_LF_EN

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

Bit 19 - 19:19] CLK_DCDC_RDY

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

Bit 18 - 18:18] CLK_DCDC_RDY_ACK

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

Bit 17 - 17:17] Indicates sclk_hf is lost

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

Bit 16 - 16:16] Indicates sclk_lf is lost

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

Bit 15 - 15:15] Indicates that XOSC_HF is enabled.

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

Bit 14 - 14: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(&mut self) -> _XB_48M_CLK_ENW[src]

Bit 13 - 13: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(&mut self) -> _RESERVED12W[src]

Bit 12 - 12: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(&mut self) -> _XOSC_HF_LP_BUF_ENW[src]

Bit 11 - 11:11] XOSC_HF_LP_BUF_EN

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

Bit 10 - 10:10] XOSC_HF_HP_BUF_EN

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

Bit 9 - 9: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(&mut self) -> _ADC_THMETW[src]

Bit 8 - 8:8] ADC_THMET

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

Bit 7 - 7:7] indicates when adc_data is ready.

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

Bits 1:6 - 6:1] adc_data

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

Bit 0 - 0:0] Indicates when SCLK_HF clock source is ready to be switched

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