Macros | Functions
fpu.h File Reference
#include <stdint.h>
#include <msp.h>

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 FPU_enableModule (void)
 
void FPU_disableModule (void)
 
void FPU_enableStacking (void)
 
void FPU_enableLazyStacking (void)
 
void FPU_disableStacking (void)
 
void FPU_setHalfPrecisionMode (uint32_t mode)
 
void FPU_setNaNMode (uint32_t mode)
 
void FPU_setFlushToZeroMode (uint32_t mode)
 
void FPU_setRoundingMode (uint32_t mode)
 

Copyright 2016, Texas Instruments Incorporated