[][src]Struct stm32h7::stm32h743::flash::sr2::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn bsy2(&mut self) -> _BSY2W[src]

Bit 0 - Bank 2 ongoing program flag

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

Bit 1 - Bank 2 write buffer not empty flag

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

Bit 2 - Bank 2 wait queue flag

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

Bit 3 - Bank 2 CRC busy flag

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

Bit 16 - Bank 2 end-of-program flag

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

Bit 17 - Bank 2 write protection error flag

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

Bit 18 - Bank 2 programming sequence error flag

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

Bit 19 - Bank 2 strobe error flag

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

Bit 21 - Bank 2 inconsistency error flag

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

Bit 22 - Bank 2 write/erase error flag

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

Bit 23 - Bank 2 read protection error flag

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

Bit 24 - Bank 2 secure error flag

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

Bit 25 - Bank 2 single correction error flag

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

Bit 26 - Bank 2 ECC double detection error flag

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

Bit 27 - Bank 2 CRC-complete flag

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

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