[][src]Struct cc2650::fcfg1::flash_otp_data4::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 standby_mode_sel_int_wrt(&self) -> STANDBY_MODE_SEL_INT_WRTR[src]

Bit 31 - Internal. Only to be used through TI provided API.

pub fn standby_pw_sel_int_wrt(&self) -> STANDBY_PW_SEL_INT_WRTR[src]

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

pub fn dis_standby_int_wrt(&self) -> DIS_STANDBY_INT_WRTR[src]

Bit 28 - Internal. Only to be used through TI provided API.

pub fn dis_idle_int_wrt(&self) -> DIS_IDLE_INT_WRTR[src]

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

pub fn vin_at_x_int_wrt(&self) -> VIN_AT_X_INT_WRTR[src]

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

pub fn standby_mode_sel_ext_wrt(&self) -> STANDBY_MODE_SEL_EXT_WRTR[src]

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

pub fn standby_pw_sel_ext_wrt(&self) -> STANDBY_PW_SEL_EXT_WRTR[src]

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

pub fn dis_standby_ext_wrt(&self) -> DIS_STANDBY_EXT_WRTR[src]

Bit 20 - Internal. Only to be used through TI provided API.

pub fn dis_idle_ext_wrt(&self) -> DIS_IDLE_EXT_WRTR[src]

Bit 19 - Internal. Only to be used through TI provided API.

pub fn vin_at_x_ext_wrt(&self) -> VIN_AT_X_EXT_WRTR[src]

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

pub fn standby_mode_sel_int_rd(&self) -> STANDBY_MODE_SEL_INT_RDR[src]

Bit 15 - Internal. Only to be used through TI provided API.

pub fn standby_pw_sel_int_rd(&self) -> STANDBY_PW_SEL_INT_RDR[src]

Bits 13:14 - Internal. Only to be used through TI provided API.

pub fn dis_standby_int_rd(&self) -> DIS_STANDBY_INT_RDR[src]

Bit 12 - Internal. Only to be used through TI provided API.

pub fn dis_idle_int_rd(&self) -> DIS_IDLE_INT_RDR[src]

Bit 11 - Internal. Only to be used through TI provided API.

pub fn vin_at_x_int_rd(&self) -> VIN_AT_X_INT_RDR[src]

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

pub fn standby_mode_sel_ext_rd(&self) -> STANDBY_MODE_SEL_EXT_RDR[src]

Bit 7 - Internal. Only to be used through TI provided API.

pub fn standby_pw_sel_ext_rd(&self) -> STANDBY_PW_SEL_EXT_RDR[src]

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

pub fn dis_standby_ext_rd(&self) -> DIS_STANDBY_EXT_RDR[src]

Bit 4 - Internal. Only to be used through TI provided API.

pub fn dis_idle_ext_rd(&self) -> DIS_IDLE_EXT_RDR[src]

Bit 3 - Internal. Only to be used through TI provided API.

pub fn vin_at_x_ext_rd(&self) -> VIN_AT_X_EXT_RDR[src]

Bits 0:2 - 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]