[][src]Struct cc13x2_cc26x2_hal::aux_ddi0_osc::ampcompctl::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 spare31(&self) -> SPARE31R[src]

Bit 31 - 31:31] 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 ampcomp_req_mode(&self) -> AMPCOMP_REQ_MODER[src]

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

pub fn ampcomp_fsm_update_rate(&self) -> AMPCOMP_FSM_UPDATE_RATER[src]

Bits 28:29 - 29:28] Internal. Only to be used through TI provided API.

pub fn ampcomp_sw_ctrl(&self) -> AMPCOMP_SW_CTRLR[src]

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

pub fn ampcomp_sw_en(&self) -> AMPCOMP_SW_ENR[src]

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

pub fn reserved24(&self) -> RESERVED24R[src]

Bits 24:25 - 25:24] 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 ibias_offset(&self) -> IBIAS_OFFSETR[src]

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

pub fn ibias_init(&self) -> IBIAS_INITR[src]

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

pub fn lpm_ibias_wait_cnt_final(&self) -> LPM_IBIAS_WAIT_CNT_FINALR[src]

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

pub fn cap_step(&self) -> CAP_STEPR[src]

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

pub fn ibiascap_hptolp_ol_cnt(&self) -> IBIASCAP_HPTOLP_OL_CNTR[src]

Bits 0:3 - 3: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> 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