[][src]Struct stm32f7::stm32f7x3::flash::cr::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 pg(&self) -> PGR[src]

Bit 0 - Programming

pub fn ser(&self) -> SERR[src]

Bit 1 - Sector Erase

pub fn mer(&self) -> MERR[src]

Bit 2 - Mass Erase of sectors 0 to 11

pub fn snb(&self) -> SNBR[src]

Bits 3:7 - Sector number

pub fn psize(&self) -> PSIZER[src]

Bits 8:9 - Program size

pub fn strt(&self) -> STRTR[src]

Bit 16 - Start

pub fn eopie(&self) -> EOPIER[src]

Bit 24 - End of operation interrupt enable

pub fn errie(&self) -> ERRIER[src]

Bit 25 - Error interrupt enable

pub fn lock(&self) -> LOCKR[src]

Bit 31 - Lock

pub fn rderrie(&self) -> RDERRIER[src]

Bit 26 - PCROP error interrupt enable

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