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

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

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

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

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

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

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

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

pub fn reserved24(&mut self) -> _RESERVED24W[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(&mut self) -> _IBIAS_OFFSETW[src]

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

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

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

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

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

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

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

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

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