Struct stm32ral::stm32f0::stm32f0x0::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 AR: WORegister<u32>, pub OBR: RORegister<u32>, pub WRPR: RORegister<u32>, // some fields omitted }

Fields

ACR: RWRegister<u32>

Flash access control register

KEYR: WORegister<u32>

Flash key register

OPTKEYR: WORegister<u32>

Flash option key register

SR: RWRegister<u32>

Flash status register

CR: RWRegister<u32>

Flash control register

AR: WORegister<u32>

Flash address register

OBR: RORegister<u32>

Option byte register

WRPR: RORegister<u32>

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

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.