2 * This definitions of the PIC18F2523 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:23:44 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 <pic18f2523.h>
27 //==============================================================================
29 __at(0x0F80) __sfr PORTA
;
30 __at(0x0F80) volatile __PORTAbits_t PORTAbits
;
32 __at(0x0F81) __sfr PORTB
;
33 __at(0x0F81) volatile __PORTBbits_t PORTBbits
;
35 __at(0x0F82) __sfr PORTC
;
36 __at(0x0F82) volatile __PORTCbits_t PORTCbits
;
38 __at(0x0F84) __sfr PORTE
;
39 __at(0x0F84) volatile __PORTEbits_t PORTEbits
;
41 __at(0x0F89) __sfr LATA
;
42 __at(0x0F89) volatile __LATAbits_t LATAbits
;
44 __at(0x0F8A) __sfr LATB
;
45 __at(0x0F8A) volatile __LATBbits_t LATBbits
;
47 __at(0x0F8B) __sfr LATC
;
48 __at(0x0F8B) volatile __LATCbits_t LATCbits
;
50 __at(0x0F92) __sfr DDRA
;
51 __at(0x0F92) volatile __DDRAbits_t DDRAbits
;
53 __at(0x0F92) __sfr TRISA
;
54 __at(0x0F92) volatile __TRISAbits_t TRISAbits
;
56 __at(0x0F93) __sfr DDRB
;
57 __at(0x0F93) volatile __DDRBbits_t DDRBbits
;
59 __at(0x0F93) __sfr TRISB
;
60 __at(0x0F93) volatile __TRISBbits_t TRISBbits
;
62 __at(0x0F94) __sfr DDRC
;
63 __at(0x0F94) volatile __DDRCbits_t DDRCbits
;
65 __at(0x0F94) __sfr TRISC
;
66 __at(0x0F94) volatile __TRISCbits_t TRISCbits
;
68 __at(0x0F9B) __sfr OSCTUNE
;
69 __at(0x0F9B) volatile __OSCTUNEbits_t OSCTUNEbits
;
71 __at(0x0F9D) __sfr PIE1
;
72 __at(0x0F9D) volatile __PIE1bits_t PIE1bits
;
74 __at(0x0F9E) __sfr PIR1
;
75 __at(0x0F9E) volatile __PIR1bits_t PIR1bits
;
77 __at(0x0F9F) __sfr IPR1
;
78 __at(0x0F9F) volatile __IPR1bits_t IPR1bits
;
80 __at(0x0FA0) __sfr PIE2
;
81 __at(0x0FA0) volatile __PIE2bits_t PIE2bits
;
83 __at(0x0FA1) __sfr PIR2
;
84 __at(0x0FA1) volatile __PIR2bits_t PIR2bits
;
86 __at(0x0FA2) __sfr IPR2
;
87 __at(0x0FA2) volatile __IPR2bits_t IPR2bits
;
89 __at(0x0FA6) __sfr EECON1
;
90 __at(0x0FA6) volatile __EECON1bits_t EECON1bits
;
92 __at(0x0FA7) __sfr EECON2
;
94 __at(0x0FA8) __sfr EEDATA
;
96 __at(0x0FA9) __sfr EEADR
;
98 __at(0x0FAB) __sfr RCSTA
;
99 __at(0x0FAB) volatile __RCSTAbits_t RCSTAbits
;
101 __at(0x0FAB) __sfr RCSTA1
;
102 __at(0x0FAB) volatile __RCSTA1bits_t RCSTA1bits
;
104 __at(0x0FAC) __sfr TXSTA
;
105 __at(0x0FAC) volatile __TXSTAbits_t TXSTAbits
;
107 __at(0x0FAC) __sfr TXSTA1
;
108 __at(0x0FAC) volatile __TXSTA1bits_t TXSTA1bits
;
110 __at(0x0FAD) __sfr TXREG
;
112 __at(0x0FAD) __sfr TXREG1
;
114 __at(0x0FAE) __sfr RCREG
;
116 __at(0x0FAE) __sfr RCREG1
;
118 __at(0x0FAF) __sfr SPBRG
;
120 __at(0x0FAF) __sfr SPBTG1
;
122 __at(0x0FB0) __sfr SPBRGH
;
124 __at(0x0FB1) __sfr T3CON
;
125 __at(0x0FB1) volatile __T3CONbits_t T3CONbits
;
127 __at(0x0FB2) __sfr TMR3
;
129 __at(0x0FB2) __sfr TMR3L
;
131 __at(0x0FB3) __sfr TMR3H
;
133 __at(0x0FB4) __sfr CMCON
;
134 __at(0x0FB4) volatile __CMCONbits_t CMCONbits
;
136 __at(0x0FB5) __sfr CVRCON
;
137 __at(0x0FB5) volatile __CVRCONbits_t CVRCONbits
;
139 __at(0x0FB6) __sfr ECCP1AS
;
140 __at(0x0FB6) volatile __ECCP1ASbits_t ECCP1ASbits
;
142 __at(0x0FB6) __sfr ECCPAS
;
143 __at(0x0FB6) volatile __ECCPASbits_t ECCPASbits
;
145 __at(0x0FB7) __sfr ECCP1DEL
;
146 __at(0x0FB7) volatile __ECCP1DELbits_t ECCP1DELbits
;
148 __at(0x0FB7) __sfr PWM1CON
;
149 __at(0x0FB7) volatile __PWM1CONbits_t PWM1CONbits
;
151 __at(0x0FB8) __sfr BAUDCON
;
152 __at(0x0FB8) volatile __BAUDCONbits_t BAUDCONbits
;
154 __at(0x0FB8) __sfr BAUDCTL
;
155 __at(0x0FB8) volatile __BAUDCTLbits_t BAUDCTLbits
;
157 __at(0x0FBA) __sfr CCP2CON
;
158 __at(0x0FBA) volatile __CCP2CONbits_t CCP2CONbits
;
160 __at(0x0FBB) __sfr CCPR2
;
162 __at(0x0FBB) __sfr CCPR2L
;
164 __at(0x0FBC) __sfr CCPR2H
;
166 __at(0x0FBD) __sfr CCP1CON
;
167 __at(0x0FBD) volatile __CCP1CONbits_t CCP1CONbits
;
169 __at(0x0FBE) __sfr CCPR1
;
171 __at(0x0FBE) __sfr CCPR1L
;
173 __at(0x0FBF) __sfr CCPR1H
;
175 __at(0x0FC0) __sfr ADCON2
;
176 __at(0x0FC0) volatile __ADCON2bits_t ADCON2bits
;
178 __at(0x0FC1) __sfr ADCON1
;
179 __at(0x0FC1) volatile __ADCON1bits_t ADCON1bits
;
181 __at(0x0FC2) __sfr ADCON0
;
182 __at(0x0FC2) volatile __ADCON0bits_t ADCON0bits
;
184 __at(0x0FC3) __sfr ADRES
;
186 __at(0x0FC3) __sfr ADRESL
;
188 __at(0x0FC4) __sfr ADRESH
;
190 __at(0x0FC5) __sfr SSPCON2
;
191 __at(0x0FC5) volatile __SSPCON2bits_t SSPCON2bits
;
193 __at(0x0FC6) __sfr SSPCON1
;
194 __at(0x0FC6) volatile __SSPCON1bits_t SSPCON1bits
;
196 __at(0x0FC7) __sfr SSPSTAT
;
197 __at(0x0FC7) volatile __SSPSTATbits_t SSPSTATbits
;
199 __at(0x0FC8) __sfr SSPADD
;
201 __at(0x0FC9) __sfr SSPBUF
;
203 __at(0x0FCA) __sfr T2CON
;
204 __at(0x0FCA) volatile __T2CONbits_t T2CONbits
;
206 __at(0x0FCB) __sfr PR2
;
208 __at(0x0FCC) __sfr TMR2
;
210 __at(0x0FCD) __sfr T1CON
;
211 __at(0x0FCD) volatile __T1CONbits_t T1CONbits
;
213 __at(0x0FCE) __sfr TMR1
;
215 __at(0x0FCE) __sfr TMR1L
;
217 __at(0x0FCF) __sfr TMR1H
;
219 __at(0x0FD0) __sfr RCON
;
220 __at(0x0FD0) volatile __RCONbits_t RCONbits
;
222 __at(0x0FD1) __sfr WDTCON
;
223 __at(0x0FD1) volatile __WDTCONbits_t WDTCONbits
;
225 __at(0x0FD2) __sfr HLVDCON
;
226 __at(0x0FD2) volatile __HLVDCONbits_t HLVDCONbits
;
228 __at(0x0FD2) __sfr LVDCON
;
229 __at(0x0FD2) volatile __LVDCONbits_t LVDCONbits
;
231 __at(0x0FD3) __sfr OSCCON
;
232 __at(0x0FD3) volatile __OSCCONbits_t OSCCONbits
;
234 __at(0x0FD5) __sfr T0CON
;
235 __at(0x0FD5) volatile __T0CONbits_t T0CONbits
;
237 __at(0x0FD6) __sfr TMR0
;
239 __at(0x0FD6) __sfr TMR0L
;
241 __at(0x0FD7) __sfr TMR0H
;
243 __at(0x0FD8) __sfr STATUS
;
244 __at(0x0FD8) volatile __STATUSbits_t STATUSbits
;
246 __at(0x0FD9) __sfr FSR2L
;
248 __at(0x0FDA) __sfr FSR2H
;
250 __at(0x0FDB) __sfr PLUSW2
;
252 __at(0x0FDC) __sfr PREINC2
;
254 __at(0x0FDD) __sfr POSTDEC2
;
256 __at(0x0FDE) __sfr POSTINC2
;
258 __at(0x0FDF) __sfr INDF2
;
260 __at(0x0FE0) __sfr BSR
;
262 __at(0x0FE1) __sfr FSR1L
;
264 __at(0x0FE2) __sfr FSR1H
;
266 __at(0x0FE3) __sfr PLUSW1
;
268 __at(0x0FE4) __sfr PREINC1
;
270 __at(0x0FE5) __sfr POSTDEC1
;
272 __at(0x0FE6) __sfr POSTINC1
;
274 __at(0x0FE7) __sfr INDF1
;
276 __at(0x0FE8) __sfr WREG
;
278 __at(0x0FE9) __sfr FSR0L
;
280 __at(0x0FEA) __sfr FSR0H
;
282 __at(0x0FEB) __sfr PLUSW0
;
284 __at(0x0FEC) __sfr PREINC0
;
286 __at(0x0FED) __sfr POSTDEC0
;
288 __at(0x0FEE) __sfr POSTINC0
;
290 __at(0x0FEF) __sfr INDF0
;
292 __at(0x0FF0) __sfr INTCON3
;
293 __at(0x0FF0) volatile __INTCON3bits_t INTCON3bits
;
295 __at(0x0FF1) __sfr INTCON2
;
296 __at(0x0FF1) volatile __INTCON2bits_t INTCON2bits
;
298 __at(0x0FF2) __sfr INTCON
;
299 __at(0x0FF2) volatile __INTCONbits_t INTCONbits
;
301 __at(0x0FF3) __sfr PROD
;
303 __at(0x0FF3) __sfr PRODL
;
305 __at(0x0FF4) __sfr PRODH
;
307 __at(0x0FF5) __sfr TABLAT
;
309 __at(0x0FF6) __sfr TBLPTR
;
311 __at(0x0FF6) __sfr TBLPTRL
;
313 __at(0x0FF7) __sfr TBLPTRH
;
315 __at(0x0FF8) __sfr TBLPTRU
;
317 __at(0x0FF9) __sfr PC
;
319 __at(0x0FF9) __sfr PCL
;
321 __at(0x0FFA) __sfr PCLATH
;
323 __at(0x0FFB) __sfr PCLATU
;
325 __at(0x0FFC) __sfr STKPTR
;
326 __at(0x0FFC) volatile __STKPTRbits_t STKPTRbits
;
328 __at(0x0FFD) __sfr TOS
;
330 __at(0x0FFD) __sfr TOSL
;
332 __at(0x0FFE) __sfr TOSH
;
334 __at(0x0FFF) __sfr TOSU
;