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_REQUEST * | ptDEVICE_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 } |
This file contains definitions for the Hardware Abstraction Layer (HAL) specifically created for the MSP430.
Definition in file types.h.
1.7.1