Struct stm32ral::stm32f2::peripherals::flash::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ACR: RWRegister<u32>, pub KEYR: WORegister<u32>, pub OPTKEYR: WORegister<u32>, pub SR: RWRegister<u32>, pub CR: RWRegister<u32>, pub OPTCR: RWRegister<u32>, }

Fields

ACR: RWRegister<u32>

Flash access control register

KEYR: WORegister<u32>

Flash key register

OPTKEYR: WORegister<u32>

Flash option key register

SR: RWRegister<u32>

Status register

CR: RWRegister<u32>

Control register

OPTCR: RWRegister<u32>

Flash option control 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

Performs the conversion.

Performs the conversion.

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.