[][src]Struct cc13x2_cc26x2_hal::aux_ddi0_osc::xoschfctl::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 spare14(&mut self) -> _SPARE14W[src]

Bits 14:31 - 31: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 tcxo_mode_xosc_hf_en(&mut self) -> _TCXO_MODE_XOSC_HF_ENW[src]

Bit 13 - 13:13] If this register is 1 when TCXO_MODE is 1, then the XOSC_HF is enabled, turning on the XOSC_HF bias current allowing a DC bias point to be provided to the clipped-sine wave clock signal on external input.

pub fn tcxo_mode(&mut self) -> _TCXO_MODEW[src]

Bit 12 - 12:12] If this register is 1 when BYPASS is 1, this will enable clock qualification on the TCXO clock on external input. This register has no effect when BYPASS is 0.

pub fn reserved10(&mut self) -> _RESERVED10W[src]

Bits 10:11 - 11:10] 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 peak_det_itrim(&mut self) -> _PEAK_DET_ITRIMW[src]

Bits 8:9 - 9:8] Internal. Only to be used through TI provided API.

pub fn reserved7(&mut self) -> _RESERVED7W[src]

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

Bit 6 - 6:6] Internal. Only to be used through TI provided API.

pub fn reserved5(&mut self) -> _RESERVED5W[src]

Bit 5 - 5:5] 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 hp_buf_itrim(&mut self) -> _HP_BUF_ITRIMW[src]

Bits 2:4 - 4:2] Internal. Only to be used through TI provided API.

pub fn lp_buf_itrim(&mut self) -> _LP_BUF_ITRIMW[src]

Bits 0:1 - 1:0] Internal. Only to be used through TI provided API.

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