[][src]Struct cc13x2_cc26x2_hal::flash::fsm_st_machine::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 reserved24(&mut self) -> _RESERVED24W[src]

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

pub fn do_precond(&mut self) -> _DO_PRECONDW[src]

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

pub fn fsm_int_en(&mut self) -> _FSM_INT_ENW[src]

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

pub fn all_banks(&mut self) -> _ALL_BANKSW[src]

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

pub fn cmpv_allowed(&mut self) -> _CMPV_ALLOWEDW[src]

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

pub fn random(&mut self) -> _RANDOMW[src]

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

pub fn rv_sec_en(&mut self) -> _RV_SEC_ENW[src]

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

pub fn rv_res(&mut self) -> _RV_RESW[src]

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

pub fn rv_int_en(&mut self) -> _RV_INT_ENW[src]

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

pub fn reserved15(&mut self) -> _RESERVED15W[src]

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

pub fn one_time_good(&mut self) -> _ONE_TIME_GOODW[src]

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

pub fn reserved12(&mut self) -> _RESERVED12W[src]

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

pub fn do_redu_col(&mut self) -> _DO_REDU_COLW[src]

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

pub fn dbg_short_row(&mut self) -> _DBG_SHORT_ROWW[src]

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

pub fn reserved6(&mut self) -> _RESERVED6W[src]

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

pub fn pgm_sec_cof_en(&mut self) -> _PGM_SEC_COF_ENW[src]

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

pub fn prec_stop_en(&mut self) -> _PREC_STOP_ENW[src]

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

pub fn dis_tst_en(&mut self) -> _DIS_TST_ENW[src]

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

pub fn cmd_en(&mut self) -> _CMD_ENW[src]

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

pub fn inv_data(&mut self) -> _INV_DATAW[src]

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

pub fn override_(&mut self) -> _OVERRIDEW[src]

Bit 0 - 0: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