Legacy types | |
Deprecated legacy types. | |
typedef unsigned char | Xuint8 |
typedef char | Xint8 |
typedef unsigned short | Xuint16 |
typedef short | Xint16 |
typedef unsigned long | Xuint32 |
typedef long | Xint32 |
typedef float | Xfloat32 |
typedef double | Xfloat64 |
typedef unsigned long | Xboolean |
New types | |
New simple types. | |
typedef Xuint32 | u32 |
typedef Xuint16 | u16 |
typedef Xuint8 | u8 |
MODIFICATION HISTORY:
Ver Who Date Changes ----- ---- -------- ------------------------------------------------------- 1.00a adk 1/31/14 Added in bsp common folder for backward compatibility
|
boolean (XTRUE or XFALSE) |
|
32-bit floating point |
|
64-bit double precision FP |
|
signed 16-bit |
|
signed 32-bit |
|
signed 8-bit |
|
unsigned 16-bit |
|
unsigned 32-bit |
|
unsigned 8-bit |