mbed library sources

Dependents:   bare

Fork of mbed-src by mbed official

Embed: (wiki syntax)

« Back to documentation index

FPU_Type Struct Reference

FPU_Type Struct Reference
[Floating Point Unit (FPU)]

Structure type to access the Floating Point Unit (FPU). More...

#include <core_cm4.h>

Data Fields

__IO uint32_t FPCCR
__IO uint32_t FPCAR
__IO uint32_t FPDSCR
__I uint32_t MVFR0
__I uint32_t MVFR1

Detailed Description

Structure type to access the Floating Point Unit (FPU).

Definition at line 1166 of file core_cm4.h.


Field Documentation

__IO uint32_t FPCAR

Offset: 0x008 (R/W) Floating-Point Context Address Register

Definition at line 1170 of file core_cm4.h.

__IO uint32_t FPCCR

Offset: 0x004 (R/W) Floating-Point Context Control Register

Definition at line 1169 of file core_cm4.h.

__IO uint32_t FPDSCR

Offset: 0x00C (R/W) Floating-Point Default Status Control Register

Definition at line 1171 of file core_cm4.h.

__I uint32_t MVFR0

Offset: 0x010 (R/ ) Media and FP Feature Register 0

Definition at line 1172 of file core_cm4.h.

__I uint32_t MVFR1

Offset: 0x014 (R/ ) Media and FP Feature Register 1

Definition at line 1173 of file core_cm4.h.