projekty/Source/example1/src/include/lpc2100/lpc2100/lpcGPIO.h

Go to the documentation of this file.
00001 /******************************************************************************
00002  *
00003  * $RCSfile: $
00004  * $Revision: $
00005  *
00006  * Header file for Philips LPC ARM Processors.
00007  * Copyright 2004 R O SoftWare
00008  *
00009  * No guarantees, warrantees, or promises, implied or otherwise.
00010  * May be used for hobby or commercial purposes provided copyright
00011  * notice remains intact.
00012  *
00013  *****************************************************************************/
00014 #ifndef INC_LPC_GPIO_H
00015 #define INC_LPC_GPIO_H
00016 
00017 // General Purpose Input/Output Registers (GPIO)
00018 typedef struct
00019 {
00020   REG32 in;                             // GPIO Value Register
00021   REG32 set;                            // GPIO Output Set Register
00022   REG32 dir;                            // GPIO Direction Register
00023   REG32 clr;                            // GPIO Output Clear Register
00024 } gpioRegs_t;
00025 
00026 #endif

Generated on Fri Sep 21 13:41:54 2007 for example1 by  doxygen 1.4.7