User`s guide
datatypemanager
Data Type Description
uint32
Unsigned 32-bit integer data
int64
64-bit integer data
uint64
Unsigned 64-bit integer data
single
32-bit IEEE
®
floating-point data
double
64-bit IEEE floating-point data
• TI C Types
Data Type Description (For C6000 Compiler)
char
8-bit character data with a sign bit
unsigned char
8-bit character data
signed char
8-bit character data
short
16-bit numeric data
unsigned short
Unsigned 16-bit num eric data
signed short
16-bit numeric data with sign designation
int
32-bit integer numeric data
unsigned int
32-bit integer numerics without sign
information
signed int
32-bit integer numerics with sign
information
long
40-bit data with sign bit. Note that this is
not the same as
int.
unsigned long
40-bit data without information about the
sign of the number
signed long
40-bit data without information about the
sign of the number represente d
float
32-bit numeric data
7-35