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

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

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

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

pub fn sprs_byte_not_ok(&mut self) -> _SPRS_BYTE_NOT_OKW[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(&mut self) -> _EFUSE_ERRCODEW[src]

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

pub fn reserved3(&mut self) -> _RESERVED3W[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(&mut self) -> _SAMHOLD_DISW[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(&mut self) -> _BUSYW[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(&mut self) -> _POWER_MODEW[src]

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

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T[src]

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