]> rtime.felk.cvut.cz Git - arc.git/blob - include/ppc/mpc55xx.h
Added multiple units for ADC module and removed hard configed ADC_GROUP0 forever....
[arc.git] / include / ppc / mpc55xx.h
1 /* -------------------------------- Arctic Core ------------------------------\r
2  * Arctic Core - the open source AUTOSAR platform http://arccore.com\r
3  *\r
4  * Copyright (C) 2009  ArcCore AB <contact@arccore.com>\r
5  *\r
6  * This source code is free software; you can redistribute it and/or modify it\r
7  * under the terms of the GNU General Public License version 2 as published by the\r
8  * Free Software Foundation; See <http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>.\r
9  *\r
10  * This program is distributed in the hope that it will be useful, but\r
11  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r
12  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\r
13  * for more details.\r
14  * -------------------------------- Arctic Core ------------------------------*/\r
15 \r
16 \r
17 #ifndef MPC55XX_H_\r
18 #define MPC55XX_H_\r
19 \r
20 \r
21 #if defined(CFG_MPC5554)\r
22 #include "mpc5554.h"\r
23 #elif defined(CFG_MPC5516) || defined(MPC5517)\r
24 #include "mpc5516.h"\r
25 #elif defined(CFG_MPC5567)\r
26 #include "mpc5567.h"\r
27 #elif defined(CFG_MPC5633)\r
28 #include "mpc563m.h"\r
29 #elif defined(CFG_MPC5604B)\r
30 #include "MPC5604B_0M27V_0102.h"\r
31 #elif defined(CFG_MPC5606B)\r
32 #include "MPC5606B.h"\r
33 #elif defined(CFG_MPC5606S)\r
34 #include "mpc5606s.h"\r
35 #elif defined(CFG_MPC5668)\r
36 #include "mpc5668.h"\r
37 #else\r
38 #error NO MCU SELECTED!!!!\r
39 #endif\r
40 \r
41 /* Harmonization */\r
42 typedef struct EDMA_TCD_STD_tag Dma_TcdType;\r
43 \r
44 #endif /* MPC55XX_H_ */\r