[][src]Struct stm32h7::stm32h743::flash::sr2::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 bsy2(&self) -> BSY2R[src]

Bit 0 - Bank 2 ongoing program flag

pub fn wbne2(&self) -> WBNE2R[src]

Bit 1 - Bank 2 write buffer not empty flag

pub fn qw2(&self) -> QW2R[src]

Bit 2 - Bank 2 wait queue flag

pub fn crc_busy2(&self) -> CRC_BUSY2R[src]

Bit 3 - Bank 2 CRC busy flag

pub fn eop2(&self) -> EOP2R[src]

Bit 16 - Bank 2 end-of-program flag

pub fn wrperr2(&self) -> WRPERR2R[src]

Bit 17 - Bank 2 write protection error flag

pub fn pgserr2(&self) -> PGSERR2R[src]

Bit 18 - Bank 2 programming sequence error flag

pub fn strberr2(&self) -> STRBERR2R[src]

Bit 19 - Bank 2 strobe error flag

pub fn incerr2(&self) -> INCERR2R[src]

Bit 21 - Bank 2 inconsistency error flag

pub fn operr2(&self) -> OPERR2R[src]

Bit 22 - Bank 2 write/erase error flag

pub fn rdperr2(&self) -> RDPERR2R[src]

Bit 23 - Bank 2 read protection error flag

pub fn rdserr2(&self) -> RDSERR2R[src]

Bit 24 - Bank 2 secure error flag

pub fn sneccerr2(&self) -> SNECCERR2R[src]

Bit 25 - Bank 2 single correction error flag

pub fn dbeccerr2(&self) -> DBECCERR2R[src]

Bit 26 - Bank 2 ECC double detection error flag

pub fn crcend2(&self) -> CRCEND2R[src]

Bit 27 - Bank 2 CRC-complete flag

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self