[][src]Struct cc13x2_cc26x2_hal::aux_ddi0_osc::stat1::_RAMPSTATEW

pub struct _RAMPSTATEW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _RAMPSTATEW<'a>[src]

pub fn variant(self, variant: RAMPSTATEW) -> &'a mut W[src]

Writes variant to the field

pub fn fast_start_settle(self) -> &'a mut W[src]

FAST_START_SETTLE

pub fn fast_start(self) -> &'a mut W[src]

FAST_START

pub fn dummy_to_init_1(self) -> &'a mut W[src]

DUMMY_TO_INIT_1

pub fn idac_dec_w_measure(self) -> &'a mut W[src]

IDAC_DECREMENT_WITH_MEASURE

pub fn ibias_inc(self) -> &'a mut W[src]

IBIAS_INCREMENT

pub fn lpm_update(self) -> &'a mut W[src]

LPM_UPDATE

pub fn ibias_dec_w_measure(self) -> &'a mut W[src]

IBIAS_DECREMENT_WITH_MEASURE

pub fn ibias_cap_update(self) -> &'a mut W[src]

IBIAS_CAP_UPDATE

pub fn idac_increment(self) -> &'a mut W[src]

IDAC_INCREMENT

pub fn hpm_update(self) -> &'a mut W[src]

HPM_UPDATE

pub fn hpm_ramp3(self) -> &'a mut W[src]

HPM_RAMP3

pub fn hpm_ramp2(self) -> &'a mut W[src]

HPM_RAMP2

pub fn hpm_ramp1(self) -> &'a mut W[src]

HPM_RAMP1

pub fn initialization(self) -> &'a mut W[src]

INITIALIZATION

pub fn reset(self) -> &'a mut W[src]

RESET

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _RAMPSTATEW<'a>

impl<'a> Sync for _RAMPSTATEW<'a>

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