Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / pic16 / libdev / pic18f442.c
1
2 /*
3  * pic18f442.c - PIC18F442 Device Library Source
4  *
5  * This file is part of the GNU PIC Library.
6  *
7  * January, 2004
8  * The GNU PIC Library is maintained by,
9  *      Vangelis Rokas <vrokas@otenet.gr>
10  *
11  * $Id: pic18f442.c 3765 2005-05-18 20:32:06Z tecodev $
12  *
13  */
14
15 #include <pic18f442.h>
16
17 __sfr __at (0xf80) PORTA;
18 volatile __PORTAbits_t __at (0xf80) PORTAbits;
19
20 __sfr __at (0xf81) PORTB;
21 volatile __PORTBbits_t __at (0xf81) PORTBbits;
22
23 __sfr __at (0xf82) PORTC;
24 volatile __PORTCbits_t __at (0xf82) PORTCbits;
25
26 __sfr __at (0xf83) PORTD;
27 volatile __PORTDbits_t __at (0xf83) PORTDbits;
28
29 __sfr __at (0xf84) PORTE;
30 volatile __PORTEbits_t __at (0xf84) PORTEbits;
31
32 __sfr __at (0xf89) LATA;
33 volatile __LATAbits_t __at (0xf89) LATAbits;
34
35 __sfr __at (0xf8a) LATB;
36 volatile __LATBbits_t __at (0xf8a) LATBbits;
37
38 __sfr __at (0xf8b) LATC;
39 volatile __LATCbits_t __at (0xf8b) LATCbits;
40
41 __sfr __at (0xf8c) LATD;
42 volatile __LATDbits_t __at (0xf8c) LATDbits;
43
44 __sfr __at (0xf8d) LATE;
45 volatile __LATEbits_t __at (0xf8d) LATEbits;
46
47 __sfr __at (0xf92) TRISA;
48 volatile __TRISAbits_t __at (0xf92) TRISAbits;
49
50 __sfr __at (0xf93) TRISB;
51 volatile __TRISBbits_t __at (0xf93) TRISBbits;
52
53 __sfr __at (0xf94) TRISC;
54 volatile __TRISCbits_t __at (0xf94) TRISCbits;
55
56 __sfr __at (0xf95) TRISD;
57 volatile __TRISDbits_t __at (0xf95) TRISDbits;
58
59 __sfr __at (0xf96) TRISE;
60 volatile __TRISEbits_t __at (0xf96) TRISEbits;
61
62 __sfr __at (0xf9d) PIE1;
63 volatile __PIE1bits_t __at (0xf9d) PIE1bits;
64
65 __sfr __at (0xf9e) PIR1;
66 volatile __PIR1bits_t __at (0xf9e) PIR1bits;
67
68 __sfr __at (0xf9f) IPR1;
69 volatile __IPR1bits_t __at (0xf9f) IPR1bits;
70
71 __sfr __at (0xfa0) PIE2;
72 volatile __PIE2bits_t __at (0xfa0) PIE2bits;
73
74 __sfr __at (0xfa1) PIR2;
75 volatile __PIR2bits_t __at (0xfa1) PIR2bits;
76
77 __sfr __at (0xfa2) IPR2;
78 volatile __IPR2bits_t __at (0xfa2) IPR2bits;
79
80 __sfr __at (0xfa6) EECON1;
81 volatile __EECON1bits_t __at (0xfa6) EECON1bits;
82
83 __sfr __at (0xfa7) EECON2;
84 __sfr __at (0xfa8) EEDATA;
85 __sfr __at (0xfa9) EEADR;
86 __sfr __at (0xfab) RCSTA;
87 volatile __RCSTAbits_t __at (0xfab) RCSTAbits;
88
89 __sfr __at (0xfac) TXSTA;
90 volatile __TXSTAbits_t __at (0xfac) TXSTAbits;
91
92 __sfr __at (0xfad) TXREG;
93 __sfr __at (0xfae) RCREG;
94 __sfr __at (0xfaf) SPBRG;
95 __sfr __at (0xfb1) T3CON;
96 volatile __T3CONbits_t __at (0xfb1) T3CONbits;
97
98 __sfr __at (0xfb2) TMR3L;
99 __sfr __at (0xfb3) TMR3H;
100 __sfr __at (0xfba) CCP2CON;
101 volatile __CCP2CONbits_t __at (0xfba) CCP2CONbits;
102
103 __sfr __at (0xfbb) CCPR2L;
104 __sfr __at (0xfbc) CCPR2H;
105 __sfr __at (0xfbd) CCP1CON;
106 volatile __CCP1CONbits_t __at (0xfbd) CCP1CONbits;
107
108 __sfr __at (0xfbe) CCPR1L;
109 __sfr __at (0xfbf) CCPR1H;
110 __sfr __at (0xfc1) ADCON1;
111 volatile __ADCON1bits_t __at (0xfc1) ADCON1bits;
112
113 __sfr __at (0xfc2) ADCON0;
114 volatile __ADCON0bits_t __at (0xfc2) ADCON0bits;
115
116 __sfr __at (0xfc3) ADRESL;
117 __sfr __at (0xfc4) ADRESH;
118 __sfr __at (0xfc5) SSPCON2;
119 volatile __SSPCON2bits_t __at (0xfc5) SSPCON2bits;
120
121 __sfr __at (0xfc6) SSPCON1;
122 volatile __SSPCON1bits_t __at (0xfc6) SSPCON1bits;
123
124 __sfr __at (0xfc7) SSPSTAT;
125 volatile __SSPSTATbits_t __at (0xfc7) SSPSTATbits;
126
127 __sfr __at (0xfc8) SSPADD;
128 __sfr __at (0xfc9) SSPBUF;
129 __sfr __at (0xfca) T2CON;
130 volatile __T2CONbits_t __at (0xfca) T2CONbits;
131
132 __sfr __at (0xfcb) PR2;
133 __sfr __at (0xfcc) TMR2;
134 __sfr __at (0xfcd) T1CON;
135 volatile __T1CONbits_t __at (0xfcd) T1CONbits;
136
137 __sfr __at (0xfce) TMR1L;
138 __sfr __at (0xfcf) TMR1H;
139 __sfr __at (0xfd0) RCON;
140 volatile __RCONbits_t __at (0xfd0) RCONbits;
141
142 __sfr __at (0xfd1) WDTCON;
143 volatile __WDTCONbits_t __at (0xfd1) WDTCONbits;
144
145 __sfr __at (0xfd2) LVDCON;
146 volatile __LVDCONbits_t __at (0xfd2) LVDCONbits;
147
148 __sfr __at (0xfd3) OSCCON;
149 volatile __OSCCONbits_t __at (0xfd3) OSCCONbits;
150
151 __sfr __at (0xfd5) T0CON;
152 volatile __T0CONbits_t __at (0xfd5) T0CONbits;
153
154 __sfr __at (0xfd6) TMR0L;
155 __sfr __at (0xfd7) TMR0H;
156 __sfr __at (0xfd8) STATUS;
157 volatile __STATUSbits_t __at (0xfd8) STATUSbits;
158
159 __sfr __at (0xfd9) FSR2L;
160 __sfr __at (0xfda) FSR2H;
161 __sfr __at (0xfdb) PLUSW2;
162 __sfr __at (0xfdc) PREINC2;
163 __sfr __at (0xfdd) POSTDEC2;
164 __sfr __at (0xfde) POSTINC2;
165 __sfr __at (0xfdf) INDF2;
166 __sfr __at (0xfe0) BSR;
167 __sfr __at (0xfe1) FSR1L;
168 __sfr __at (0xfe2) FSR1H;
169 __sfr __at (0xfe3) PLUSW1;
170 __sfr __at (0xfe4) PREINC1;
171 __sfr __at (0xfe5) POSTDEC1;
172 __sfr __at (0xfe6) POSTINC1;
173 __sfr __at (0xfe7) INDF1;
174 __sfr __at (0xfe8) WREG;
175 __sfr __at (0xfe9) FSR0L;
176 __sfr __at (0xfea) FSR0H;
177 __sfr __at (0xfeb) PLUSW0;
178 __sfr __at (0xfec) PREINC0;
179 __sfr __at (0xfed) POSTDEC0;
180 __sfr __at (0xfee) POSTINC0;
181 __sfr __at (0xfef) INDF0;
182 __sfr __at (0xff0) INTCON3;
183 volatile __INTCON3bits_t __at (0xff0) INTCON3bits;
184
185 __sfr __at (0xff1) INTCON2;
186 volatile __INTCON2bits_t __at (0xff1) INTCON2bits;
187
188 __sfr __at (0xff2) INTCON;
189 volatile __INTCONbits_t __at (0xff2) INTCONbits;
190
191 __sfr __at (0xff3) PRODL;
192 __sfr __at (0xff4) PRODH;
193 __sfr __at (0xff5) TABLAT;
194 __sfr __at (0xff6) TBLPTRL;
195 __sfr __at (0xff7) TBLPTRH;
196 __sfr __at (0xff8) TBLPTRU;
197 __sfr __at (0xff9) PCL;
198 __sfr __at (0xffa) PCLATH;
199 __sfr __at (0xffb) PCLATU;
200 __sfr __at (0xffc) STKPTR;
201 volatile __STKPTRbits_t __at (0xffc) STKPTRbits;
202
203 __sfr __at (0xffd) TOSL;
204 __sfr __at (0xffe) TOSH;
205 __sfr __at (0xfff) TOSU;
206
207