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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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