[][src]Struct cc13x2_cc26x2_hal::fcfg1::osc_conf::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 reserved1(&self) -> RESERVED1R[src]

Bits 30:31 - 31:30] 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_sh_vbuf_en(&self) -> ADC_SH_VBUF_ENR[src]

Bit 29 - 29:29] Trim value for DDI_0_OSC:ADCDOUBLERNANOAMPCTL.ADC_SH_VBUF_EN.

pub fn adc_sh_mode_en(&self) -> ADC_SH_MODE_ENR[src]

Bit 28 - 28:28] Trim value for DDI_0_OSC:ADCDOUBLERNANOAMPCTL.ADC_SH_MODE_EN.

pub fn atestlf_rcosclf_ibias_trim(&self) -> ATESTLF_RCOSCLF_IBIAS_TRIMR[src]

Bit 27 - 27:27] Trim value for DDI_0_OSC:ATESTCTL.ATESTLF_RCOSCLF_IBIAS_TRIM.

pub fn xosclf_regulator_trim(&self) -> XOSCLF_REGULATOR_TRIMR[src]

Bits 25:26 - 26:25] Trim value for DDI_0_OSC:LFOSCCTL.XOSCLF_REGULATOR_TRIM.

pub fn xosclf_cmirrwr_ratio(&self) -> XOSCLF_CMIRRWR_RATIOR[src]

Bits 21:24 - 24:21] Trim value for DDI_0_OSC:LFOSCCTL.XOSCLF_CMIRRWR_RATIO.

pub fn xosc_hf_fast_start(&self) -> XOSC_HF_FAST_STARTR[src]

Bits 19:20 - 20:19] Trim value for DDI_0_OSC:CTL1.XOSC_HF_FAST_START.

pub fn xosc_option(&self) -> XOSC_OPTIONR[src]

Bit 18 - 18:18] 0: XOSC_HF unavailable (may not be bonded out) 1: XOSC_HF available (default)

pub fn hposc_option(&self) -> HPOSC_OPTIONR[src]

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

pub fn hposc_bias_hold_mode_en(&self) -> HPOSC_BIAS_HOLD_MODE_ENR[src]

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

pub fn hposc_currmirr_ratio(&self) -> HPOSC_CURRMIRR_RATIOR[src]

Bits 12:15 - 15:12] Internal. Only to be used through TI provided API.

pub fn hposc_bias_res_set(&self) -> HPOSC_BIAS_RES_SETR[src]

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

pub fn hposc_filter_en(&self) -> HPOSC_FILTER_ENR[src]

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

pub fn hposc_bias_recharge_delay(&self) -> HPOSC_BIAS_RECHARGE_DELAYR[src]

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

pub fn reserved2(&self) -> RESERVED2R[src]

Bits 3:4 - 4:3] 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 hposc_series_cap(&self) -> HPOSC_SERIES_CAPR[src]

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

pub fn hposc_div3_bypass(&self) -> HPOSC_DIV3_BYPASSR[src]

Bit 0 - 0: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> 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