Struct stm32f7x2::flash::cr::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 0 - Programming

[src]

Bit 1 - Sector Erase

[src]

Bit 2 - Mass Erase of sectors 0 to 11

[src]

Bits 3:7 - Sector number

[src]

Bits 8:9 - Program size

[src]

Bit 16 - Start

[src]

Bit 24 - End of operation interrupt enable

[src]

Bit 25 - Error interrupt enable

[src]

Bit 31 - Lock

[src]

Bit 26 - PCROP error interrupt enable

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R