pub struct Parts {
    pub acr: ACR,
    pub pdkeyr: PDKEYR,
    pub keyr: KEYR,
    pub optkeyr: OPTKEYR,
    pub sr: SR,
    pub cr: CR,
    pub eccr: ECCR,
    pub pcrop1sr: PCROP1SR,
    pub pcrop1er: PCROP1ER,
    pub wrp1ar: WRP1AR,
    pub wrp1br: WRP1BR,
}
Expand description

Constrained FLASH peripheral

Fields

acr: ACR

Opaque ACR register

pdkeyr: PDKEYR

Opaque PDKEYR register

keyr: KEYR

Opaque KEYR register

optkeyr: OPTKEYR

Opaque OPTKEYR register

sr: SR

Opaque SR register

cr: CR

Opaque SR register

eccr: ECCR

Opaque ECCR register

pcrop1sr: PCROP1SR

Opaque PCROP1SR register

pcrop1er: PCROP1ER

Opaque PCROP1ER register

wrp1ar: WRP1AR

Opaque WRP1AR register

wrp1br: WRP1BR

Opaque WRP1BR 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.

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.