ini
[aversive.git] / include / aversive / parts / AT89S52.h
1 /*  
2  *  Copyright Droids Corporation, Microb Technology, Eirbot (2009)
3  * 
4  *  This program is free software; you can redistribute it and/or modify
5  *  it under the terms of the GNU General Public License as published by
6  *  the Free Software Foundation; either version 2 of the License, or
7  *  (at your option) any later version.
8  *
9  *  This program is distributed in the hope that it will be useful,
10  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  *  GNU General Public License for more details.
13  *
14  *  You should have received a copy of the GNU General Public License
15  *  along with this program; if not, write to the Free Software
16  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17  *
18  *  Revision : $Id $
19  *
20  */
21
22 /* WARNING : this file is automatically generated by scripts.
23  * You should not edit it. If you find something wrong in it,
24  * write to zer0@droids-corp.org */
25
26
27
28 /* available timers */
29
30 /* overflow interrupt number */
31 #define SIG_OVERFLOW_TOTAL_NUM 0
32
33 /* output compare interrupt number */
34 #define SIG_OUTPUT_COMPARE_TOTAL_NUM 0
35
36 /* Pwm nums */
37 #define PWM_TOTAL_NUM 0
38
39 /* input capture interrupt number */
40 #define SIG_INPUT_CAPTURE_TOTAL_NUM 0
41
42
43 /* PINA */
44 #define PINA0_REG            PINA
45 #define PINA1_REG            PINA
46 #define PINA2_REG            PINA
47 #define PINA3_REG            PINA
48 #define PINA4_REG            PINA
49 #define PINA5_REG            PINA
50 #define PINA6_REG            PINA
51 #define PINA7_REG            PINA
52
53 /* DDRA */
54 #define DDA0_REG             DDRA
55 #define DDA1_REG             DDRA
56 #define DDA2_REG             DDRA
57 #define DDA3_REG             DDRA
58 #define DDA4_REG             DDRA
59 #define DDA5_REG             DDRA
60 #define DDA6_REG             DDRA
61 #define DDA7_REG             DDRA
62
63 /* PORTA */
64 #define PORTA0_REG           PORTA
65 #define PORTA1_REG           PORTA
66 #define PORTA2_REG           PORTA
67 #define PORTA3_REG           PORTA
68 #define PORTA4_REG           PORTA
69 #define PORTA5_REG           PORTA
70 #define PORTA6_REG           PORTA
71 #define PORTA7_REG           PORTA
72
73 /* pins mapping */
74