Main Page Modules Alphabetical List Data Structures File List Data Fields Globals
IXP425 Types (IxTypes)Basic data types used by the IXP425 project.
More...
|
Defines |
|
#define | OK |
|
#define | ERROR |
|
#define | NELEMENTS(x) |
| #define | IX_SUCCESS |
| | Standard return values.
|
|
#define | IX_FAIL |
| #define | TRUE |
| | Definition of TRUE.
|
| #define | FALSE |
| | Definition of FALSE.
|
| #define | NULL |
| | definition of NULL
|
|
#define | PRIVATE |
Typedefs |
|
typedef void(* | IxVoidFnPtr )(void) |
|
typedef void(* | IxVoidFnVoidPtr )(void *) |
|
typedef int(* | FUNCPTR )(void) |
|
typedef int | STATUS |
|
typedef int | BOOL |
|
typedef unsigned char | UCHAR |
|
typedef unsigned short | USHORT |
|
typedef unsigned int | UINT |
|
typedef unsigned long | ULONG |
|
typedef char | INT8 |
|
typedef short | INT16 |
|
typedef int | INT32 |
|
typedef unsigned char | UINT8 |
|
typedef unsigned short | UINT16 |
|
typedef unsigned int | UINT32 |
|
typedef unsigned long long | UINT64 |
|
typedef void | VOID |
|
typedef volatile UINT32 | VUINT32 |
|
typedef volatile INT32 | VINT32 |
|
typedef UINT32 | IX_STATUS |
Detailed Description
Basic data types used by the IXP425 project.
Define Documentation
|
|
Definition of FALSE.
Definition at line 133 of file IxTypes.h. |
|
|
definition of NULL
Definition at line 144 of file IxTypes.h. |
|
|
Definition of TRUE.
Definition at line 122 of file IxTypes.h. |
|