[][src]Struct stm32h7::stm32h743v::flash::sr1::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 bsy1(&mut self) -> _BSY1W[src]

Bit 0 - Bank 1 ongoing program flag

pub fn wbne1(&mut self) -> _WBNE1W[src]

Bit 1 - Bank 1 write buffer not empty flag

pub fn qw1(&mut self) -> _QW1W[src]

Bit 2 - Bank 1 wait queue flag

pub fn crc_busy1(&mut self) -> _CRC_BUSY1W[src]

Bit 3 - Bank 1 CRC busy flag

pub fn eop1(&mut self) -> _EOP1W[src]

Bit 16 - Bank 1 end-of-program flag

pub fn wrperr1(&mut self) -> _WRPERR1W[src]

Bit 17 - Bank 1 write protection error flag

pub fn pgserr1(&mut self) -> _PGSERR1W[src]

Bit 18 - Bank 1 programming sequence error flag

pub fn strberr1(&mut self) -> _STRBERR1W[src]

Bit 19 - Bank 1 strobe error flag

pub fn incerr1(&mut self) -> _INCERR1W[src]

Bit 21 - Bank 1 inconsistency error flag

pub fn operr1(&mut self) -> _OPERR1W[src]

Bit 22 - Bank 1 write/erase error flag

pub fn rdperr1(&mut self) -> _RDPERR1W[src]

Bit 23 - Bank 1 read protection error flag

pub fn rdserr1(&mut self) -> _RDSERR1W[src]

Bit 24 - Bank 1 secure error flag

pub fn sneccerr11(&mut self) -> _SNECCERR11W[src]

Bit 25 - Bank 1 single correction error flag

pub fn dbeccerr1(&mut self) -> _DBECCERR1W[src]

Bit 26 - Bank 1 ECC double detection error flag

pub fn crcend1(&mut self) -> _CRCEND1W[src]

Bit 27 - Bank 1 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