[][src]Struct cc13x2_cc26x2_hal::flash::stat::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 reserved16(&self) -> RESERVED16R[src]

Bits 16:31 - 31:16] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn efuse_blank(&self) -> EFUSE_BLANKR[src]

Bit 15 - 15:15] Efuse scanning detected if fuse ROM is blank: 0 : Not blank 1 : Blank

pub fn efuse_timeout(&self) -> EFUSE_TIMEOUTR[src]

Bit 14 - 14:14] Efuse scanning resulted in timeout error. 0 : No Timeout error 1 : Timeout Error

pub fn sprs_byte_not_ok(&self) -> SPRS_BYTE_NOT_OKR[src]

Bit 13 - 13:13] Efuse scanning resulted in scan chain Sparse byte error. 0 : No Sparse error 1 : Sparse Error

pub fn efuse_errcode(&self) -> EFUSE_ERRCODER[src]

Bits 8:12 - 12:8] Same as EFUSEERROR.CODE

pub fn reserved3(&self) -> RESERVED3R[src]

Bits 3:7 - 7:3] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn samhold_dis(&self) -> SAMHOLD_DISR[src]

Bit 2 - 2:2] Status indicator of flash sample and hold sequencing logic. This bit will go to 1 some delay after CFG.DIS_IDLE is set to 1. 0: Not disabled 1: Sample and hold disabled and stable

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

Bit 1 - 1:1] Fast version of the FMC FMSTAT.BUSY bit. This flag is valid immediately after the operation setting it (FMSTAT.BUSY is delayed some cycles) 0 : Not busy 1 : Busy

pub fn power_mode(&self) -> POWER_MODER[src]

Bit 0 - 0:0] Power state of the flash sub-system. 0 : Active 1 : Low power

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]

impl<T> Same for T

type Output = T

Should always be Self