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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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