[][src]Struct cc2650::fcfg1::ana2_trim::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 rcoschfctrimfract_en(&self) -> RCOSCHFCTRIMFRACT_ENR[src]

Bit 31 - Internal. Only to be used through TI provided API.

pub fn rcoschfctrimfract(&self) -> RCOSCHFCTRIMFRACTR[src]

Bits 26:30 - Internal. Only to be used through TI provided API.

pub fn reserved0(&self) -> RESERVED0R[src]

Bit 25 - Internal. Only to be used through TI provided API.

pub fn set_rcosc_hf_fine_resistor(&self) -> SET_RCOSC_HF_FINE_RESISTORR[src]

Bits 23:24 - Internal. Only to be used through TI provided API.

pub fn atestlf_udigldo_ibias_trim(&self) -> ATESTLF_UDIGLDO_IBIAS_TRIMR[src]

Bit 22 - Internal. Only to be used through TI provided API.

pub fn nanoamp_res_trim(&self) -> NANOAMP_RES_TRIMR[src]

Bits 16:21 - Internal. Only to be used through TI provided API.

pub fn reserved1(&self) -> RESERVED1R[src]

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

pub fn dither_en(&self) -> DITHER_ENR[src]

Bit 11 - Internal. Only to be used through TI provided API.

pub fn dcdc_ipeak(&self) -> DCDC_IPEAKR[src]

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

pub fn dead_time_trim(&self) -> DEAD_TIME_TRIMR[src]

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

pub fn dcdc_low_en_sel(&self) -> DCDC_LOW_EN_SELR[src]

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

pub fn dcdc_high_en_sel(&self) -> DCDC_HIGH_EN_SELR[src]

Bits 0:2 - 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]