Struct stm32f30x::fpu::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub cpacr: Cpacr, pub fpccr: Fpccr, pub fpcar: Fpcar, pub fpdscr: Fpdscr, pub mvfr0: Mvfr0, pub mvfr1: Mvfr1, // some fields omitted }

Register block

Fields

0x00 - Coprocessor Access Control Register

0x1ac - FP Context Control Register

0x1b0 - FP Context Address Register

0x1b4 - FP Default Status Control Register

0x1b8 - Media and VFP Feature Register 0

0x1bc - Media and VFP Feature Register 1