#[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 optcr: Reg<OPTCR_SPEC>, pub optcr1: Reg<OPTCR1_SPEC>, }
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

optcr: Reg<OPTCR_SPEC>

0x14 - Flash option control register

optcr1: Reg<OPTCR1_SPEC>

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.