]> rtime.felk.cvut.cz Git - lincan.git/blob - embedded/arch/arm/mach-lpc21xx/defines/lpcADC.h
Merge branch 'master' into can-usb1
[lincan.git] / embedded / arch / arm / mach-lpc21xx / defines / lpcADC.h
1 /******************************************************************************
2  *
3  * $RCSfile: lpcADC.h,v $
4  * $Revision: 1.1 $
5  *
6  * Header file for Philips LPC ARM Processors.
7  * Copyright 2004 R O SoftWare
8  *
9  * No guarantees, warrantees, or promises, implied or otherwise.
10  * May be used for hobby or commercial purposes provided copyright
11  * notice remains intact.
12  *
13  *****************************************************************************/
14 #ifndef INC_LPC_ADC_H
15 #define INC_LPC_ADC_H
16
17 // A/D Converter Registers
18 typedef struct
19 {
20   REG32 cr;                             // Control Register
21   REG32 dr;                             // Data Register
22 } adcRegs_t;
23
24 #endif