[][src]Struct cc13x2_cc26x2_hal::aux_ddi0_osc::xoschfctl::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 spare14(&self) -> SPARE14R[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(&self) -> TCXO_MODE_XOSC_HF_ENR[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(&self) -> TCXO_MODER[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(&self) -> RESERVED10R[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(&self) -> PEAK_DET_ITRIMR[src]

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

pub fn reserved7(&self) -> RESERVED7R[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(&self) -> BYPASSR[src]

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

pub fn reserved5(&self) -> RESERVED5R[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(&self) -> HP_BUF_ITRIMR[src]

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

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

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

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