[][src]Struct stm32l0xx_hal::device::flash::sr::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 bsy(&self) -> BSYR[src]

Bit 0 - Write/erase operations in progress

pub fn eop(&self) -> EOPR[src]

Bit 1 - End of operation

pub fn endhv(&self) -> ENDHVR[src]

Bit 2 - End of high voltage

pub fn ready(&self) -> READYR[src]

Bit 3 - Flash memory module ready after low power mode

pub fn wrperr(&self) -> WRPERRR[src]

Bit 8 - Write protected error

pub fn pgaerr(&self) -> PGAERRR[src]

Bit 9 - Programming alignment error

pub fn sizerr(&self) -> SIZERRR[src]

Bit 10 - Size error

pub fn optverr(&self) -> OPTVERRR[src]

Bit 11 - Option validity error

pub fn rderr(&self) -> RDERRR[src]

Bit 14 - RDERR

pub fn notzeroerr(&self) -> NOTZEROERRR[src]

Bit 16 - NOTZEROERR

pub fn fwwerr(&self) -> FWWERRR[src]

Bit 17 - FWWERR

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

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, 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