fix for mbed lib issue 3 (i2c problem) see also https://mbed.org/users/mbed_official/code/mbed/issues/3 affected implementations: LPC812, LPC11U24, LPC1768, LPC2368, LPC4088

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 1151 of file core_cm4.h.


Field Documentation

__IO uint32_t FPCAR

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

Definition at line 1155 of file core_cm4.h.

__IO uint32_t FPCCR

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

Definition at line 1154 of file core_cm4.h.

__IO uint32_t FPDSCR

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

Definition at line 1156 of file core_cm4.h.

__I uint32_t MVFR0

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

Definition at line 1157 of file core_cm4.h.

__I uint32_t MVFR1

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

Definition at line 1158 of file core_cm4.h.