Struct stm32l4x6::firewall::RegisterBlock [] [src]

#[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

0x00 - Code segment start address

0x04 - Code segment length

0x08 - Non-volatile data segment start address

0x0c - Non-volatile data segment length

0x10 - Volatile data segment start address

0x14 - Volatile data segment length

0x20 - Configuration register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock