[−][src]Struct stm32f7::stm32f7x3::flash::cr::R    
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
Blanket Implementations
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self