[][src]Struct cc13x2_cc26x2_hal::fcfg1::shdw_ana_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 bod_bandgap_trim_cnf(&self) -> BOD_BANDGAP_TRIM_CNFR[src]

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

pub fn vddr_enable_pg1(&self) -> VDDR_ENABLE_PG1R[src]

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

pub fn vddr_ok_hys(&self) -> VDDR_OK_HYSR[src]

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

pub fn iptat_trim(&self) -> IPTAT_TRIMR[src]

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

pub fn vddr_trim(&self) -> VDDR_TRIMR[src]

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

pub fn trimbod_intmode(&self) -> TRIMBOD_INTMODER[src]

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

pub fn trimbod_extmode(&self) -> TRIMBOD_EXTMODER[src]

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

pub fn trimtemp(&self) -> TRIMTEMPR[src]

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