[][src]Struct stm32h7::stm32h743v::flash::cr2::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 lock2(&self) -> LOCK2R[src]

Bit 0 - Bank 2 configuration lock bit

pub fn pg2(&self) -> PG2R[src]

Bit 1 - Bank 2 program enable bit

pub fn ser2(&self) -> SER2R[src]

Bit 2 - Bank 2 sector erase request

pub fn ber2(&self) -> BER2R[src]

Bit 3 - Bank 2 erase request

pub fn psize2(&self) -> PSIZE2R[src]

Bits 4:5 - Bank 2 program size

pub fn fw2(&self) -> FW2R[src]

Bit 6 - Bank 2 write forcing control bit

pub fn start2(&self) -> START2R[src]

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

pub fn snb2(&self) -> SNB2R[src]

Bits 8:10 - Bank 2 sector erase selection number

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

Bit 15 - Bank 2 CRC control bit

pub fn eopie2(&self) -> EOPIE2R[src]

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

pub fn wrperrie2(&self) -> WRPERRIE2R[src]

Bit 17 - Bank 2 write protection error interrupt enable bit

pub fn pgserrie2(&self) -> PGSERRIE2R[src]

Bit 18 - Bank 2 programming sequence error interrupt enable bit

pub fn strberrie2(&self) -> STRBERRIE2R[src]

Bit 19 - Bank 2 strobe error interrupt enable bit

pub fn incerrie2(&self) -> INCERRIE2R[src]

Bit 21 - Bank 2 inconsistency error interrupt enable bit

pub fn operrie2(&self) -> OPERRIE2R[src]

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

pub fn rdperrie2(&self) -> RDPERRIE2R[src]

Bit 23 - Bank 2 read protection error interrupt enable bit

pub fn rdserrie2(&self) -> RDSERRIE2R[src]

Bit 24 - Bank 2 secure error interrupt enable bit

pub fn sneccerrie2(&self) -> SNECCERRIE2R[src]

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

pub fn dbeccerrie2(&self) -> DBECCERRIE2R[src]

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

pub fn crcendie2(&self) -> CRCENDIE2R[src]

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

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