[][src]Struct stm32l4x6::flash::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub acr: ACR, pub pdkeyr: PDKEYR, pub keyr: KEYR, pub optkeyr: OPTKEYR, pub sr: SR, pub cr: CR, pub eccr: ECCR, pub optr: OPTR, pub pcrop1sr: PCROP1SR, pub pcrop1er: PCROP1ER, pub wrp1ar: WRP1AR, pub wrp1br: WRP1BR, pub pcrop2sr: PCROP2SR, pub pcrop2er: PCROP2ER, pub wrp2ar: WRP2AR, pub wrp2br: WRP2BR, // some fields omitted }

Register block

Fields

0x00 - Access control register

0x04 - Power down key register

0x08 - Flash key register

0x0c - Option byte key register

0x10 - Status register

0x14 - Flash control register

0x18 - Flash ECC register

0x20 - Flash option register

0x24 - Flash Bank 1 PCROP Start address register

0x28 - Flash Bank 1 PCROP End address register

0x2c - Flash Bank 1 WRP area A address register

0x30 - Flash Bank 1 WRP area B address register

0x44 - Flash Bank 2 PCROP Start address register

0x48 - Flash Bank 2 PCROP End address register

0x4c - Flash Bank 2 WRP area A address register

0x50 - Flash Bank 2 WRP area B address register

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more