EE445M RTOS
Taken at the University of Texas Spring 2015
fpu.c File Reference
#include <stdint.h>
#include "inc/hw_nvic.h"
#include "inc/hw_types.h"
#include "driverlib/fpu.h"
Include dependency graph for fpu.c:

Go to the source code of this file.

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)