Data Structures | Defines | Typedefs | Enumerations

types.h File Reference

This file contains definitions for the Hardware Abstraction Layer (HAL) specifically created for the MSP430. More...

Go to the source code of this file.

Data Structures

struct  _tDEVICE_REQUEST
struct  _tDEVICE_REQUEST_COMPARE

Defines

#define VOID   void

Typedefs

typedef char CHAR
typedef unsigned char UCHAR
typedef int INT
typedef unsigned int UINT
typedef short SHORT
typedef unsigned short USHORT
typedef long LONG
typedef unsigned long ULONG
typedef void VOID
typedef unsigned long HANDLE
typedef char * PSTR
typedef int BOOL
typedef double DOUBLE
typedef unsigned char BYTE
typedef unsigned char * PBYTE
typedef unsigned int WORD
typedef unsigned long DWORD
typedef unsigned long * PDWORD
typedef struct _tDEVICE_REQUEST tDEVICE_REQUEST
typedef struct _tDEVICE_REQUESTptDEVICE_REQUEST
typedef struct
_tDEVICE_REQUEST_COMPARE 
tDEVICE_REQUEST_COMPARE
typedef struct
_tDEVICE_REQUEST_COMPARE
ptDEVICE_REQUEST_COMPARE

Enumerations

enum  tSTATUS_ACTION_LIST { STATUS_ACTION_NOTHING, STATUS_ACTION_DATA_IN, STATUS_ACTION_DATA_OUT }
enum  tSTATUS_EN_DISABLED { DISABLE, ENABLE }
enum  tBOOL { FALSE, TRUE }

Detailed Description

This file contains definitions for the Hardware Abstraction Layer (HAL) specifically created for the MSP430.

Author:
Texas Instruments, Inc
Date:
November 2010
Version:
1.0 Initial version
Note:
Built with IAR for MSP430 Version: 5.10

Definition in file types.h.