Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
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.
Generated on Tue Jul 12 2022 21:21:34 by
