Struct stm32ral::stm32wl::stm32wle5::flash::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 13 fields pub ACR: RWRegister<u32>, pub KEYR: WORegister<u32>, pub OPTKEYR: WORegister<u32>, pub SR: RWRegister<u32>, pub CR: RWRegister<u32>, pub ECCR: RWRegister<u32>, pub OPTR: RWRegister<u32>, pub PCROP1ASR: RWRegister<u32>, pub PCROP1AER: RWRegister<u32>, pub WRP1AR: RWRegister<u32>, pub WRP1BR: RWRegister<u32>, pub PCROP1BSR: RWRegister<u32>, pub PCROP1BER: RWRegister<u32>, // some fields omitted
}

Fields

ACR: RWRegister<u32>

Access control register

KEYR: WORegister<u32>

Flash key register

OPTKEYR: WORegister<u32>

Option byte key register

SR: RWRegister<u32>

Status register

CR: RWRegister<u32>

Flash control register

ECCR: RWRegister<u32>

Flash ECC register

OPTR: RWRegister<u32>

Flash option register

PCROP1ASR: RWRegister<u32>

Flash PCROP zone A Start address register

PCROP1AER: RWRegister<u32>

Flash PCROP zone A End address register

WRP1AR: RWRegister<u32>

Flash WRP area A address register

WRP1BR: RWRegister<u32>

Flash WRP area B address register

PCROP1BSR: RWRegister<u32>

Flash PCROP zone B Start address register

PCROP1BER: RWRegister<u32>

Flash PCROP zone B End address 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.