[][src]Struct cc13x2_cc26x2_hal::flash::fmstat::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 reserved18(&mut self) -> _RESERVED18W[src]

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

pub fn rvsusp(&mut self) -> _RVSUSPW[src]

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

pub fn rdver(&mut self) -> _RDVERW[src]

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

pub fn rvf(&mut self) -> _RVFW[src]

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

pub fn ila(&mut self) -> _ILAW[src]

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

pub fn dbf(&mut self) -> _DBFW[src]

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

pub fn pgv(&mut self) -> _PGVW[src]

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

pub fn pcv(&mut self) -> _PCVW[src]

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

pub fn ev(&mut self) -> _EVW[src]

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

pub fn cv(&mut self) -> _CVW[src]

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

pub fn busy(&mut self) -> _BUSYW[src]

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

pub fn ers(&mut self) -> _ERSW[src]

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

pub fn pgm(&mut self) -> _PGMW[src]

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

pub fn invdat(&mut self) -> _INVDATW[src]

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

pub fn cstat(&mut self) -> _CSTATW[src]

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

pub fn volstat(&mut self) -> _VOLSTATW[src]

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

pub fn esusp(&mut self) -> _ESUSPW[src]

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

pub fn psusp(&mut self) -> _PSUSPW[src]

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

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