1 /*
2  * This definitions of the PIC16F1578 MCU.
3  *
4  * This file is part of the GNU PIC library for SDCC, originally
5  * created by Molnar Karoly <molnarkaroly@users.sf.net> 2016.
6  *
7  * This file is generated automatically by the cinc2h.pl, 2016-04-13 17:23:08 UTC.
8  *
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.
12  *
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.
21  *
22  * See http://sdcc.sourceforge.net/ for the latest information on sdcc.
23  */
24 
25 #include <pic16f1578.h>
26 
27 //==============================================================================
28 
29 __at(0x0000) __sfr INDF0;
30 
31 __at(0x0001) __sfr INDF1;
32 
33 __at(0x0002) __sfr PCL;
34 
35 __at(0x0003) __sfr STATUS;
36 __at(0x0003) volatile __STATUSbits_t STATUSbits;
37 
38 __at(0x0004) __sfr FSR0;
39 
40 __at(0x0004) __sfr FSR0L;
41 
42 __at(0x0005) __sfr FSR0H;
43 
44 __at(0x0006) __sfr FSR1;
45 
46 __at(0x0006) __sfr FSR1L;
47 
48 __at(0x0007) __sfr FSR1H;
49 
50 __at(0x0008) __sfr BSR;
51 __at(0x0008) volatile __BSRbits_t BSRbits;
52 
53 __at(0x0009) __sfr WREG;
54 
55 __at(0x000A) __sfr PCLATH;
56 
57 __at(0x000B) __sfr INTCON;
58 __at(0x000B) volatile __INTCONbits_t INTCONbits;
59 
60 __at(0x000C) __sfr PORTA;
61 __at(0x000C) volatile __PORTAbits_t PORTAbits;
62 
63 __at(0x000D) __sfr PORTB;
64 __at(0x000D) volatile __PORTBbits_t PORTBbits;
65 
66 __at(0x000E) __sfr PORTC;
67 __at(0x000E) volatile __PORTCbits_t PORTCbits;
68 
69 __at(0x0011) __sfr PIR1;
70 __at(0x0011) volatile __PIR1bits_t PIR1bits;
71 
72 __at(0x0012) __sfr PIR2;
73 __at(0x0012) volatile __PIR2bits_t PIR2bits;
74 
75 __at(0x0013) __sfr PIR3;
76 __at(0x0013) volatile __PIR3bits_t PIR3bits;
77 
78 __at(0x0015) __sfr TMR0;
79 
80 __at(0x0016) __sfr TMR1;
81 
82 __at(0x0016) __sfr TMR1L;
83 
84 __at(0x0017) __sfr TMR1H;
85 
86 __at(0x0018) __sfr T1CON;
87 __at(0x0018) volatile __T1CONbits_t T1CONbits;
88 
89 __at(0x0019) __sfr T1GCON;
90 __at(0x0019) volatile __T1GCONbits_t T1GCONbits;
91 
92 __at(0x001A) __sfr TMR2;
93 
94 __at(0x001B) __sfr PR2;
95 
96 __at(0x001C) __sfr T2CON;
97 __at(0x001C) volatile __T2CONbits_t T2CONbits;
98 
99 __at(0x008C) __sfr TRISA;
100 __at(0x008C) volatile __TRISAbits_t TRISAbits;
101 
102 __at(0x008D) __sfr TRISB;
103 __at(0x008D) volatile __TRISBbits_t TRISBbits;
104 
105 __at(0x008E) __sfr TRISC;
106 __at(0x008E) volatile __TRISCbits_t TRISCbits;
107 
108 __at(0x0091) __sfr PIE1;
109 __at(0x0091) volatile __PIE1bits_t PIE1bits;
110 
111 __at(0x0092) __sfr PIE2;
112 __at(0x0092) volatile __PIE2bits_t PIE2bits;
113 
114 __at(0x0093) __sfr PIE3;
115 __at(0x0093) volatile __PIE3bits_t PIE3bits;
116 
117 __at(0x0095) __sfr OPTION_REG;
118 __at(0x0095) volatile __OPTION_REGbits_t OPTION_REGbits;
119 
120 __at(0x0096) __sfr PCON;
121 __at(0x0096) volatile __PCONbits_t PCONbits;
122 
123 __at(0x0097) __sfr WDTCON;
124 __at(0x0097) volatile __WDTCONbits_t WDTCONbits;
125 
126 __at(0x0098) __sfr OSCTUNE;
127 __at(0x0098) volatile __OSCTUNEbits_t OSCTUNEbits;
128 
129 __at(0x0099) __sfr OSCCON;
130 __at(0x0099) volatile __OSCCONbits_t OSCCONbits;
131 
132 __at(0x009A) __sfr OSCSTAT;
133 __at(0x009A) volatile __OSCSTATbits_t OSCSTATbits;
134 
135 __at(0x009B) __sfr ADRES;
136 
137 __at(0x009B) __sfr ADRESL;
138 
139 __at(0x009C) __sfr ADRESH;
140 
141 __at(0x009D) __sfr ADCON0;
142 __at(0x009D) volatile __ADCON0bits_t ADCON0bits;
143 
144 __at(0x009E) __sfr ADCON1;
145 __at(0x009E) volatile __ADCON1bits_t ADCON1bits;
146 
147 __at(0x009F) __sfr ADCON2;
148 __at(0x009F) volatile __ADCON2bits_t ADCON2bits;
149 
150 __at(0x010C) __sfr LATA;
151 __at(0x010C) volatile __LATAbits_t LATAbits;
152 
153 __at(0x010D) __sfr LATB;
154 __at(0x010D) volatile __LATBbits_t LATBbits;
155 
156 __at(0x010E) __sfr LATC;
157 __at(0x010E) volatile __LATCbits_t LATCbits;
158 
159 __at(0x0111) __sfr CM1CON0;
160 __at(0x0111) volatile __CM1CON0bits_t CM1CON0bits;
161 
162 __at(0x0112) __sfr CM1CON1;
163 __at(0x0112) volatile __CM1CON1bits_t CM1CON1bits;
164 
165 __at(0x0113) __sfr CM2CON0;
166 __at(0x0113) volatile __CM2CON0bits_t CM2CON0bits;
167 
168 __at(0x0114) __sfr CM2CON1;
169 __at(0x0114) volatile __CM2CON1bits_t CM2CON1bits;
170 
171 __at(0x0115) __sfr CMOUT;
172 __at(0x0115) volatile __CMOUTbits_t CMOUTbits;
173 
174 __at(0x0116) __sfr BORCON;
175 __at(0x0116) volatile __BORCONbits_t BORCONbits;
176 
177 __at(0x0117) __sfr FVRCON;
178 __at(0x0117) volatile __FVRCONbits_t FVRCONbits;
179 
180 __at(0x0118) __sfr DACCON0;
181 __at(0x0118) volatile __DACCON0bits_t DACCON0bits;
182 
183 __at(0x0119) __sfr DACCON1;
184 __at(0x0119) volatile __DACCON1bits_t DACCON1bits;
185 
186 __at(0x018C) __sfr ANSELA;
187 __at(0x018C) volatile __ANSELAbits_t ANSELAbits;
188 
189 __at(0x018D) __sfr ANSELB;
190 __at(0x018D) volatile __ANSELBbits_t ANSELBbits;
191 
192 __at(0x018E) __sfr ANSELC;
193 __at(0x018E) volatile __ANSELCbits_t ANSELCbits;
194 
195 __at(0x0191) __sfr PMADR;
196 
197 __at(0x0191) __sfr PMADRL;
198 
199 __at(0x0192) __sfr PMADRH;
200 
201 __at(0x0193) __sfr PMDAT;
202 
203 __at(0x0193) __sfr PMDATL;
204 
205 __at(0x0194) __sfr PMDATH;
206 
207 __at(0x0195) __sfr PMCON1;
208 __at(0x0195) volatile __PMCON1bits_t PMCON1bits;
209 
210 __at(0x0196) __sfr PMCON2;
211 
212 __at(0x0197) __sfr VREGCON;
213 __at(0x0197) volatile __VREGCONbits_t VREGCONbits;
214 
215 __at(0x0199) __sfr RCREG;
216 
217 __at(0x019A) __sfr TXREG;
218 
219 __at(0x019B) __sfr SPBRG;
220 
221 __at(0x019B) __sfr SPBRGL;
222 
223 __at(0x019C) __sfr SPBRGH;
224 
225 __at(0x019D) __sfr RCSTA;
226 __at(0x019D) volatile __RCSTAbits_t RCSTAbits;
227 
228 __at(0x019E) __sfr TXSTA;
229 __at(0x019E) volatile __TXSTAbits_t TXSTAbits;
230 
231 __at(0x019F) __sfr BAUDCON;
232 __at(0x019F) volatile __BAUDCONbits_t BAUDCONbits;
233 
234 __at(0x020C) __sfr WPUA;
235 __at(0x020C) volatile __WPUAbits_t WPUAbits;
236 
237 __at(0x020D) __sfr WPUB;
238 __at(0x020D) volatile __WPUBbits_t WPUBbits;
239 
240 __at(0x020E) __sfr WPUC;
241 __at(0x020E) volatile __WPUCbits_t WPUCbits;
242 
243 __at(0x028C) __sfr ODCONA;
244 __at(0x028C) volatile __ODCONAbits_t ODCONAbits;
245 
246 __at(0x028D) __sfr ODCONB;
247 __at(0x028D) volatile __ODCONBbits_t ODCONBbits;
248 
249 __at(0x028E) __sfr ODCONC;
250 __at(0x028E) volatile __ODCONCbits_t ODCONCbits;
251 
252 __at(0x030C) __sfr SLRCONA;
253 __at(0x030C) volatile __SLRCONAbits_t SLRCONAbits;
254 
255 __at(0x030D) __sfr SLRCONB;
256 __at(0x030D) volatile __SLRCONBbits_t SLRCONBbits;
257 
258 __at(0x030E) __sfr SLRCONC;
259 __at(0x030E) volatile __SLRCONCbits_t SLRCONCbits;
260 
261 __at(0x038C) __sfr INLVLA;
262 __at(0x038C) volatile __INLVLAbits_t INLVLAbits;
263 
264 __at(0x038D) __sfr INLVLB;
265 __at(0x038D) volatile __INLVLBbits_t INLVLBbits;
266 
267 __at(0x038E) __sfr INLVLC;
268 __at(0x038E) volatile __INLVLCbits_t INLVLCbits;
269 
270 __at(0x0391) __sfr IOCAP;
271 __at(0x0391) volatile __IOCAPbits_t IOCAPbits;
272 
273 __at(0x0392) __sfr IOCAN;
274 __at(0x0392) volatile __IOCANbits_t IOCANbits;
275 
276 __at(0x0393) __sfr IOCAF;
277 __at(0x0393) volatile __IOCAFbits_t IOCAFbits;
278 
279 __at(0x0394) __sfr IOCBP;
280 __at(0x0394) volatile __IOCBPbits_t IOCBPbits;
281 
282 __at(0x0395) __sfr IOCBN;
283 __at(0x0395) volatile __IOCBNbits_t IOCBNbits;
284 
285 __at(0x0396) __sfr IOCBF;
286 __at(0x0396) volatile __IOCBFbits_t IOCBFbits;
287 
288 __at(0x0397) __sfr IOCCP;
289 __at(0x0397) volatile __IOCCPbits_t IOCCPbits;
290 
291 __at(0x0398) __sfr IOCCN;
292 __at(0x0398) volatile __IOCCNbits_t IOCCNbits;
293 
294 __at(0x0399) __sfr IOCCF;
295 __at(0x0399) volatile __IOCCFbits_t IOCCFbits;
296 
297 __at(0x0691) __sfr CWG1DBR;
298 __at(0x0691) volatile __CWG1DBRbits_t CWG1DBRbits;
299 
300 __at(0x0692) __sfr CWG1DBF;
301 __at(0x0692) volatile __CWG1DBFbits_t CWG1DBFbits;
302 
303 __at(0x0693) __sfr CWG1CON0;
304 __at(0x0693) volatile __CWG1CON0bits_t CWG1CON0bits;
305 
306 __at(0x0694) __sfr CWG1CON1;
307 __at(0x0694) volatile __CWG1CON1bits_t CWG1CON1bits;
308 
309 __at(0x0695) __sfr CWG1CON2;
310 __at(0x0695) volatile __CWG1CON2bits_t CWG1CON2bits;
311 
312 __at(0x0D8E) __sfr PWMEN;
313 __at(0x0D8E) volatile __PWMENbits_t PWMENbits;
314 
315 __at(0x0D8F) __sfr PWMLD;
316 __at(0x0D8F) volatile __PWMLDbits_t PWMLDbits;
317 
318 __at(0x0D90) __sfr PWMOUT;
319 __at(0x0D90) volatile __PWMOUTbits_t PWMOUTbits;
320 
321 __at(0x0D91) __sfr PWM1PH;
322 
323 __at(0x0D91) __sfr PWM1PHL;
324 __at(0x0D91) volatile __PWM1PHLbits_t PWM1PHLbits;
325 
326 __at(0x0D92) __sfr PWM1PHH;
327 __at(0x0D92) volatile __PWM1PHHbits_t PWM1PHHbits;
328 
329 __at(0x0D93) __sfr PWM1DC;
330 
331 __at(0x0D93) __sfr PWM1DCL;
332 __at(0x0D93) volatile __PWM1DCLbits_t PWM1DCLbits;
333 
334 __at(0x0D94) __sfr PWM1DCH;
335 __at(0x0D94) volatile __PWM1DCHbits_t PWM1DCHbits;
336 
337 __at(0x0D95) __sfr PWM1PR;
338 
339 __at(0x0D95) __sfr PWM1PRL;
340 __at(0x0D95) volatile __PWM1PRLbits_t PWM1PRLbits;
341 
342 __at(0x0D96) __sfr PWM1PRH;
343 __at(0x0D96) volatile __PWM1PRHbits_t PWM1PRHbits;
344 
345 __at(0x0D97) __sfr PWM1OF;
346 
347 __at(0x0D97) __sfr PWM1OFL;
348 __at(0x0D97) volatile __PWM1OFLbits_t PWM1OFLbits;
349 
350 __at(0x0D98) __sfr PWM1OFH;
351 __at(0x0D98) volatile __PWM1OFHbits_t PWM1OFHbits;
352 
353 __at(0x0D99) __sfr PWM1TMR;
354 
355 __at(0x0D99) __sfr PWM1TMRL;
356 __at(0x0D99) volatile __PWM1TMRLbits_t PWM1TMRLbits;
357 
358 __at(0x0D9A) __sfr PWM1TMRH;
359 __at(0x0D9A) volatile __PWM1TMRHbits_t PWM1TMRHbits;
360 
361 __at(0x0D9B) __sfr PWM1CON;
362 __at(0x0D9B) volatile __PWM1CONbits_t PWM1CONbits;
363 
364 __at(0x0D9C) __sfr PWM1INTCON;
365 __at(0x0D9C) volatile __PWM1INTCONbits_t PWM1INTCONbits;
366 
367 __at(0x0D9C) __sfr PWM1INTE;
368 __at(0x0D9C) volatile __PWM1INTEbits_t PWM1INTEbits;
369 
370 __at(0x0D9D) __sfr PWM1INTF;
371 __at(0x0D9D) volatile __PWM1INTFbits_t PWM1INTFbits;
372 
373 __at(0x0D9D) __sfr PWM1INTFLG;
374 __at(0x0D9D) volatile __PWM1INTFLGbits_t PWM1INTFLGbits;
375 
376 __at(0x0D9E) __sfr PWM1CLKCON;
377 __at(0x0D9E) volatile __PWM1CLKCONbits_t PWM1CLKCONbits;
378 
379 __at(0x0D9F) __sfr PWM1LDCON;
380 __at(0x0D9F) volatile __PWM1LDCONbits_t PWM1LDCONbits;
381 
382 __at(0x0DA0) __sfr PWM1OFCON;
383 __at(0x0DA0) volatile __PWM1OFCONbits_t PWM1OFCONbits;
384 
385 __at(0x0DA1) __sfr PWM2PH;
386 
387 __at(0x0DA1) __sfr PWM2PHL;
388 __at(0x0DA1) volatile __PWM2PHLbits_t PWM2PHLbits;
389 
390 __at(0x0DA2) __sfr PWM2PHH;
391 __at(0x0DA2) volatile __PWM2PHHbits_t PWM2PHHbits;
392 
393 __at(0x0DA3) __sfr PWM2DC;
394 
395 __at(0x0DA3) __sfr PWM2DCL;
396 __at(0x0DA3) volatile __PWM2DCLbits_t PWM2DCLbits;
397 
398 __at(0x0DA4) __sfr PWM2DCH;
399 __at(0x0DA4) volatile __PWM2DCHbits_t PWM2DCHbits;
400 
401 __at(0x0DA5) __sfr PWM2PR;
402 
403 __at(0x0DA5) __sfr PWM2PRL;
404 __at(0x0DA5) volatile __PWM2PRLbits_t PWM2PRLbits;
405 
406 __at(0x0DA6) __sfr PWM2PRH;
407 __at(0x0DA6) volatile __PWM2PRHbits_t PWM2PRHbits;
408 
409 __at(0x0DA7) __sfr PWM2OF;
410 
411 __at(0x0DA7) __sfr PWM2OFL;
412 __at(0x0DA7) volatile __PWM2OFLbits_t PWM2OFLbits;
413 
414 __at(0x0DA8) __sfr PWM2OFH;
415 __at(0x0DA8) volatile __PWM2OFHbits_t PWM2OFHbits;
416 
417 __at(0x0DA9) __sfr PWM2TMR;
418 
419 __at(0x0DA9) __sfr PWM2TMRL;
420 __at(0x0DA9) volatile __PWM2TMRLbits_t PWM2TMRLbits;
421 
422 __at(0x0DAA) __sfr PWM2TMRH;
423 __at(0x0DAA) volatile __PWM2TMRHbits_t PWM2TMRHbits;
424 
425 __at(0x0DAB) __sfr PWM2CON;
426 __at(0x0DAB) volatile __PWM2CONbits_t PWM2CONbits;
427 
428 __at(0x0DAC) __sfr PWM2INTCON;
429 __at(0x0DAC) volatile __PWM2INTCONbits_t PWM2INTCONbits;
430 
431 __at(0x0DAC) __sfr PWM2INTE;
432 __at(0x0DAC) volatile __PWM2INTEbits_t PWM2INTEbits;
433 
434 __at(0x0DAD) __sfr PWM2INTF;
435 __at(0x0DAD) volatile __PWM2INTFbits_t PWM2INTFbits;
436 
437 __at(0x0DAD) __sfr PWM2INTFLG;
438 __at(0x0DAD) volatile __PWM2INTFLGbits_t PWM2INTFLGbits;
439 
440 __at(0x0DAE) __sfr PWM2CLKCON;
441 __at(0x0DAE) volatile __PWM2CLKCONbits_t PWM2CLKCONbits;
442 
443 __at(0x0DAF) __sfr PWM2LDCON;
444 __at(0x0DAF) volatile __PWM2LDCONbits_t PWM2LDCONbits;
445 
446 __at(0x0DB0) __sfr PWM2OFCON;
447 __at(0x0DB0) volatile __PWM2OFCONbits_t PWM2OFCONbits;
448 
449 __at(0x0DB1) __sfr PWM3PH;
450 
451 __at(0x0DB1) __sfr PWM3PHL;
452 __at(0x0DB1) volatile __PWM3PHLbits_t PWM3PHLbits;
453 
454 __at(0x0DB2) __sfr PWM3PHH;
455 __at(0x0DB2) volatile __PWM3PHHbits_t PWM3PHHbits;
456 
457 __at(0x0DB3) __sfr PWM3DC;
458 
459 __at(0x0DB3) __sfr PWM3DCL;
460 __at(0x0DB3) volatile __PWM3DCLbits_t PWM3DCLbits;
461 
462 __at(0x0DB4) __sfr PWM3DCH;
463 __at(0x0DB4) volatile __PWM3DCHbits_t PWM3DCHbits;
464 
465 __at(0x0DB5) __sfr PWM3PR;
466 
467 __at(0x0DB5) __sfr PWM3PRL;
468 __at(0x0DB5) volatile __PWM3PRLbits_t PWM3PRLbits;
469 
470 __at(0x0DB6) __sfr PWM3PRH;
471 __at(0x0DB6) volatile __PWM3PRHbits_t PWM3PRHbits;
472 
473 __at(0x0DB7) __sfr PWM3OF;
474 
475 __at(0x0DB7) __sfr PWM3OFL;
476 __at(0x0DB7) volatile __PWM3OFLbits_t PWM3OFLbits;
477 
478 __at(0x0DB8) __sfr PWM3OFH;
479 __at(0x0DB8) volatile __PWM3OFHbits_t PWM3OFHbits;
480 
481 __at(0x0DB9) __sfr PWM3TMR;
482 
483 __at(0x0DB9) __sfr PWM3TMRL;
484 __at(0x0DB9) volatile __PWM3TMRLbits_t PWM3TMRLbits;
485 
486 __at(0x0DBA) __sfr PWM3TMRH;
487 __at(0x0DBA) volatile __PWM3TMRHbits_t PWM3TMRHbits;
488 
489 __at(0x0DBB) __sfr PWM3CON;
490 __at(0x0DBB) volatile __PWM3CONbits_t PWM3CONbits;
491 
492 __at(0x0DBC) __sfr PWM3INTCON;
493 __at(0x0DBC) volatile __PWM3INTCONbits_t PWM3INTCONbits;
494 
495 __at(0x0DBC) __sfr PWM3INTE;
496 __at(0x0DBC) volatile __PWM3INTEbits_t PWM3INTEbits;
497 
498 __at(0x0DBD) __sfr PWM3INTF;
499 __at(0x0DBD) volatile __PWM3INTFbits_t PWM3INTFbits;
500 
501 __at(0x0DBD) __sfr PWM3INTFLG;
502 __at(0x0DBD) volatile __PWM3INTFLGbits_t PWM3INTFLGbits;
503 
504 __at(0x0DBE) __sfr PWM3CLKCON;
505 __at(0x0DBE) volatile __PWM3CLKCONbits_t PWM3CLKCONbits;
506 
507 __at(0x0DBF) __sfr PWM3LDCON;
508 __at(0x0DBF) volatile __PWM3LDCONbits_t PWM3LDCONbits;
509 
510 __at(0x0DC0) __sfr PWM3OFCON;
511 __at(0x0DC0) volatile __PWM3OFCONbits_t PWM3OFCONbits;
512 
513 __at(0x0DC1) __sfr PWM4PH;
514 
515 __at(0x0DC1) __sfr PWM4PHL;
516 __at(0x0DC1) volatile __PWM4PHLbits_t PWM4PHLbits;
517 
518 __at(0x0DC2) __sfr PWM4PHH;
519 __at(0x0DC2) volatile __PWM4PHHbits_t PWM4PHHbits;
520 
521 __at(0x0DC3) __sfr PWM4DC;
522 
523 __at(0x0DC3) __sfr PWM4DCL;
524 __at(0x0DC3) volatile __PWM4DCLbits_t PWM4DCLbits;
525 
526 __at(0x0DC4) __sfr PWM4DCH;
527 __at(0x0DC4) volatile __PWM4DCHbits_t PWM4DCHbits;
528 
529 __at(0x0DC5) __sfr PWM4PR;
530 
531 __at(0x0DC5) __sfr PWM4PRL;
532 __at(0x0DC5) volatile __PWM4PRLbits_t PWM4PRLbits;
533 
534 __at(0x0DC6) __sfr PWM4PRH;
535 __at(0x0DC6) volatile __PWM4PRHbits_t PWM4PRHbits;
536 
537 __at(0x0DC7) __sfr PWM4OF;
538 
539 __at(0x0DC7) __sfr PWM4OFL;
540 __at(0x0DC7) volatile __PWM4OFLbits_t PWM4OFLbits;
541 
542 __at(0x0DC8) __sfr PWM4OFH;
543 __at(0x0DC8) volatile __PWM4OFHbits_t PWM4OFHbits;
544 
545 __at(0x0DC9) __sfr PWM4TMR;
546 
547 __at(0x0DC9) __sfr PWM4TMRL;
548 __at(0x0DC9) volatile __PWM4TMRLbits_t PWM4TMRLbits;
549 
550 __at(0x0DCA) __sfr PWM4TMRH;
551 __at(0x0DCA) volatile __PWM4TMRHbits_t PWM4TMRHbits;
552 
553 __at(0x0DCB) __sfr PWM4CON;
554 __at(0x0DCB) volatile __PWM4CONbits_t PWM4CONbits;
555 
556 __at(0x0DCC) __sfr PWM4INTCON;
557 __at(0x0DCC) volatile __PWM4INTCONbits_t PWM4INTCONbits;
558 
559 __at(0x0DCC) __sfr PWM4INTE;
560 __at(0x0DCC) volatile __PWM4INTEbits_t PWM4INTEbits;
561 
562 __at(0x0DCD) __sfr PWM4INTF;
563 __at(0x0DCD) volatile __PWM4INTFbits_t PWM4INTFbits;
564 
565 __at(0x0DCD) __sfr PWM4INTFLG;
566 __at(0x0DCD) volatile __PWM4INTFLGbits_t PWM4INTFLGbits;
567 
568 __at(0x0DCE) __sfr PWM4CLKCON;
569 __at(0x0DCE) volatile __PWM4CLKCONbits_t PWM4CLKCONbits;
570 
571 __at(0x0DCF) __sfr PWM4LDCON;
572 __at(0x0DCF) volatile __PWM4LDCONbits_t PWM4LDCONbits;
573 
574 __at(0x0DD0) __sfr PWM4OFCON;
575 __at(0x0DD0) volatile __PWM4OFCONbits_t PWM4OFCONbits;
576 
577 __at(0x0E0F) __sfr PPSLOCK;
578 __at(0x0E0F) volatile __PPSLOCKbits_t PPSLOCKbits;
579 
580 __at(0x0E10) __sfr INTPPS;
581 __at(0x0E10) volatile __INTPPSbits_t INTPPSbits;
582 
583 __at(0x0E11) __sfr T0CKIPPS;
584 __at(0x0E11) volatile __T0CKIPPSbits_t T0CKIPPSbits;
585 
586 __at(0x0E12) __sfr T1CKIPPS;
587 __at(0x0E12) volatile __T1CKIPPSbits_t T1CKIPPSbits;
588 
589 __at(0x0E13) __sfr T1GPPS;
590 __at(0x0E13) volatile __T1GPPSbits_t T1GPPSbits;
591 
592 __at(0x0E14) __sfr CWG1INPPS;
593 __at(0x0E14) volatile __CWG1INPPSbits_t CWG1INPPSbits;
594 
595 __at(0x0E15) __sfr RXPPS;
596 __at(0x0E15) volatile __RXPPSbits_t RXPPSbits;
597 
598 __at(0x0E16) __sfr CKPPS;
599 __at(0x0E16) volatile __CKPPSbits_t CKPPSbits;
600 
601 __at(0x0E17) __sfr ADCACTPPS;
602 __at(0x0E17) volatile __ADCACTPPSbits_t ADCACTPPSbits;
603 
604 __at(0x0E90) __sfr RA0PPS;
605 __at(0x0E90) volatile __RA0PPSbits_t RA0PPSbits;
606 
607 __at(0x0E91) __sfr RA1PPS;
608 __at(0x0E91) volatile __RA1PPSbits_t RA1PPSbits;
609 
610 __at(0x0E92) __sfr RA2PPS;
611 __at(0x0E92) volatile __RA2PPSbits_t RA2PPSbits;
612 
613 __at(0x0E94) __sfr RA4PPS;
614 __at(0x0E94) volatile __RA4PPSbits_t RA4PPSbits;
615 
616 __at(0x0E95) __sfr RA5PPS;
617 __at(0x0E95) volatile __RA5PPSbits_t RA5PPSbits;
618 
619 __at(0x0E9C) __sfr RB4PPS;
620 __at(0x0E9C) volatile __RB4PPSbits_t RB4PPSbits;
621 
622 __at(0x0E9D) __sfr RB5PPS;
623 __at(0x0E9D) volatile __RB5PPSbits_t RB5PPSbits;
624 
625 __at(0x0E9E) __sfr RB6PPS;
626 __at(0x0E9E) volatile __RB6PPSbits_t RB6PPSbits;
627 
628 __at(0x0E9F) __sfr RB7PPS;
629 __at(0x0E9F) volatile __RB7PPSbits_t RB7PPSbits;
630 
631 __at(0x0EA0) __sfr RC0PPS;
632 __at(0x0EA0) volatile __RC0PPSbits_t RC0PPSbits;
633 
634 __at(0x0EA1) __sfr RC1PPS;
635 __at(0x0EA1) volatile __RC1PPSbits_t RC1PPSbits;
636 
637 __at(0x0EA2) __sfr RC2PPS;
638 __at(0x0EA2) volatile __RC2PPSbits_t RC2PPSbits;
639 
640 __at(0x0EA3) __sfr RC3PPS;
641 __at(0x0EA3) volatile __RC3PPSbits_t RC3PPSbits;
642 
643 __at(0x0EA4) __sfr RC4PPS;
644 __at(0x0EA4) volatile __RC4PPSbits_t RC4PPSbits;
645 
646 __at(0x0EA5) __sfr RC5PPS;
647 __at(0x0EA5) volatile __RC5PPSbits_t RC5PPSbits;
648 
649 __at(0x0EA6) __sfr RC6PPS;
650 __at(0x0EA6) volatile __RC6PPSbits_t RC6PPSbits;
651 
652 __at(0x0EA7) __sfr RC7PPS;
653 __at(0x0EA7) volatile __RC7PPSbits_t RC7PPSbits;
654 
655 __at(0x0FE4) __sfr STATUS_SHAD;
656 __at(0x0FE4) volatile __STATUS_SHADbits_t STATUS_SHADbits;
657 
658 __at(0x0FE5) __sfr WREG_SHAD;
659 
660 __at(0x0FE6) __sfr BSR_SHAD;
661 
662 __at(0x0FE7) __sfr PCLATH_SHAD;
663 
664 __at(0x0FE8) __sfr FSR0L_SHAD;
665 
666 __at(0x0FE8) __sfr FSR0_SHAD;
667 
668 __at(0x0FE9) __sfr FSR0H_SHAD;
669 
670 __at(0x0FEA) __sfr FSR1L_SHAD;
671 
672 __at(0x0FEA) __sfr FSR1_SHAD;
673 
674 __at(0x0FEB) __sfr FSR1H_SHAD;
675 
676 __at(0x0FED) __sfr STKPTR;
677 
678 __at(0x0FEE) __sfr TOS;
679 
680 __at(0x0FEE) __sfr TOSL;
681 
682 __at(0x0FEF) __sfr TOSH;
683