Struct stm32f7x5::ac::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub itcmcr: ITCMCR, pub dtcmcr: DTCMCR, pub ahbpcr: AHBPCR, pub cacr: CACR, pub ahbscr: AHBSCR, pub abfsr: ABFSR, // some fields omitted }

Register block

Fields

0x00 - Instruction and Data Tightly-Coupled Memory Control Registers

0x04 - Instruction and Data Tightly-Coupled Memory Control Registers

0x08 - AHBP Control register

0x0c - Auxiliary Cache Control register

0x10 - AHB Slave Control register

0x18 - Auxiliary Bus Fault Status register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock