EE445M RTOS
Taken at the University of Texas Spring 2015
|
Go to the source code of this file.
Macros | |
#define | FPU_HALF_IEEE 0x00000000 |
#define | FPU_HALF_ALTERNATE 0x04000000 |
#define | FPU_NAN_PROPAGATE 0x00000000 |
#define | FPU_NAN_DEFAULT 0x02000000 |
#define | FPU_FLUSH_TO_ZERO_DIS 0x00000000 |
#define | FPU_FLUSH_TO_ZERO_EN 0x01000000 |
#define | FPU_ROUND_NEAREST 0x00000000 |
#define | FPU_ROUND_POS_INF 0x00400000 |
#define | FPU_ROUND_NEG_INF 0x00800000 |
#define | FPU_ROUND_ZERO 0x00c00000 |
Functions | |
void | FPUEnable (void) |
void | FPUDisable (void) |
void | FPUStackingEnable (void) |
void | FPULazyStackingEnable (void) |
void | FPUStackingDisable (void) |
void | FPUHalfPrecisionModeSet (uint32_t ui32Mode) |
void | FPUNaNModeSet (uint32_t ui32Mode) |
void | FPUFlushToZeroModeSet (uint32_t ui32Mode) |
void | FPURoundingModeSet (uint32_t ui32Mode) |