Struct stm32l0x1::flash::sr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 0 - Write/erase operations in progress

Bit 1 - End of operation

Bit 2 - End of high voltage

Bit 3 - Flash memory module ready after low power mode

Bit 8 - Write protected error

Bit 9 - Programming alignment error

Bit 10 - Size error

Bit 11 - Option validity error

Bit 14 - RDERR

Bit 16 - NOTZEROERR

Bit 17 - FWWERR

Auto Trait Implementations

impl Send for R

impl Sync for R