Struct stm32f7xx_hal::pac::ac::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub itcmcr: Reg<u32, _ITCMCR>, pub dtcmcr: Reg<u32, _DTCMCR>, pub ahbpcr: Reg<u32, _AHBPCR>, pub cacr: Reg<u32, _CACR>, pub ahbscr: Reg<u32, _AHBSCR>, pub abfsr: Reg<u32, _ABFSR>, // some fields omitted }
Expand description

Register block

Fields

itcmcr: Reg<u32, _ITCMCR>

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

dtcmcr: Reg<u32, _DTCMCR>

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

ahbpcr: Reg<u32, _AHBPCR>

0x08 - AHBP Control register

cacr: Reg<u32, _CACR>

0x0c - Auxiliary Cache Control register

ahbscr: Reg<u32, _AHBSCR>

0x10 - AHB Slave Control register

abfsr: Reg<u32, _ABFSR>

0x18 - Auxiliary Bus Fault Status register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.