[][src]Struct cc13x2_cc26x2_hal::flash::fsm_mode::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 reserved20(&mut self) -> _RESERVED20W[src]

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

pub fn rdv_submode(&mut self) -> _RDV_SUBMODEW[src]

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

pub fn pgm_submode(&mut self) -> _PGM_SUBMODEW[src]

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

pub fn era_submode(&mut self) -> _ERA_SUBMODEW[src]

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

pub fn submode(&mut self) -> _SUBMODEW[src]

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

pub fn sav_pgm_cmd(&mut self) -> _SAV_PGM_CMDW[src]

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

pub fn sav_era_mode(&mut self) -> _SAV_ERA_MODEW[src]

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

pub fn mode(&mut self) -> _MODEW[src]

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

pub fn cmd(&mut self) -> _CMDW[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