#[repr(C)]
pub struct RegisterBlock { pub acr: Reg<ACR_SPEC>, pub keyr: Reg<KEYR_SPEC>, pub optkeyr: Reg<OPTKEYR_SPEC>, pub sr: Reg<SR_SPEC>, pub cr: Reg<CR_SPEC>, pub ar: Reg<AR_SPEC>, pub obr: Reg<OBR_SPEC>, pub wrpr: Reg<WRPR_SPEC>, /* private fields */ }
Expand description

Register block

Fields

acr: Reg<ACR_SPEC>

0x00 - Flash access control register

keyr: Reg<KEYR_SPEC>

0x04 - Flash key register

optkeyr: Reg<OPTKEYR_SPEC>

0x08 - Flash option key register

sr: Reg<SR_SPEC>

0x0c - Status register

cr: Reg<CR_SPEC>

0x10 - Control register

ar: Reg<AR_SPEC>

0x14 - Flash address register

obr: Reg<OBR_SPEC>

0x1c - Option byte register

wrpr: Reg<WRPR_SPEC>

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.

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.