[][src]Struct stm32h7::stm32h743::flash::cr1::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 lock1(&self) -> LOCK1R[src]

Bit 0 - Bank 1 configuration lock bit

pub fn pg1(&self) -> PG1R[src]

Bit 1 - Bank 1 program enable bit

pub fn ser1(&self) -> SER1R[src]

Bit 2 - Bank 1 sector erase request

pub fn ber1(&self) -> BER1R[src]

Bit 3 - Bank 1 erase request

pub fn psize1(&self) -> PSIZE1R[src]

Bits 4:5 - Bank 1 program size

pub fn fw1(&self) -> FW1R[src]

Bit 6 - Bank 1 write forcing control bit

pub fn start1(&self) -> START1R[src]

Bit 7 - Bank 1 bank or sector erase start control bit

pub fn snb1(&self) -> SNB1R[src]

Bits 8:10 - Bank 1 sector erase selection number

pub fn crc_en(&self) -> CRC_ENR[src]

Bit 15 - Bank 1 CRC control bit

pub fn eopie1(&self) -> EOPIE1R[src]

Bit 16 - Bank 1 end-of-program interrupt control bit

pub fn wrperrie1(&self) -> WRPERRIE1R[src]

Bit 17 - Bank 1 write protection error interrupt enable bit

pub fn pgserrie1(&self) -> PGSERRIE1R[src]

Bit 18 - Bank 1 programming sequence error interrupt enable bit

pub fn strberrie1(&self) -> STRBERRIE1R[src]

Bit 19 - Bank 1 strobe error interrupt enable bit

pub fn incerrie1(&self) -> INCERRIE1R[src]

Bit 21 - Bank 1 inconsistency error interrupt enable bit

pub fn operrie1(&self) -> OPERRIE1R[src]

Bit 22 - Bank 1 write/erase error interrupt enable bit

pub fn rdperrie1(&self) -> RDPERRIE1R[src]

Bit 23 - Bank 1 read protection error interrupt enable bit

pub fn rdserrie1(&self) -> RDSERRIE1R[src]

Bit 24 - Bank 1 secure error interrupt enable bit

pub fn sneccerrie1(&self) -> SNECCERRIE1R[src]

Bit 25 - Bank 1 ECC single correction error interrupt enable bit

pub fn dbeccerrie1(&self) -> DBECCERRIE1R[src]

Bit 26 - Bank 1 ECC double detection error interrupt enable bit

pub fn crcendie1(&self) -> CRCENDIE1R[src]

Bit 27 - Bank 1 end of CRC calculation interrupt enable bit

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send 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