Defines | Typedefs | Enumerations
csl_types.h File Reference

CSL standard types definition file. More...

#include <tistdtypes.h>

Go to the source code of this file.

Defines

#define TRUE   ((Bool) 1)
#define FALSE   ((Bool) 0)
#define NULL   ((void*)0)

Typedefs

typedef Int16 CSL_Uid
typedef Int16 CSL_ModuleId
typedef Uint32 CSL_Xio
typedef Uint8 CSL_BitMask8
typedef Uint16 CSL_BitMask16
typedef Uint32 CSL_BitMask32
typedef volatile Uint8 CSL_Reg8
typedef volatile Uint16 CSL_Reg16
typedef volatile Uint32 CSL_Reg32
typedef Int16 CSL_Status
typedef Int16 CSL_InstNum
typedef Int16 CSL_ChaNum
typedef unsigned long long int CSL_Uint64
typedef volatile unsigned int CSL_VUint32
typedef volatile unsigned short CSL_VUint16
typedef volatile unsigned char CSL_VUint8
typedef Uint8 BYTE
typedef Uint8 * PBYTE
typedef Uint16 WORD
typedef Uint16 * PWORD
typedef Uint32 DWORD
typedef Uint32 * PDWORD
typedef void * PVOID
typedef void VOID
typedef Bool * PBool

Enumerations

enum  CSL_OpenMode {
  CSL_EXCLUSIVE = 0,
  CSL_SHARED = 1
}
enum  CSL_Test {
  CSL_FAIL = 0,
  CSL_PASS = 1
}

Detailed Description

CSL standard types definition file.

Path: \(CSLPATH)