[][src]Struct stm32l0xx_hal::pac::fw::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub cssa: CSSA,
    pub csl: CSL,
    pub nvdssa: NVDSSA,
    pub nvdsl: NVDSL,
    pub vdssa: VDSSA,
    pub vdsl: VDSL,
    pub cr: CR,
    // some fields omitted
}

Register block

Fields

cssa: CSSA

0x00 - Code segment start address

csl: CSL

0x04 - Code segment length

nvdssa: NVDSSA

0x08 - Non-volatile data segment start address

nvdsl: NVDSL

0x0c - Non-volatile data segment length

vdssa: VDSSA

0x10 - Volatile data segment start address

vdsl: VDSL

0x14 - Volatile data segment length

cr: CR

0x20 - Configuration register

Auto Trait Implementations

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self