type.h
Go to the documentation of this file.
00001 /*****************************************************************************
00002  *   type.h:  Type definition Header file for Philips LPC214x Family 
00003  *   Microprocessors
00004  *
00005  *   Copyright(C) 2006, Philips Semiconductor
00006  *   All rights reserved.
00007  *
00008  *   History
00009  *   2005.10.01  ver 1.00    Prelimnary version, first Release
00010  *
00011 ******************************************************************************/
00012 #ifndef __TYPE_H__
00013 #define __TYPE_H__
00014 
00015 #ifndef NULL
00016 #define NULL    ((void *)0)
00017 #endif
00018 
00019 #ifndef FALSE
00020 #define FALSE   (0)
00021 #endif
00022 
00023 #ifndef TRUE
00024 #define TRUE    (1)
00025 #endif
00026 
00027 typedef unsigned char  BYTE;
00028 typedef unsigned short WORD;
00029 typedef unsigned long  DWORD;
00030 typedef unsigned int   BOOL;
00031 
00032 #endif  /* __TYPE_H__ */


asctec_hl_firmware
Author(s): Markus Achtelik, Michael Achtelik, Stephan Weiss, Laurent Kneip
autogenerated on Tue Jan 7 2014 11:05:19