Struct stm32f103xx::flash::cr::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 - Programming

Bit 1 - Page Erase

Bit 2 - Mass Erase

Bit 4 - Option byte programming

Bit 5 - Option byte erase

Bit 6 - Start

Bit 7 - Lock

Bit 9 - Option bytes write enable

Bit 10 - Error interrupt enable

Bit 12 - End of operation interrupt enable

Auto Trait Implementations

impl Send for R

impl Sync for R