Struct stm32f30x::fpu::RegisterBlock
[−]
[src]
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
cpacr: Cpacr
0x00 - Coprocessor Access Control Register
fpccr: Fpccr
0x1ac - FP Context Control Register
fpcar: Fpcar
0x1b0 - FP Context Address Register
fpdscr: Fpdscr
0x1b4 - FP Default Status Control Register
mvfr0: Mvfr0
0x1b8 - Media and VFP Feature Register 0
mvfr1: Mvfr1
0x1bc - Media and VFP Feature Register 1