projekty/Source/example1/src/include/lpc2100/lpc2100/lpcADC.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_ADC_H
00015 #define INC_LPC_ADC_H
00016 
00017 // A/D Converter Registers
00018 typedef struct
00019 {
00020   REG32 cr;                             // Control Register
00021   REG32 dr;                             // Data Register
00022 } adcRegs_t;
00023 
00024 #endif

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