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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pub fn reserved2(&mut self) -> _RESERVED2W[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(&mut self) -> _HPOSC_SERIES_CAPW[src]

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

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

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