Prepare for SDCC 4.5.0 release.
[sdcc.git] / sdcc / device / non-free / lib / pic16 / libdev / pic18lf8525.c
blob4ba32d169314a55f6475c86e070667d8117227d7
1 /*
2 * This definitions of the PIC18LF8525 MCU.
4 * This file is part of the GNU PIC library for SDCC, originally
5 * created by Molnar Karoly <molnarkaroly@users.sf.net> 2016.
7 * This file is generated automatically by the cinc2h.pl, 2016-04-13 17:24:08 UTC.
9 * SDCC is licensed under the GNU Public license (GPL) v2. Note that
10 * this license covers the code to the compiler and other executables,
11 * but explicitly does not cover any code or objects generated by sdcc.
13 * For pic device libraries and header files which are derived from
14 * Microchip header (.inc) and linker script (.lkr) files Microchip
15 * requires that "The header files should state that they are only to be
16 * used with authentic Microchip devices" which makes them incompatible
17 * with the GPL. Pic device libraries and header files are located at
18 * non-free/lib and non-free/include directories respectively.
19 * Sdcc should be run with the --use-non-free command line option in
20 * order to include non-free header files and libraries.
22 * See http://sdcc.sourceforge.net/ for the latest information on sdcc.
25 #include <pic18lf8525.h>
27 //==============================================================================
29 __at(0x0F67) __sfr ECCP2DEL;
30 __at(0x0F67) volatile __ECCP2DELbits_t ECCP2DELbits;
32 __at(0x0F67) __sfr PWM2CON;
33 __at(0x0F67) volatile __PWM2CONbits_t PWM2CONbits;
35 __at(0x0F68) __sfr ECCP2AS;
36 __at(0x0F68) volatile __ECCP2ASbits_t ECCP2ASbits;
38 __at(0x0F69) __sfr ECCP3DEL;
39 __at(0x0F69) volatile __ECCP3DELbits_t ECCP3DELbits;
41 __at(0x0F69) __sfr PWM3CON;
42 __at(0x0F69) volatile __PWM3CONbits_t PWM3CONbits;
44 __at(0x0F6A) __sfr ECCP3AS;
45 __at(0x0F6A) volatile __ECCP3ASbits_t ECCP3ASbits;
47 __at(0x0F6B) __sfr RCSTA2;
48 __at(0x0F6B) volatile __RCSTA2bits_t RCSTA2bits;
50 __at(0x0F6C) __sfr TXSTA2;
51 __at(0x0F6C) volatile __TXSTA2bits_t TXSTA2bits;
53 __at(0x0F6D) __sfr TXREG2;
55 __at(0x0F6E) __sfr RCREG2;
57 __at(0x0F6F) __sfr SPBRG2;
59 __at(0x0F70) __sfr CCP5CON;
60 __at(0x0F70) volatile __CCP5CONbits_t CCP5CONbits;
62 __at(0x0F71) __sfr CCPR5;
64 __at(0x0F71) __sfr CCPR5L;
66 __at(0x0F72) __sfr CCPR5H;
68 __at(0x0F73) __sfr CCP4CON;
69 __at(0x0F73) volatile __CCP4CONbits_t CCP4CONbits;
71 __at(0x0F74) __sfr CCPR4;
73 __at(0x0F74) __sfr CCPR4L;
75 __at(0x0F75) __sfr CCPR4H;
77 __at(0x0F76) __sfr T4CON;
78 __at(0x0F76) volatile __T4CONbits_t T4CONbits;
80 __at(0x0F77) __sfr PR4;
82 __at(0x0F78) __sfr TMR4;
84 __at(0x0F79) __sfr ECCP1DEL;
85 __at(0x0F79) volatile __ECCP1DELbits_t ECCP1DELbits;
87 __at(0x0F79) __sfr PWM1CON;
88 __at(0x0F79) volatile __PWM1CONbits_t PWM1CONbits;
90 __at(0x0F7C) __sfr BAUDCON2;
91 __at(0x0F7C) volatile __BAUDCON2bits_t BAUDCON2bits;
93 __at(0x0F7C) __sfr BAUDCTL2;
94 __at(0x0F7C) volatile __BAUDCTL2bits_t BAUDCTL2bits;
96 __at(0x0F7D) __sfr SPBRGH2;
98 __at(0x0F7E) __sfr BAUDCON;
99 __at(0x0F7E) volatile __BAUDCONbits_t BAUDCONbits;
101 __at(0x0F7E) __sfr BAUDCON1;
102 __at(0x0F7E) volatile __BAUDCON1bits_t BAUDCON1bits;
104 __at(0x0F7E) __sfr BAUDCTL1;
105 __at(0x0F7E) volatile __BAUDCTL1bits_t BAUDCTL1bits;
107 __at(0x0F7F) __sfr SPBRGH;
109 __at(0x0F7F) __sfr SPBRGH1;
111 __at(0x0F80) __sfr PORTA;
112 __at(0x0F80) volatile __PORTAbits_t PORTAbits;
114 __at(0x0F81) __sfr PORTB;
115 __at(0x0F81) volatile __PORTBbits_t PORTBbits;
117 __at(0x0F82) __sfr PORTC;
118 __at(0x0F82) volatile __PORTCbits_t PORTCbits;
120 __at(0x0F83) __sfr PORTD;
121 __at(0x0F83) volatile __PORTDbits_t PORTDbits;
123 __at(0x0F84) __sfr PORTE;
124 __at(0x0F84) volatile __PORTEbits_t PORTEbits;
126 __at(0x0F85) __sfr PORTF;
127 __at(0x0F85) volatile __PORTFbits_t PORTFbits;
129 __at(0x0F86) __sfr PORTG;
130 __at(0x0F86) volatile __PORTGbits_t PORTGbits;
132 __at(0x0F87) __sfr PORTH;
133 __at(0x0F87) volatile __PORTHbits_t PORTHbits;
135 __at(0x0F88) __sfr PORTJ;
136 __at(0x0F88) volatile __PORTJbits_t PORTJbits;
138 __at(0x0F89) __sfr LATA;
139 __at(0x0F89) volatile __LATAbits_t LATAbits;
141 __at(0x0F8A) __sfr LATB;
142 __at(0x0F8A) volatile __LATBbits_t LATBbits;
144 __at(0x0F8B) __sfr LATC;
145 __at(0x0F8B) volatile __LATCbits_t LATCbits;
147 __at(0x0F8C) __sfr LATD;
148 __at(0x0F8C) volatile __LATDbits_t LATDbits;
150 __at(0x0F8D) __sfr LATE;
151 __at(0x0F8D) volatile __LATEbits_t LATEbits;
153 __at(0x0F8E) __sfr LATF;
154 __at(0x0F8E) volatile __LATFbits_t LATFbits;
156 __at(0x0F8F) __sfr LATG;
157 __at(0x0F8F) volatile __LATGbits_t LATGbits;
159 __at(0x0F90) __sfr LATH;
160 __at(0x0F90) volatile __LATHbits_t LATHbits;
162 __at(0x0F91) __sfr LATJ;
163 __at(0x0F91) volatile __LATJbits_t LATJbits;
165 __at(0x0F92) __sfr DDRA;
166 __at(0x0F92) volatile __DDRAbits_t DDRAbits;
168 __at(0x0F92) __sfr TRISA;
169 __at(0x0F92) volatile __TRISAbits_t TRISAbits;
171 __at(0x0F93) __sfr DDRB;
172 __at(0x0F93) volatile __DDRBbits_t DDRBbits;
174 __at(0x0F93) __sfr TRISB;
175 __at(0x0F93) volatile __TRISBbits_t TRISBbits;
177 __at(0x0F94) __sfr DDRC;
178 __at(0x0F94) volatile __DDRCbits_t DDRCbits;
180 __at(0x0F94) __sfr TRISC;
181 __at(0x0F94) volatile __TRISCbits_t TRISCbits;
183 __at(0x0F95) __sfr DDRD;
184 __at(0x0F95) volatile __DDRDbits_t DDRDbits;
186 __at(0x0F95) __sfr TRISD;
187 __at(0x0F95) volatile __TRISDbits_t TRISDbits;
189 __at(0x0F96) __sfr DDRE;
190 __at(0x0F96) volatile __DDREbits_t DDREbits;
192 __at(0x0F96) __sfr TRISE;
193 __at(0x0F96) volatile __TRISEbits_t TRISEbits;
195 __at(0x0F97) __sfr DDRF;
196 __at(0x0F97) volatile __DDRFbits_t DDRFbits;
198 __at(0x0F97) __sfr TRISF;
199 __at(0x0F97) volatile __TRISFbits_t TRISFbits;
201 __at(0x0F98) __sfr DDRG;
202 __at(0x0F98) volatile __DDRGbits_t DDRGbits;
204 __at(0x0F98) __sfr TRISG;
205 __at(0x0F98) volatile __TRISGbits_t TRISGbits;
207 __at(0x0F99) __sfr DDRH;
208 __at(0x0F99) volatile __DDRHbits_t DDRHbits;
210 __at(0x0F99) __sfr TRISH;
211 __at(0x0F99) volatile __TRISHbits_t TRISHbits;
213 __at(0x0F9A) __sfr DDRJ;
214 __at(0x0F9A) volatile __DDRJbits_t DDRJbits;
216 __at(0x0F9A) __sfr TRISJ;
217 __at(0x0F9A) volatile __TRISJbits_t TRISJbits;
219 __at(0x0F9C) __sfr MEMCON;
220 __at(0x0F9C) volatile __MEMCONbits_t MEMCONbits;
222 __at(0x0F9D) __sfr PIE1;
223 __at(0x0F9D) volatile __PIE1bits_t PIE1bits;
225 __at(0x0F9E) __sfr PIR1;
226 __at(0x0F9E) volatile __PIR1bits_t PIR1bits;
228 __at(0x0F9F) __sfr IPR1;
229 __at(0x0F9F) volatile __IPR1bits_t IPR1bits;
231 __at(0x0FA0) __sfr PIE2;
232 __at(0x0FA0) volatile __PIE2bits_t PIE2bits;
234 __at(0x0FA1) __sfr PIR2;
235 __at(0x0FA1) volatile __PIR2bits_t PIR2bits;
237 __at(0x0FA2) __sfr IPR2;
238 __at(0x0FA2) volatile __IPR2bits_t IPR2bits;
240 __at(0x0FA3) __sfr PIE3;
241 __at(0x0FA3) volatile __PIE3bits_t PIE3bits;
243 __at(0x0FA4) __sfr PIR3;
244 __at(0x0FA4) volatile __PIR3bits_t PIR3bits;
246 __at(0x0FA5) __sfr IPR3;
247 __at(0x0FA5) volatile __IPR3bits_t IPR3bits;
249 __at(0x0FA6) __sfr EECON1;
250 __at(0x0FA6) volatile __EECON1bits_t EECON1bits;
252 __at(0x0FA7) __sfr EECON2;
254 __at(0x0FA8) __sfr EEDATA;
256 __at(0x0FA9) __sfr EEADR;
258 __at(0x0FAA) __sfr EEADRH;
260 __at(0x0FAB) __sfr RCSTA;
261 __at(0x0FAB) volatile __RCSTAbits_t RCSTAbits;
263 __at(0x0FAB) __sfr RCSTA1;
264 __at(0x0FAB) volatile __RCSTA1bits_t RCSTA1bits;
266 __at(0x0FAC) __sfr TXSTA;
267 __at(0x0FAC) volatile __TXSTAbits_t TXSTAbits;
269 __at(0x0FAC) __sfr TXSTA1;
270 __at(0x0FAC) volatile __TXSTA1bits_t TXSTA1bits;
272 __at(0x0FAD) __sfr TXREG;
274 __at(0x0FAD) __sfr TXREG1;
276 __at(0x0FAE) __sfr RCREG;
278 __at(0x0FAE) __sfr RCREG1;
280 __at(0x0FAF) __sfr SPBRG;
282 __at(0x0FAF) __sfr SPBRG1;
284 __at(0x0FB0) __sfr PSPCON;
285 __at(0x0FB0) volatile __PSPCONbits_t PSPCONbits;
287 __at(0x0FB1) __sfr T3CON;
288 __at(0x0FB1) volatile __T3CONbits_t T3CONbits;
290 __at(0x0FB2) __sfr TMR3;
292 __at(0x0FB2) __sfr TMR3L;
294 __at(0x0FB3) __sfr TMR3H;
296 __at(0x0FB4) __sfr CMCON;
297 __at(0x0FB4) volatile __CMCONbits_t CMCONbits;
299 __at(0x0FB5) __sfr CVRCON;
300 __at(0x0FB5) volatile __CVRCONbits_t CVRCONbits;
302 __at(0x0FB6) __sfr ECCP1AS;
303 __at(0x0FB6) volatile __ECCP1ASbits_t ECCP1ASbits;
305 __at(0x0FB7) __sfr CCP3CON;
306 __at(0x0FB7) volatile __CCP3CONbits_t CCP3CONbits;
308 __at(0x0FB8) __sfr CCPR3;
310 __at(0x0FB8) __sfr CCPR3L;
312 __at(0x0FB9) __sfr CCPR3H;
314 __at(0x0FBA) __sfr CCP2CON;
315 __at(0x0FBA) volatile __CCP2CONbits_t CCP2CONbits;
317 __at(0x0FBB) __sfr CCPR2;
319 __at(0x0FBB) __sfr CCPR2L;
321 __at(0x0FBC) __sfr CCPR2H;
323 __at(0x0FBD) __sfr CCP1CON;
324 __at(0x0FBD) volatile __CCP1CONbits_t CCP1CONbits;
326 __at(0x0FBE) __sfr CCPR1;
328 __at(0x0FBE) __sfr CCPR1L;
330 __at(0x0FBF) __sfr CCPR1H;
332 __at(0x0FC0) __sfr ADCON2;
333 __at(0x0FC0) volatile __ADCON2bits_t ADCON2bits;
335 __at(0x0FC1) __sfr ADCON1;
336 __at(0x0FC1) volatile __ADCON1bits_t ADCON1bits;
338 __at(0x0FC2) __sfr ADCON0;
339 __at(0x0FC2) volatile __ADCON0bits_t ADCON0bits;
341 __at(0x0FC3) __sfr ADRES;
343 __at(0x0FC3) __sfr ADRESL;
345 __at(0x0FC4) __sfr ADRESH;
347 __at(0x0FC5) __sfr SSPCON2;
348 __at(0x0FC5) volatile __SSPCON2bits_t SSPCON2bits;
350 __at(0x0FC6) __sfr SSPCON1;
351 __at(0x0FC6) volatile __SSPCON1bits_t SSPCON1bits;
353 __at(0x0FC7) __sfr SSPSTAT;
354 __at(0x0FC7) volatile __SSPSTATbits_t SSPSTATbits;
356 __at(0x0FC8) __sfr SSPADD;
358 __at(0x0FC9) __sfr SSPBUF;
360 __at(0x0FCA) __sfr T2CON;
361 __at(0x0FCA) volatile __T2CONbits_t T2CONbits;
363 __at(0x0FCB) __sfr PR2;
365 __at(0x0FCC) __sfr TMR2;
367 __at(0x0FCD) __sfr T1CON;
368 __at(0x0FCD) volatile __T1CONbits_t T1CONbits;
370 __at(0x0FCE) __sfr TMR1;
372 __at(0x0FCE) __sfr TMR1L;
374 __at(0x0FCF) __sfr TMR1H;
376 __at(0x0FD0) __sfr RCON;
377 __at(0x0FD0) volatile __RCONbits_t RCONbits;
379 __at(0x0FD1) __sfr WDTCON;
380 __at(0x0FD1) volatile __WDTCONbits_t WDTCONbits;
382 __at(0x0FD2) __sfr LVDCON;
383 __at(0x0FD2) volatile __LVDCONbits_t LVDCONbits;
385 __at(0x0FD3) __sfr OSCCON;
386 __at(0x0FD3) volatile __OSCCONbits_t OSCCONbits;
388 __at(0x0FD5) __sfr T0CON;
389 __at(0x0FD5) volatile __T0CONbits_t T0CONbits;
391 __at(0x0FD6) __sfr TMR0;
393 __at(0x0FD6) __sfr TMR0L;
395 __at(0x0FD7) __sfr TMR0H;
397 __at(0x0FD8) __sfr STATUS;
398 __at(0x0FD8) volatile __STATUSbits_t STATUSbits;
400 __at(0x0FD9) __sfr FSR2L;
402 __at(0x0FDA) __sfr FSR2H;
404 __at(0x0FDB) __sfr PLUSW2;
406 __at(0x0FDC) __sfr PREINC2;
408 __at(0x0FDD) __sfr POSTDEC2;
410 __at(0x0FDE) __sfr POSTINC2;
412 __at(0x0FDF) __sfr INDF2;
414 __at(0x0FE0) __sfr BSR;
416 __at(0x0FE1) __sfr FSR1L;
418 __at(0x0FE2) __sfr FSR1H;
420 __at(0x0FE3) __sfr PLUSW1;
422 __at(0x0FE4) __sfr PREINC1;
424 __at(0x0FE5) __sfr POSTDEC1;
426 __at(0x0FE6) __sfr POSTINC1;
428 __at(0x0FE7) __sfr INDF1;
430 __at(0x0FE8) __sfr WREG;
432 __at(0x0FE9) __sfr FSR0L;
434 __at(0x0FEA) __sfr FSR0H;
436 __at(0x0FEB) __sfr PLUSW0;
438 __at(0x0FEC) __sfr PREINC0;
440 __at(0x0FED) __sfr POSTDEC0;
442 __at(0x0FEE) __sfr POSTINC0;
444 __at(0x0FEF) __sfr INDF0;
446 __at(0x0FF0) __sfr INTCON3;
447 __at(0x0FF0) volatile __INTCON3bits_t INTCON3bits;
449 __at(0x0FF1) __sfr INTCON2;
450 __at(0x0FF1) volatile __INTCON2bits_t INTCON2bits;
452 __at(0x0FF2) __sfr INTCON;
453 __at(0x0FF2) volatile __INTCONbits_t INTCONbits;
455 __at(0x0FF3) __sfr PROD;
457 __at(0x0FF3) __sfr PRODL;
459 __at(0x0FF4) __sfr PRODH;
461 __at(0x0FF5) __sfr TABLAT;
463 __at(0x0FF6) __sfr TBLPTR;
465 __at(0x0FF6) __sfr TBLPTRL;
467 __at(0x0FF7) __sfr TBLPTRH;
469 __at(0x0FF8) __sfr TBLPTRU;
471 __at(0x0FF9) __sfr PC;
473 __at(0x0FF9) __sfr PCL;
475 __at(0x0FFA) __sfr PCLATH;
477 __at(0x0FFB) __sfr PCLATU;
479 __at(0x0FFC) __sfr STKPTR;
480 __at(0x0FFC) volatile __STKPTRbits_t STKPTRbits;
482 __at(0x0FFD) __sfr TOS;
484 __at(0x0FFD) __sfr TOSL;
486 __at(0x0FFE) __sfr TOSH;
488 __at(0x0FFF) __sfr TOSU;