FPU support for SAM. More...
#include <compiler.h>

Go to the source code of this file.
Macros | |
| #define | ADDR_CPACR 0xE000ED88 |
| #define | REG_CPACR (*((volatile uint32_t *)ADDR_CPACR)) |
Functions | |
| static __always_inline void | fpu_disable (void) |
| Disable FPU. More... | |
| static __always_inline void | fpu_enable (void) |
| Enable FPU. More... | |
| static __always_inline bool | fpu_is_enabled (void) |
| Check if FPU is enabled. More... | |
FPU support for SAM.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Definition in file fpu.h.
| #define REG_CPACR (*((volatile uint32_t *)ADDR_CPACR)) |
|
static |
|
static |