[−][src]Struct stm32l4x6::flash::RegisterBlock
Register block
Fields
acr: ACR
0x00 - Access control register
pdkeyr: PDKEYR
0x04 - Power down key register
keyr: KEYR
0x08 - Flash key register
optkeyr: OPTKEYR
0x0c - Option byte key register
sr: SR
0x10 - Status register
cr: CR
0x14 - Flash control register
eccr: ECCR
0x18 - Flash ECC register
optr: OPTR
0x20 - Flash option register
pcrop1sr: PCROP1SR
0x24 - Flash Bank 1 PCROP Start address register
pcrop1er: PCROP1ER
0x28 - Flash Bank 1 PCROP End address register
wrp1ar: WRP1AR
0x2c - Flash Bank 1 WRP area A address register
wrp1br: WRP1BR
0x30 - Flash Bank 1 WRP area B address register
pcrop2sr: PCROP2SR
0x44 - Flash Bank 2 PCROP Start address register
pcrop2er: PCROP2ER
0x48 - Flash Bank 2 PCROP End address register
wrp2ar: WRP2AR
0x4c - Flash Bank 2 WRP area A address register
wrp2br: WRP2BR
0x50 - Flash Bank 2 WRP area B address register
Auto Trait Implementations
impl Send for RegisterBlock
impl Send for RegisterBlockimpl !Sync for RegisterBlock
impl !Sync for RegisterBlockBlanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>try_from)Performs the conversion.
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>try_from)Performs the conversion.
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 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