#[repr(C)]
pub struct RegisterBlock { pub acr: ACR, pub keyr: KEYR, pub optkeyr: OPTKEYR, pub sr: SR, pub cr: CR, pub ar: AR, pub obr: OBR, pub wrpr: WRPR, /* private fields */ }
Expand description

Register block

Fields

acr: ACR

0x00 - Flash access control register

keyr: KEYR

0x04 - Flash key register

optkeyr: OPTKEYR

0x08 - Flash option key register

sr: SR

0x0c - Flash status register

cr: CR

0x10 - Flash control register

ar: AR

0x14 - Flash address register

obr: OBR

0x1c - Option byte register

wrpr: WRPR

0x20 - Write protection register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.