pub struct RegisterBlock {
    pub acr: ACR,
    pub keyr: KEYR,
    pub optkeyr: OPTKEYR,
    pub sr: SR,
    pub cr: CR,
    pub optcr: OPTCR,
    pub optcr1: OPTCR1,
}
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 - Status register

cr: CR

0x10 - Control register

optcr: OPTCR

0x14 - Flash option control register

optcr1: OPTCR1

0x18 - Flash option control register 1

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.