[][src]Struct cc13x2_cc26x2_hal::aux_ddi0_osc::rcoscmfctl::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 spare16(&mut self) -> _SPARE16W[src]

Bits 16:31 - 31:16] 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_mf_cap_array(&mut self) -> _RCOSC_MF_CAP_ARRAYW[src]

Bits 9:15 - 15:9] Adjust RCOSC_MF capacitor array. 0x0: nominal frequency, 0.625pF 0x40: highest frequency, 0.125pF 0x3F: lowest frequency, 1.125pF

pub fn rcosc_mf_reg_sel(&mut self) -> _RCOSC_MF_REG_SELW[src]

Bit 8 - 8:8] Choose regulator type. 0: default 1: alternate

pub fn rcosc_mf_res_coarse(&mut self) -> _RCOSC_MF_RES_COARSEW[src]

Bits 6:7 - 7:6] Select coarse resistor for frequency adjustment. 0x0: 400kohms, default 0x1: 300kohms, min 0x2: 600kohms, max 0x3: 500kohms

pub fn rcosc_mf_res_fine(&mut self) -> _RCOSC_MF_RES_FINEW[src]

Bits 4:5 - 5:4] Select fine resistor for frequency adjustment. 0x0: 11kohms, minimum resistance, max freq 0x1: 13kohms 0x2: 16kohms 0x3: 20kohms, max resistance, min freq

pub fn rcosc_mf_bias_adj(&mut self) -> _RCOSC_MF_BIAS_ADJW[src]

Bits 0:3 - 3:0] Adjusts bias current to RCOSC_MF. 0x8 minimum current 0x0 default current 0x7 maximum current

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