Struct nucleo_h7xx::pac::flash::BANK[]

#[repr(C)]pub struct BANK {
    pub keyr: Reg<u32, _KEYR>,
    pub cr: Reg<u32, _CR>,
    pub sr: Reg<u32, _SR>,
    pub ccr: Reg<u32, _CCR>,
    pub prar_cur: Reg<u32, _PRAR_CUR>,
    pub prar_prg: Reg<u32, _PRAR_PRG>,
    pub scar_cur: Reg<u32, _SCAR_CUR>,
    pub scar_prg: Reg<u32, _SCAR_PRG>,
    pub wpsn_curr: Reg<u32, _WPSN_CURR>,
    pub wpsn_prgr: Reg<u32, _WPSN_PRGR>,
    pub crccr: Reg<u32, _CRCCR>,
    pub crcsaddr: Reg<u32, _CRCSADDR>,
    pub crceaddr: Reg<u32, _CRCEADDR>,
    pub far: Reg<u32, _FAR>,
    // some fields omitted
}

Register block

Fields

keyr: Reg<u32, _KEYR>

0x00 - FLASH key register for bank 1

cr: Reg<u32, _CR>

0x08 - FLASH control register for bank 1

sr: Reg<u32, _SR>

0x0c - FLASH status register for bank 1

ccr: Reg<u32, _CCR>

0x10 - FLASH clear control register for bank 1

prar_cur: Reg<u32, _PRAR_CUR>

0x24 - FLASH protection address for bank 1

prar_prg: Reg<u32, _PRAR_PRG>

0x28 - FLASH protection address for bank 1

scar_cur: Reg<u32, _SCAR_CUR>

0x2c - FLASH secure address for bank 1

scar_prg: Reg<u32, _SCAR_PRG>

0x30 - FLASH secure address for bank 1

wpsn_curr: Reg<u32, _WPSN_CURR>

0x34 - FLASH write sector protection for bank 1

wpsn_prgr: Reg<u32, _WPSN_PRGR>

0x38 - FLASH write sector protection for bank 1

crccr: Reg<u32, _CRCCR>

0x4c - FLASH CRC control register for bank 1

crcsaddr: Reg<u32, _CRCSADDR>

0x50 - FLASH CRC start address register for bank 1

crceaddr: Reg<u32, _CRCEADDR>

0x54 - FLASH CRC end address register for bank 1

far: Reg<u32, _FAR>

0x5c - FLASH ECC fail address for bank 1

Auto Trait Implementations

impl Send for BANK

impl !Sync for BANK

impl Unpin for BANK

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.