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

#[repr(C)]
pub struct RegisterBlock {
    pub cssa: Reg<u32, _CSSA>,
    pub csl: Reg<u32, _CSL>,
    pub nvdssa: Reg<u32, _NVDSSA>,
    pub nvdsl: Reg<u32, _NVDSL>,
    pub vdssa: Reg<u32, _VDSSA>,
    pub vdsl: Reg<u32, _VDSL>,
    pub cr: Reg<u32, _CR>,
    // some fields omitted
}

Register block

Fields

cssa: Reg<u32, _CSSA>

0x00 - Code segment start address

csl: Reg<u32, _CSL>

0x04 - Code segment length

nvdssa: Reg<u32, _NVDSSA>

0x08 - Non-volatile data segment start address

nvdsl: Reg<u32, _NVDSL>

0x0c - Non-volatile data segment length

vdssa: Reg<u32, _VDSSA>

0x10 - Volatile data segment start address

vdsl: Reg<u32, _VDSL>

0x14 - Volatile data segment length

cr: Reg<u32, _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 = !

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