Struct stm32ral::stm32f7::peripherals::ac::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ITCMCR: RWRegister<u32>, pub DTCMCR: RWRegister<u32>, pub AHBPCR: RWRegister<u32>, pub CACR: RWRegister<u32>, pub AHBSCR: RWRegister<u32>, pub ABFSR: RWRegister<u32>, // some fields omitted }

Fields

ITCMCR: RWRegister<u32>

Instruction and Data Tightly-Coupled Memory Control Registers

DTCMCR: RWRegister<u32>

Instruction and Data Tightly-Coupled Memory Control Registers

AHBPCR: RWRegister<u32>

AHBP Control register

CACR: RWRegister<u32>

Auxiliary Cache Control register

AHBSCR: RWRegister<u32>

AHB Slave Control register

ABFSR: RWRegister<u32>

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.

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.