[][src]Enum cc13x2_cc26x2_hal::aux_ddi0_osc::stat1::RAMPSTATER

pub enum RAMPSTATER {
    FAST_START_SETTLE,
    FAST_START,
    DUMMY_TO_INIT_1,
    IDAC_DEC_W_MEASURE,
    IBIAS_INC,
    LPM_UPDATE,
    IBIAS_DEC_W_MEASURE,
    IBIAS_CAP_UPDATE,
    IDAC_INCREMENT,
    HPM_UPDATE,
    HPM_RAMP3,
    HPM_RAMP2,
    HPM_RAMP1,
    INITIALIZATION,
    RESET,
    _Reserved(u8),
}

Possible values of the field RAMPSTATE

Variants

FAST_START_SETTLE

FAST_START_SETTLE

FAST_START

FAST_START

DUMMY_TO_INIT_1

DUMMY_TO_INIT_1

IDAC_DEC_W_MEASURE

IDAC_DECREMENT_WITH_MEASURE

IBIAS_INC

IBIAS_INCREMENT

LPM_UPDATE

LPM_UPDATE

IBIAS_DEC_W_MEASURE

IBIAS_DECREMENT_WITH_MEASURE

IBIAS_CAP_UPDATE

IBIAS_CAP_UPDATE

IDAC_INCREMENT

IDAC_INCREMENT

HPM_UPDATE

HPM_UPDATE

HPM_RAMP3

HPM_RAMP3

HPM_RAMP2

HPM_RAMP2

HPM_RAMP1

HPM_RAMP1

INITIALIZATION

INITIALIZATION

RESET

RESET

_Reserved(u8)

Reserved

Methods

impl RAMPSTATER[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_fast_start_settle(&self) -> bool[src]

Checks if the value of the field is FAST_START_SETTLE

pub fn is_fast_start(&self) -> bool[src]

Checks if the value of the field is FAST_START

pub fn is_dummy_to_init_1(&self) -> bool[src]

Checks if the value of the field is DUMMY_TO_INIT_1

pub fn is_idac_dec_w_measure(&self) -> bool[src]

Checks if the value of the field is IDAC_DEC_W_MEASURE

pub fn is_ibias_inc(&self) -> bool[src]

Checks if the value of the field is IBIAS_INC

pub fn is_lpm_update(&self) -> bool[src]

Checks if the value of the field is LPM_UPDATE

pub fn is_ibias_dec_w_measure(&self) -> bool[src]

Checks if the value of the field is IBIAS_DEC_W_MEASURE

pub fn is_ibias_cap_update(&self) -> bool[src]

Checks if the value of the field is IBIAS_CAP_UPDATE

pub fn is_idac_increment(&self) -> bool[src]

Checks if the value of the field is IDAC_INCREMENT

pub fn is_hpm_update(&self) -> bool[src]

Checks if the value of the field is HPM_UPDATE

pub fn is_hpm_ramp3(&self) -> bool[src]

Checks if the value of the field is HPM_RAMP3

pub fn is_hpm_ramp2(&self) -> bool[src]

Checks if the value of the field is HPM_RAMP2

pub fn is_hpm_ramp1(&self) -> bool[src]

Checks if the value of the field is HPM_RAMP1

pub fn is_initialization(&self) -> bool[src]

Checks if the value of the field is INITIALIZATION

pub fn is_reset(&self) -> bool[src]

Checks if the value of the field is RESET

Trait Implementations

impl Debug for RAMPSTATER[src]

impl PartialEq<RAMPSTATER> for RAMPSTATER[src]

impl Copy for RAMPSTATER[src]

impl Clone for RAMPSTATER[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RAMPSTATER

impl Sync for RAMPSTATER

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