Struct stm32f103xx::flash::cr::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

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 W

impl Sync for W