LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
integer.h File Reference

Go to the source code of this file.

Typedefs

typedef int INT
 
typedef unsigned int UINT
 
typedef char CHAR
 
typedef unsigned char UCHAR
 
typedef unsigned char BYTE
 
typedef short SHORT
 
typedef unsigned short USHORT
 
typedef unsigned short WORD
 
typedef unsigned short WCHAR
 
typedef long LONG
 
typedef unsigned long ULONG
 
typedef unsigned long DWORD
 

Typedef Documentation

typedef unsigned char BYTE

Definition at line 24 of file integer.h.

typedef char CHAR

Definition at line 21 of file integer.h.

typedef unsigned long DWORD

Definition at line 35 of file integer.h.

typedef int INT

Definition at line 16 of file integer.h.

typedef long LONG

Definition at line 33 of file integer.h.

typedef short SHORT

Definition at line 27 of file integer.h.

typedef unsigned char UCHAR

Definition at line 23 of file integer.h.

typedef unsigned int UINT

Definition at line 17 of file integer.h.

typedef unsigned long ULONG

Definition at line 34 of file integer.h.

typedef unsigned short USHORT

Definition at line 28 of file integer.h.

typedef unsigned short WCHAR

Definition at line 30 of file integer.h.

typedef unsigned short WORD

Definition at line 29 of file integer.h.