[][src]Struct stm32l432_pac::firewall::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, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From for T[src]

impl<T, U> TryInto 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 for T where
    T: ?Sized
[src]

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

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

impl<T> Same for T

type Output = T

Should always be Self