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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pub fn slock(&self) -> SLOCKR[src]

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