9 #ifndef AC_FIXED_UTILS_H_
10 #define AC_FIXED_UTILS_H_
unsigned char uint8
This defines uint8 as unsigned char.
unsigned long uint32
This defines uint32 as unsigned long.
The isf_types.h file contains the ISF data type definitions and some of the globally used macros...
long int32
This defines int32 as long.
uint32 float32_To_AcFixed(float fN, uint8 W, uint8 I, uint8 S, int32 *status)
This function converts an IEEE-754 32-bit floating point number into a fixed point integer format...