2 * This declarations of the PIC18F64J90 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:31 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 #ifndef __PIC18F64J90_H__
26 #define __PIC18F64J90_H__
28 //==============================================================================
30 //==============================================================================
32 // Register Definitions
34 //==============================================================================
37 //==============================================================================
40 extern __at(0x0F60) __sfr RCSTA2
;
105 extern __at(0x0F60) volatile __RCSTA2bits_t RCSTA2bits
;
107 #define _RCSTA2_RX9D 0x01
108 #define _RCSTA2_RCD8 0x01
109 #define _RCSTA2_RX9D2 0x01
110 #define _RCSTA2_OERR 0x02
111 #define _RCSTA2_OERR2 0x02
112 #define _RCSTA2_FERR 0x04
113 #define _RCSTA2_FERR2 0x04
114 #define _RCSTA2_ADDEN 0x08
115 #define _RCSTA2_ADDEN2 0x08
116 #define _RCSTA2_CREN 0x10
117 #define _RCSTA2_CREN2 0x10
118 #define _RCSTA2_SREN 0x20
119 #define _RCSTA2_SREN2 0x20
120 #define _RCSTA2_RX9 0x40
121 #define _RCSTA2_RC9 0x40
122 #define _RCSTA2_NOT_RC8 0x40
123 #define _RCSTA2_RC8_9 0x40
124 #define _RCSTA2_RX92 0x40
125 #define _RCSTA2_SPEN 0x80
126 #define _RCSTA2_SPEN2 0x80
128 //==============================================================================
131 //==============================================================================
134 extern __at(0x0F61) __sfr TXSTA2
;
170 unsigned NOT_TX8
: 1;
187 extern __at(0x0F61) volatile __TXSTA2bits_t TXSTA2bits
;
189 #define _TXSTA2_TX9D 0x01
190 #define _TXSTA2_TXD8 0x01
191 #define _TXSTA2_TX9D2 0x01
192 #define _TXSTA2_TRMT 0x02
193 #define _TXSTA2_TRMT2 0x02
194 #define _TXSTA2_BRGH 0x04
195 #define _TXSTA2_BRGH2 0x04
196 #define _TXSTA2_SENDB2 0x08
197 #define _TXSTA2_SYNC 0x10
198 #define _TXSTA2_SYNC2 0x10
199 #define _TXSTA2_TXEN 0x20
200 #define _TXSTA2_TXEN2 0x20
201 #define _TXSTA2_TX9 0x40
202 #define _TXSTA2_TX8_9 0x40
203 #define _TXSTA2_NOT_TX8 0x40
204 #define _TXSTA2_TX92 0x40
205 #define _TXSTA2_CSRC 0x80
206 #define _TXSTA2_CSRC2 0x80
208 //==============================================================================
210 extern __at(0x0F62) __sfr TXREG2
;
211 extern __at(0x0F63) __sfr RCREG2
;
212 extern __at(0x0F64) __sfr SPBRG2
;
214 //==============================================================================
217 extern __at(0x0F65) __sfr CCP2CON
;
259 extern __at(0x0F65) volatile __CCP2CONbits_t CCP2CONbits
;
270 //==============================================================================
272 extern __at(0x0F66) __sfr CCPR2
;
273 extern __at(0x0F66) __sfr CCPR2L
;
274 extern __at(0x0F67) __sfr CCPR2H
;
276 //==============================================================================
279 extern __at(0x0F68) __sfr CCP1CON
;
321 extern __at(0x0F68) volatile __CCP1CONbits_t CCP1CONbits
;
332 //==============================================================================
334 extern __at(0x0F69) __sfr CCPR1
;
335 extern __at(0x0F69) __sfr CCPR1L
;
336 extern __at(0x0F6A) __sfr CCPR1H
;
338 //==============================================================================
341 extern __at(0x0F6C) __sfr LCDDATA6
;
359 unsigned SEG0COM1
: 1;
360 unsigned SEG1COM1
: 1;
361 unsigned SEG2COM1
: 1;
362 unsigned SEG3COM1
: 1;
363 unsigned SEG4COM1
: 1;
364 unsigned SEG5COM1
: 1;
365 unsigned SEG6COM1
: 1;
366 unsigned SEG7COM1
: 1;
382 extern __at(0x0F6C) volatile __LCDDATA6bits_t LCDDATA6bits
;
385 #define _SEG0COM1 0x01
388 #define _SEG1COM1 0x02
391 #define _SEG2COM1 0x04
394 #define _SEG3COM1 0x08
397 #define _SEG4COM1 0x10
400 #define _SEG5COM1 0x20
403 #define _SEG6COM1 0x40
406 #define _SEG7COM1 0x80
409 //==============================================================================
412 //==============================================================================
415 extern __at(0x0F6D) __sfr LCDDATA7
;
433 unsigned SEG8COM1
: 1;
434 unsigned SEG9COM1
: 1;
435 unsigned SEG10COM1
: 1;
436 unsigned SEG11COM1
: 1;
437 unsigned SEG12COM1
: 1;
438 unsigned SEG13COM1
: 1;
439 unsigned SEG14COM1
: 1;
440 unsigned SEG15COM1
: 1;
456 extern __at(0x0F6D) volatile __LCDDATA7bits_t LCDDATA7bits
;
459 #define _SEG8COM1 0x01
462 #define _SEG9COM1 0x02
465 #define _SEG10COM1 0x04
467 #define _SEG11COM1 0x08
469 #define _SEG12COM1 0x10
471 #define _SEG13COM1 0x20
473 #define _SEG14COM1 0x40
475 #define _SEG15COM1 0x80
477 //==============================================================================
480 //==============================================================================
483 extern __at(0x0F6E) __sfr LCDDATA8
;
501 unsigned SEG16COM1
: 1;
502 unsigned SEG17COM1
: 1;
503 unsigned SEG18COM1
: 1;
504 unsigned SEG19COM1
: 1;
505 unsigned SEG20COM1
: 1;
506 unsigned SEG21COM1
: 1;
507 unsigned SEG22COM1
: 1;
508 unsigned SEG23COM1
: 1;
512 extern __at(0x0F6E) volatile __LCDDATA8bits_t LCDDATA8bits
;
515 #define _SEG16COM1 0x01
517 #define _SEG17COM1 0x02
519 #define _SEG18COM1 0x04
521 #define _SEG19COM1 0x08
523 #define _SEG20COM1 0x10
525 #define _SEG21COM1 0x20
527 #define _SEG22COM1 0x40
529 #define _SEG23COM1 0x80
531 //==============================================================================
534 //==============================================================================
537 extern __at(0x0F6F) __sfr LCDDATA9
;
555 unsigned SEG24COM1
: 1;
556 unsigned SEG25COM1
: 1;
557 unsigned SEG26COM1
: 1;
558 unsigned SEG27COM1
: 1;
559 unsigned SEG28COM1
: 1;
560 unsigned SEG29COM1
: 1;
561 unsigned SEG30COM1
: 1;
562 unsigned SEG31COM1
: 1;
566 extern __at(0x0F6F) volatile __LCDDATA9bits_t LCDDATA9bits
;
569 #define _SEG24COM1 0x01
571 #define _SEG25COM1 0x02
573 #define _SEG26COM1 0x04
575 #define _SEG27COM1 0x08
577 #define _SEG28COM1 0x10
579 #define _SEG29COM1 0x20
581 #define _SEG30COM1 0x40
583 #define _SEG31COM1 0x80
585 //==============================================================================
588 //==============================================================================
591 extern __at(0x0F70) __sfr LCDDATA10
;
609 unsigned SEG32COM1
: 1;
620 extern __at(0x0F70) volatile __LCDDATA10bits_t LCDDATA10bits
;
623 #define _SEG32COM1 0x01
625 //==============================================================================
628 //==============================================================================
631 extern __at(0x0F72) __sfr LCDDATA12
;
649 unsigned SEG0COM2
: 1;
650 unsigned SEG1COM2
: 1;
651 unsigned SEG2COM2
: 1;
652 unsigned SEG3COM2
: 1;
653 unsigned SEG4COM2
: 1;
654 unsigned SEG5COM2
: 1;
655 unsigned SEG6COM2
: 1;
656 unsigned SEG7COM2
: 1;
672 extern __at(0x0F72) volatile __LCDDATA12bits_t LCDDATA12bits
;
675 #define _SEG0COM2 0x01
678 #define _SEG1COM2 0x02
681 #define _SEG2COM2 0x04
684 #define _SEG3COM2 0x08
687 #define _SEG4COM2 0x10
690 #define _SEG5COM2 0x20
693 #define _SEG6COM2 0x40
696 #define _SEG7COM2 0x80
699 //==============================================================================
702 //==============================================================================
705 extern __at(0x0F73) __sfr LCDDATA13
;
723 unsigned SEG8COM2
: 1;
724 unsigned SEG9COM2
: 1;
725 unsigned SEG10COM2
: 1;
726 unsigned SEG11COM2
: 1;
727 unsigned SEG12COM2
: 1;
728 unsigned SEG13COM2
: 1;
729 unsigned SEG14COM2
: 1;
730 unsigned SEG15COM2
: 1;
746 extern __at(0x0F73) volatile __LCDDATA13bits_t LCDDATA13bits
;
749 #define _SEG8COM2 0x01
752 #define _SEG9COM2 0x02
755 #define _SEG10COM2 0x04
757 #define _SEG11COM2 0x08
759 #define _SEG12COM2 0x10
761 #define _SEG13COM2 0x20
763 #define _SEG14COM2 0x40
765 #define _SEG15COM2 0x80
767 //==============================================================================
770 //==============================================================================
773 extern __at(0x0F74) __sfr LCDDATA14
;
791 unsigned SEG16COM2
: 1;
792 unsigned SEG17COM2
: 1;
793 unsigned SEG18COM2
: 1;
794 unsigned SEG19COM2
: 1;
795 unsigned SEG20COM2
: 1;
796 unsigned SEG21COM2
: 1;
797 unsigned SEG22COM2
: 1;
798 unsigned SEG23COM2
: 1;
802 extern __at(0x0F74) volatile __LCDDATA14bits_t LCDDATA14bits
;
805 #define _SEG16COM2 0x01
807 #define _SEG17COM2 0x02
809 #define _SEG18COM2 0x04
811 #define _SEG19COM2 0x08
813 #define _SEG20COM2 0x10
815 #define _SEG21COM2 0x20
817 #define _SEG22COM2 0x40
819 #define _SEG23COM2 0x80
821 //==============================================================================
824 //==============================================================================
827 extern __at(0x0F75) __sfr LCDDATA15
;
845 unsigned SEG24COM2
: 1;
846 unsigned SEG25COM2
: 1;
847 unsigned SEG26COM2
: 1;
848 unsigned SEG27COM2
: 1;
849 unsigned SEG28COM2
: 1;
850 unsigned SEG29COM2
: 1;
851 unsigned SEG30COM2
: 1;
852 unsigned SEG31COM2
: 1;
856 extern __at(0x0F75) volatile __LCDDATA15bits_t LCDDATA15bits
;
859 #define _SEG24COM2 0x01
861 #define _SEG25COM2 0x02
863 #define _SEG26COM2 0x04
865 #define _SEG27COM2 0x08
867 #define _SEG28COM2 0x10
869 #define _SEG29COM2 0x20
871 #define _SEG30COM2 0x40
873 #define _SEG31COM2 0x80
875 //==============================================================================
878 //==============================================================================
881 extern __at(0x0F76) __sfr LCDDATA16
;
899 unsigned SEG32COM2
: 1;
910 extern __at(0x0F76) volatile __LCDDATA16bits_t LCDDATA16bits
;
913 #define _SEG32COM2 0x01
915 //==============================================================================
918 //==============================================================================
921 extern __at(0x0F78) __sfr LCDDATA18
;
939 unsigned SEG0COM3
: 1;
940 unsigned SEG1COM3
: 1;
941 unsigned SEG2COM3
: 1;
942 unsigned SEG3COM3
: 1;
943 unsigned SEG4COM3
: 1;
944 unsigned SEG5COM3
: 1;
945 unsigned SEG6COM3
: 1;
946 unsigned SEG7COM3
: 1;
962 extern __at(0x0F78) volatile __LCDDATA18bits_t LCDDATA18bits
;
965 #define _SEG0COM3 0x01
968 #define _SEG1COM3 0x02
971 #define _SEG2COM3 0x04
974 #define _SEG3COM3 0x08
977 #define _SEG4COM3 0x10
980 #define _SEG5COM3 0x20
983 #define _SEG6COM3 0x40
986 #define _SEG7COM3 0x80
989 //==============================================================================
992 //==============================================================================
995 extern __at(0x0F79) __sfr LCDDATA19
;
1013 unsigned SEG8COM3
: 1;
1014 unsigned SEG9COM3
: 1;
1015 unsigned SEG10COM3
: 1;
1016 unsigned SEG11COM3
: 1;
1017 unsigned SEG12COM3
: 1;
1018 unsigned SEG13COM3
: 1;
1019 unsigned SEG14COM3
: 1;
1020 unsigned SEG15COM3
: 1;
1034 } __LCDDATA19bits_t
;
1036 extern __at(0x0F79) volatile __LCDDATA19bits_t LCDDATA19bits
;
1039 #define _SEG8COM3 0x01
1042 #define _SEG9COM3 0x02
1045 #define _SEG10COM3 0x04
1047 #define _SEG11COM3 0x08
1049 #define _SEG12COM3 0x10
1051 #define _SEG13COM3 0x20
1053 #define _SEG14COM3 0x40
1055 #define _SEG15COM3 0x80
1057 //==============================================================================
1060 //==============================================================================
1063 extern __at(0x0F7A) __sfr LCDDATA20
;
1081 unsigned SEG16COM3
: 1;
1082 unsigned SEG17COM3
: 1;
1083 unsigned SEG18COM3
: 1;
1084 unsigned SEG19COM3
: 1;
1085 unsigned SEG20COM3
: 1;
1086 unsigned SEG21COM3
: 1;
1087 unsigned SEG22COM3
: 1;
1088 unsigned SEG23COM3
: 1;
1090 } __LCDDATA20bits_t
;
1092 extern __at(0x0F7A) volatile __LCDDATA20bits_t LCDDATA20bits
;
1095 #define _SEG16COM3 0x01
1097 #define _SEG17COM3 0x02
1099 #define _SEG18COM3 0x04
1101 #define _SEG19COM3 0x08
1103 #define _SEG20COM3 0x10
1105 #define _SEG21COM3 0x20
1107 #define _SEG22COM3 0x40
1109 #define _SEG23COM3 0x80
1111 //==============================================================================
1114 //==============================================================================
1117 extern __at(0x0F7B) __sfr LCDDATA21
;
1135 unsigned SEG24COM3
: 1;
1136 unsigned SEG25COM3
: 1;
1137 unsigned SEG26COM3
: 1;
1138 unsigned SEG27COM3
: 1;
1139 unsigned SEG28COM3
: 1;
1140 unsigned SEG29COM3
: 1;
1141 unsigned SEG30COM3
: 1;
1142 unsigned SEG31COM3
: 1;
1144 } __LCDDATA21bits_t
;
1146 extern __at(0x0F7B) volatile __LCDDATA21bits_t LCDDATA21bits
;
1149 #define _SEG24COM3 0x01
1151 #define _SEG25COM3 0x02
1153 #define _SEG26COM3 0x04
1155 #define _SEG27COM3 0x08
1157 #define _SEG28COM3 0x10
1159 #define _SEG29COM3 0x20
1161 #define _SEG30COM3 0x40
1163 #define _SEG31COM3 0x80
1165 //==============================================================================
1168 //==============================================================================
1171 extern __at(0x0F7C) __sfr LCDDATA22
;
1189 unsigned SEG32COM3
: 1;
1198 } __LCDDATA22bits_t
;
1200 extern __at(0x0F7C) volatile __LCDDATA22bits_t LCDDATA22bits
;
1203 #define _SEG32COM3 0x01
1205 //==============================================================================
1208 //==============================================================================
1211 extern __at(0x0F7E) __sfr BAUDCON1
;
1224 unsigned ABDOVF
: 1;
1240 extern __at(0x0F7E) volatile __BAUDCON1bits_t BAUDCON1bits
;
1250 #define _ABDOVF 0x80
1252 //==============================================================================
1254 extern __at(0x0F7F) __sfr SPBRGH1
;
1256 //==============================================================================
1259 extern __at(0x0F80) __sfr PORTA
;
1300 extern __at(0x0F80) volatile __PORTAbits_t PORTAbits
;
1302 #define _PORTA_RA0 0x01
1303 #define _PORTA_AN0 0x01
1304 #define _PORTA_RA1 0x02
1305 #define _PORTA_AN1 0x02
1306 #define _PORTA_SEG18 0x02
1307 #define _PORTA_RA2 0x04
1308 #define _PORTA_AN2 0x04
1309 #define _PORTA_VREFM 0x04
1310 #define _PORTA_RA3 0x08
1311 #define _PORTA_AN3 0x08
1312 #define _PORTA_VREFP 0x08
1313 #define _PORTA_RA4 0x10
1314 #define _PORTA_T0CKI 0x10
1315 #define _PORTA_SEG14 0x10
1316 #define _PORTA_RA5 0x20
1317 #define _PORTA_AN4 0x20
1318 #define _PORTA_SEG15 0x20
1319 #define _PORTA_RA6 0x40
1320 #define _PORTA_OSC2 0x40
1321 #define _PORTA_CLKO 0x40
1322 #define _PORTA_RA7 0x80
1323 #define _PORTA_OSC1 0x80
1324 #define _PORTA_CLKI 0x80
1326 //==============================================================================
1329 //==============================================================================
1332 extern __at(0x0F81) __sfr PORTB
;
1385 extern __at(0x0F81) volatile __PORTBbits_t PORTBbits
;
1387 #define _PORTB_RB0 0x01
1388 #define _PORTB_INT0 0x01
1389 #define _PORTB_SEG30 0x01
1390 #define _PORTB_RB1 0x02
1391 #define _PORTB_INT1 0x02
1392 #define _PORTB_SEG8 0x02
1393 #define _PORTB_RB2 0x04
1394 #define _PORTB_INT2 0x04
1395 #define _PORTB_SEG9 0x04
1396 #define _PORTB_RB3 0x08
1397 #define _PORTB_INT3 0x08
1398 #define _PORTB_SEG10 0x08
1399 #define _PORTB_RB4 0x10
1400 #define _PORTB_KBI0 0x10
1401 #define _PORTB_SEG11 0x10
1402 #define _PORTB_RB5 0x20
1403 #define _PORTB_KBI1 0x20
1404 #define _PORTB_SEG29 0x20
1405 #define _PORTB_RB6 0x40
1406 #define _PORTB_KBI2 0x40
1407 #define _PORTB_PGC 0x40
1408 #define _PORTB_RB7 0x80
1409 #define _PORTB_KBI3 0x80
1410 #define _PORTB_PGD 0x80
1412 //==============================================================================
1415 //==============================================================================
1418 extern __at(0x0F82) __sfr PORTC
;
1448 unsigned T13CKI
: 1;
1471 extern __at(0x0F82) volatile __PORTCbits_t PORTCbits
;
1473 #define _PORTC_RC0 0x01
1474 #define _PORTC_T1OSO 0x01
1475 #define _PORTC_T13CKI 0x01
1476 #define _PORTC_RC1 0x02
1477 #define _PORTC_T1OSI 0x02
1478 #define _PORTC_CCP2 0x02
1479 #define _PORTC_SEG32 0x02
1480 #define _PORTC_RC2 0x04
1481 #define _PORTC_CCP1 0x04
1482 #define _PORTC_SEG13 0x04
1483 #define _PORTC_RC3 0x08
1484 #define _PORTC_SCL 0x08
1485 #define _PORTC_SCK 0x08
1486 #define _PORTC_SEG17 0x08
1487 #define _PORTC_RC4 0x10
1488 #define _PORTC_SDA 0x10
1489 #define _PORTC_SDI 0x10
1490 #define _PORTC_SEG16 0x10
1491 #define _PORTC_RC5 0x20
1492 #define _PORTC_SDO 0x20
1493 #define _PORTC_SEG12 0x20
1494 #define _PORTC_RC6 0x40
1495 #define _PORTC_CK1 0x40
1496 #define _PORTC_TX1 0x40
1497 #define _PORTC_SEG27 0x40
1498 #define _PORTC_RC7 0x80
1499 #define _PORTC_DT1 0x80
1500 #define _PORTC_RX1 0x80
1501 #define _PORTC_SEG28 0x80
1503 //==============================================================================
1506 //==============================================================================
1509 extern __at(0x0F83) __sfr PORTD
;
1538 extern __at(0x0F83) volatile __PORTDbits_t PORTDbits
;
1540 #define _PORTD_RD0 0x01
1541 #define _PORTD_SEG0 0x01
1542 #define _PORTD_RD1 0x02
1543 #define _PORTD_SEG1 0x02
1544 #define _PORTD_RD2 0x04
1545 #define _PORTD_SEG2 0x04
1546 #define _PORTD_RD3 0x08
1547 #define _PORTD_SEG3 0x08
1548 #define _PORTD_RD4 0x10
1549 #define _PORTD_SEG4 0x10
1550 #define _PORTD_RD5 0x20
1551 #define _PORTD_SEG5 0x20
1552 #define _PORTD_RD6 0x40
1553 #define _PORTD_SEG6 0x40
1554 #define _PORTD_RD7 0x80
1555 #define _PORTD_SEG7 0x80
1557 //==============================================================================
1560 //==============================================================================
1563 extern __at(0x0F84) __sfr PORTE
;
1581 unsigned LCDBIAS1
: 1;
1582 unsigned LCDBIAS2
: 1;
1611 extern __at(0x0F84) volatile __PORTEbits_t PORTEbits
;
1613 #define _PORTE_RE0 0x01
1614 #define _PORTE_LCDBIAS1 0x01
1615 #define _PORTE_RE1 0x02
1616 #define _PORTE_LCDBIAS2 0x02
1617 #define _PORTE_RE3 0x08
1618 #define _PORTE_COM0 0x08
1619 #define _PORTE_RE4 0x10
1620 #define _PORTE_COM1 0x10
1621 #define _PORTE_RE5 0x20
1622 #define _PORTE_COM2 0x20
1623 #define _PORTE_RE6 0x40
1624 #define _PORTE_COM3 0x40
1625 #define _PORTE_RE7 0x80
1626 #define _PORTE_CCP2 0x80
1627 #define _PORTE_SEG31 0x80
1629 //==============================================================================
1632 //==============================================================================
1635 extern __at(0x0F85) __sfr PORTF
;
1700 extern __at(0x0F85) volatile __PORTFbits_t PORTFbits
;
1702 #define _PORTF_RF1 0x02
1703 #define _PORTF_AN6 0x02
1704 #define _PORTF_C2OUT 0x02
1705 #define _PORTF_SEG19 0x02
1706 #define _PORTF_RF2 0x04
1707 #define _PORTF_AN7 0x04
1708 #define _PORTF_C1OUT 0x04
1709 #define _PORTF_SEG20 0x04
1710 #define _PORTF_RF3 0x08
1711 #define _PORTF_AN8 0x08
1712 #define _PORTF_C2INB 0x08
1713 #define _PORTF_SEG21 0x08
1714 #define _PORTF_RF4 0x10
1715 #define _PORTF_AN9 0x10
1716 #define _PORTF_C2INA 0x10
1717 #define _PORTF_SEG22 0x10
1718 #define _PORTF_RF5 0x20
1719 #define _PORTF_AN10 0x20
1720 #define _PORTF_C1INB 0x20
1721 #define _PORTF_SEG23 0x20
1722 #define _PORTF_CVREF 0x20
1723 #define _PORTF_RF6 0x40
1724 #define _PORTF_AN11 0x40
1725 #define _PORTF_C1INA 0x40
1726 #define _PORTF_SEG24 0x40
1727 #define _PORTF_RF7 0x80
1728 #define _PORTF_AN5 0x80
1729 #define _PORTF_SS1 0x80
1730 #define _PORTF_SEG25 0x80
1732 //==============================================================================
1735 //==============================================================================
1738 extern __at(0x0F86) __sfr PORTG
;
1756 unsigned LCDBIAS0
: 1;
1759 unsigned VLCAP2
: 1;
1782 unsigned VLCAP1
: 1;
1797 extern __at(0x0F86) volatile __PORTGbits_t PORTGbits
;
1799 #define _PORTG_RG0 0x01
1800 #define _PORTG_LCDBIAS0 0x01
1801 #define _PORTG_RG1 0x02
1802 #define _PORTG_CK2 0x02
1803 #define _PORTG_TX2 0x02
1804 #define _PORTG_RG2 0x04
1805 #define _PORTG_DT2 0x04
1806 #define _PORTG_RX2 0x04
1807 #define _PORTG_VLCAP1 0x04
1808 #define _PORTG_RG3 0x08
1809 #define _PORTG_VLCAP2 0x08
1810 #define _PORTG_RG4 0x10
1811 #define _PORTG_SEG26 0x10
1812 #define _PORTG_REPU 0x40
1813 #define _PORTG_RDPU 0x80
1815 //==============================================================================
1818 //==============================================================================
1821 extern __at(0x0F89) __sfr LATA
;
1835 extern __at(0x0F89) volatile __LATAbits_t LATAbits
;
1846 //==============================================================================
1849 //==============================================================================
1852 extern __at(0x0F8A) __sfr LATB
;
1866 extern __at(0x0F8A) volatile __LATBbits_t LATBbits
;
1877 //==============================================================================
1880 //==============================================================================
1883 extern __at(0x0F8B) __sfr LATC
;
1897 extern __at(0x0F8B) volatile __LATCbits_t LATCbits
;
1908 //==============================================================================
1911 //==============================================================================
1914 extern __at(0x0F8C) __sfr LATD
;
1928 extern __at(0x0F8C) volatile __LATDbits_t LATDbits
;
1939 //==============================================================================
1942 //==============================================================================
1945 extern __at(0x0F8D) __sfr LATE
;
1959 extern __at(0x0F8D) volatile __LATEbits_t LATEbits
;
1969 //==============================================================================
1972 //==============================================================================
1975 extern __at(0x0F8E) __sfr LATF
;
1989 extern __at(0x0F8E) volatile __LATFbits_t LATFbits
;
1999 //==============================================================================
2002 //==============================================================================
2005 extern __at(0x0F8F) __sfr LATG
;
2028 extern __at(0x0F8F) volatile __LATGbits_t LATGbits
;
2038 //==============================================================================
2041 //==============================================================================
2044 extern __at(0x0F92) __sfr DDRA
;
2050 unsigned TRISA0
: 1;
2051 unsigned TRISA1
: 1;
2052 unsigned TRISA2
: 1;
2053 unsigned TRISA3
: 1;
2054 unsigned TRISA4
: 1;
2055 unsigned TRISA5
: 1;
2056 unsigned TRISA6
: 1;
2057 unsigned TRISA7
: 1;
2073 extern __at(0x0F92) volatile __DDRAbits_t DDRAbits
;
2075 #define _TRISA0 0x01
2077 #define _TRISA1 0x02
2079 #define _TRISA2 0x04
2081 #define _TRISA3 0x08
2083 #define _TRISA4 0x10
2085 #define _TRISA5 0x20
2087 #define _TRISA6 0x40
2089 #define _TRISA7 0x80
2092 //==============================================================================
2095 //==============================================================================
2098 extern __at(0x0F92) __sfr TRISA
;
2104 unsigned TRISA0
: 1;
2105 unsigned TRISA1
: 1;
2106 unsigned TRISA2
: 1;
2107 unsigned TRISA3
: 1;
2108 unsigned TRISA4
: 1;
2109 unsigned TRISA5
: 1;
2110 unsigned TRISA6
: 1;
2111 unsigned TRISA7
: 1;
2127 extern __at(0x0F92) volatile __TRISAbits_t TRISAbits
;
2129 #define _TRISA_TRISA0 0x01
2130 #define _TRISA_RA0 0x01
2131 #define _TRISA_TRISA1 0x02
2132 #define _TRISA_RA1 0x02
2133 #define _TRISA_TRISA2 0x04
2134 #define _TRISA_RA2 0x04
2135 #define _TRISA_TRISA3 0x08
2136 #define _TRISA_RA3 0x08
2137 #define _TRISA_TRISA4 0x10
2138 #define _TRISA_RA4 0x10
2139 #define _TRISA_TRISA5 0x20
2140 #define _TRISA_RA5 0x20
2141 #define _TRISA_TRISA6 0x40
2142 #define _TRISA_RA6 0x40
2143 #define _TRISA_TRISA7 0x80
2144 #define _TRISA_RA7 0x80
2146 //==============================================================================
2149 //==============================================================================
2152 extern __at(0x0F93) __sfr DDRB
;
2158 unsigned TRISB0
: 1;
2159 unsigned TRISB1
: 1;
2160 unsigned TRISB2
: 1;
2161 unsigned TRISB3
: 1;
2162 unsigned TRISB4
: 1;
2163 unsigned TRISB5
: 1;
2164 unsigned TRISB6
: 1;
2165 unsigned TRISB7
: 1;
2181 extern __at(0x0F93) volatile __DDRBbits_t DDRBbits
;
2183 #define _TRISB0 0x01
2185 #define _TRISB1 0x02
2187 #define _TRISB2 0x04
2189 #define _TRISB3 0x08
2191 #define _TRISB4 0x10
2193 #define _TRISB5 0x20
2195 #define _TRISB6 0x40
2197 #define _TRISB7 0x80
2200 //==============================================================================
2203 //==============================================================================
2206 extern __at(0x0F93) __sfr TRISB
;
2212 unsigned TRISB0
: 1;
2213 unsigned TRISB1
: 1;
2214 unsigned TRISB2
: 1;
2215 unsigned TRISB3
: 1;
2216 unsigned TRISB4
: 1;
2217 unsigned TRISB5
: 1;
2218 unsigned TRISB6
: 1;
2219 unsigned TRISB7
: 1;
2235 extern __at(0x0F93) volatile __TRISBbits_t TRISBbits
;
2237 #define _TRISB_TRISB0 0x01
2238 #define _TRISB_RB0 0x01
2239 #define _TRISB_TRISB1 0x02
2240 #define _TRISB_RB1 0x02
2241 #define _TRISB_TRISB2 0x04
2242 #define _TRISB_RB2 0x04
2243 #define _TRISB_TRISB3 0x08
2244 #define _TRISB_RB3 0x08
2245 #define _TRISB_TRISB4 0x10
2246 #define _TRISB_RB4 0x10
2247 #define _TRISB_TRISB5 0x20
2248 #define _TRISB_RB5 0x20
2249 #define _TRISB_TRISB6 0x40
2250 #define _TRISB_RB6 0x40
2251 #define _TRISB_TRISB7 0x80
2252 #define _TRISB_RB7 0x80
2254 //==============================================================================
2257 //==============================================================================
2260 extern __at(0x0F94) __sfr DDRC
;
2266 unsigned TRISC0
: 1;
2267 unsigned TRISC1
: 1;
2268 unsigned TRISC2
: 1;
2269 unsigned TRISC3
: 1;
2270 unsigned TRISC4
: 1;
2271 unsigned TRISC5
: 1;
2272 unsigned TRISC6
: 1;
2273 unsigned TRISC7
: 1;
2289 extern __at(0x0F94) volatile __DDRCbits_t DDRCbits
;
2291 #define _TRISC0 0x01
2293 #define _TRISC1 0x02
2295 #define _TRISC2 0x04
2297 #define _TRISC3 0x08
2299 #define _TRISC4 0x10
2301 #define _TRISC5 0x20
2303 #define _TRISC6 0x40
2305 #define _TRISC7 0x80
2308 //==============================================================================
2311 //==============================================================================
2314 extern __at(0x0F94) __sfr TRISC
;
2320 unsigned TRISC0
: 1;
2321 unsigned TRISC1
: 1;
2322 unsigned TRISC2
: 1;
2323 unsigned TRISC3
: 1;
2324 unsigned TRISC4
: 1;
2325 unsigned TRISC5
: 1;
2326 unsigned TRISC6
: 1;
2327 unsigned TRISC7
: 1;
2343 extern __at(0x0F94) volatile __TRISCbits_t TRISCbits
;
2345 #define _TRISC_TRISC0 0x01
2346 #define _TRISC_RC0 0x01
2347 #define _TRISC_TRISC1 0x02
2348 #define _TRISC_RC1 0x02
2349 #define _TRISC_TRISC2 0x04
2350 #define _TRISC_RC2 0x04
2351 #define _TRISC_TRISC3 0x08
2352 #define _TRISC_RC3 0x08
2353 #define _TRISC_TRISC4 0x10
2354 #define _TRISC_RC4 0x10
2355 #define _TRISC_TRISC5 0x20
2356 #define _TRISC_RC5 0x20
2357 #define _TRISC_TRISC6 0x40
2358 #define _TRISC_RC6 0x40
2359 #define _TRISC_TRISC7 0x80
2360 #define _TRISC_RC7 0x80
2362 //==============================================================================
2365 //==============================================================================
2368 extern __at(0x0F95) __sfr DDRD
;
2374 unsigned TRISD0
: 1;
2375 unsigned TRISD1
: 1;
2376 unsigned TRISD2
: 1;
2377 unsigned TRISD3
: 1;
2378 unsigned TRISD4
: 1;
2379 unsigned TRISD5
: 1;
2380 unsigned TRISD6
: 1;
2381 unsigned TRISD7
: 1;
2397 extern __at(0x0F95) volatile __DDRDbits_t DDRDbits
;
2399 #define _TRISD0 0x01
2401 #define _TRISD1 0x02
2403 #define _TRISD2 0x04
2405 #define _TRISD3 0x08
2407 #define _TRISD4 0x10
2409 #define _TRISD5 0x20
2411 #define _TRISD6 0x40
2413 #define _TRISD7 0x80
2416 //==============================================================================
2419 //==============================================================================
2422 extern __at(0x0F95) __sfr TRISD
;
2428 unsigned TRISD0
: 1;
2429 unsigned TRISD1
: 1;
2430 unsigned TRISD2
: 1;
2431 unsigned TRISD3
: 1;
2432 unsigned TRISD4
: 1;
2433 unsigned TRISD5
: 1;
2434 unsigned TRISD6
: 1;
2435 unsigned TRISD7
: 1;
2451 extern __at(0x0F95) volatile __TRISDbits_t TRISDbits
;
2453 #define _TRISD_TRISD0 0x01
2454 #define _TRISD_RD0 0x01
2455 #define _TRISD_TRISD1 0x02
2456 #define _TRISD_RD1 0x02
2457 #define _TRISD_TRISD2 0x04
2458 #define _TRISD_RD2 0x04
2459 #define _TRISD_TRISD3 0x08
2460 #define _TRISD_RD3 0x08
2461 #define _TRISD_TRISD4 0x10
2462 #define _TRISD_RD4 0x10
2463 #define _TRISD_TRISD5 0x20
2464 #define _TRISD_RD5 0x20
2465 #define _TRISD_TRISD6 0x40
2466 #define _TRISD_RD6 0x40
2467 #define _TRISD_TRISD7 0x80
2468 #define _TRISD_RD7 0x80
2470 //==============================================================================
2473 //==============================================================================
2476 extern __at(0x0F96) __sfr DDRE
;
2482 unsigned TRISE0
: 1;
2483 unsigned TRISE1
: 1;
2485 unsigned TRISE3
: 1;
2486 unsigned TRISE4
: 1;
2487 unsigned TRISE5
: 1;
2488 unsigned TRISE6
: 1;
2489 unsigned TRISE7
: 1;
2505 extern __at(0x0F96) volatile __DDREbits_t DDREbits
;
2507 #define _TRISE0 0x01
2509 #define _TRISE1 0x02
2511 #define _TRISE3 0x08
2513 #define _TRISE4 0x10
2515 #define _TRISE5 0x20
2517 #define _TRISE6 0x40
2519 #define _TRISE7 0x80
2522 //==============================================================================
2525 //==============================================================================
2528 extern __at(0x0F96) __sfr TRISE
;
2534 unsigned TRISE0
: 1;
2535 unsigned TRISE1
: 1;
2537 unsigned TRISE3
: 1;
2538 unsigned TRISE4
: 1;
2539 unsigned TRISE5
: 1;
2540 unsigned TRISE6
: 1;
2541 unsigned TRISE7
: 1;
2557 extern __at(0x0F96) volatile __TRISEbits_t TRISEbits
;
2559 #define _TRISE_TRISE0 0x01
2560 #define _TRISE_RE0 0x01
2561 #define _TRISE_TRISE1 0x02
2562 #define _TRISE_RE1 0x02
2563 #define _TRISE_TRISE3 0x08
2564 #define _TRISE_RE3 0x08
2565 #define _TRISE_TRISE4 0x10
2566 #define _TRISE_RE4 0x10
2567 #define _TRISE_TRISE5 0x20
2568 #define _TRISE_RE5 0x20
2569 #define _TRISE_TRISE6 0x40
2570 #define _TRISE_RE6 0x40
2571 #define _TRISE_TRISE7 0x80
2572 #define _TRISE_RE7 0x80
2574 //==============================================================================
2577 //==============================================================================
2580 extern __at(0x0F97) __sfr DDRF
;
2587 unsigned TRISF1
: 1;
2588 unsigned TRISF2
: 1;
2589 unsigned TRISF3
: 1;
2590 unsigned TRISF4
: 1;
2591 unsigned TRISF5
: 1;
2592 unsigned TRISF6
: 1;
2593 unsigned TRISF7
: 1;
2609 extern __at(0x0F97) volatile __DDRFbits_t DDRFbits
;
2611 #define _TRISF1 0x02
2613 #define _TRISF2 0x04
2615 #define _TRISF3 0x08
2617 #define _TRISF4 0x10
2619 #define _TRISF5 0x20
2621 #define _TRISF6 0x40
2623 #define _TRISF7 0x80
2626 //==============================================================================
2629 //==============================================================================
2632 extern __at(0x0F97) __sfr TRISF
;
2639 unsigned TRISF1
: 1;
2640 unsigned TRISF2
: 1;
2641 unsigned TRISF3
: 1;
2642 unsigned TRISF4
: 1;
2643 unsigned TRISF5
: 1;
2644 unsigned TRISF6
: 1;
2645 unsigned TRISF7
: 1;
2661 extern __at(0x0F97) volatile __TRISFbits_t TRISFbits
;
2663 #define _TRISF_TRISF1 0x02
2664 #define _TRISF_RF1 0x02
2665 #define _TRISF_TRISF2 0x04
2666 #define _TRISF_RF2 0x04
2667 #define _TRISF_TRISF3 0x08
2668 #define _TRISF_RF3 0x08
2669 #define _TRISF_TRISF4 0x10
2670 #define _TRISF_RF4 0x10
2671 #define _TRISF_TRISF5 0x20
2672 #define _TRISF_RF5 0x20
2673 #define _TRISF_TRISF6 0x40
2674 #define _TRISF_RF6 0x40
2675 #define _TRISF_TRISF7 0x80
2676 #define _TRISF_RF7 0x80
2678 //==============================================================================
2681 //==============================================================================
2684 extern __at(0x0F98) __sfr DDRG
;
2690 unsigned TRISG0
: 1;
2691 unsigned TRISG1
: 1;
2692 unsigned TRISG2
: 1;
2693 unsigned TRISG3
: 1;
2694 unsigned TRISG4
: 1;
2695 unsigned CCP1OD
: 1;
2696 unsigned CCP2OD
: 1;
2725 extern __at(0x0F98) volatile __DDRGbits_t DDRGbits
;
2727 #define _TRISG0 0x01
2729 #define _TRISG1 0x02
2731 #define _TRISG2 0x04
2733 #define _TRISG3 0x08
2735 #define _TRISG4 0x10
2737 #define _CCP1OD 0x20
2738 #define _CCP2OD 0x40
2741 //==============================================================================
2744 //==============================================================================
2747 extern __at(0x0F98) __sfr TRISG
;
2753 unsigned TRISG0
: 1;
2754 unsigned TRISG1
: 1;
2755 unsigned TRISG2
: 1;
2756 unsigned TRISG3
: 1;
2757 unsigned TRISG4
: 1;
2758 unsigned CCP1OD
: 1;
2759 unsigned CCP2OD
: 1;
2788 extern __at(0x0F98) volatile __TRISGbits_t TRISGbits
;
2790 #define _TRISG_TRISG0 0x01
2791 #define _TRISG_RG0 0x01
2792 #define _TRISG_TRISG1 0x02
2793 #define _TRISG_RG1 0x02
2794 #define _TRISG_TRISG2 0x04
2795 #define _TRISG_RG2 0x04
2796 #define _TRISG_TRISG3 0x08
2797 #define _TRISG_RG3 0x08
2798 #define _TRISG_TRISG4 0x10
2799 #define _TRISG_RG4 0x10
2800 #define _TRISG_CCP1OD 0x20
2801 #define _TRISG_CCP2OD 0x40
2802 #define _TRISG_SPIOD 0x80
2804 //==============================================================================
2807 //==============================================================================
2810 extern __at(0x0F9B) __sfr OSCTUNE
;
2823 unsigned INTSRC
: 1;
2833 extern __at(0x0F9B) volatile __OSCTUNEbits_t OSCTUNEbits
;
2842 #define _INTSRC 0x80
2844 //==============================================================================
2847 //==============================================================================
2850 extern __at(0x0F9D) __sfr PIE1
;
2856 unsigned TMR1IE
: 1;
2857 unsigned TMR2IE
: 1;
2871 unsigned SSP1IE
: 1;
2879 extern __at(0x0F9D) volatile __PIE1bits_t PIE1bits
;
2881 #define _TMR1IE 0x01
2882 #define _TMR2IE 0x02
2884 #define _SSP1IE 0x08
2891 //==============================================================================
2894 //==============================================================================
2897 extern __at(0x0F9E) __sfr PIR1
;
2903 unsigned TMR1IF
: 1;
2904 unsigned TMR2IF
: 1;
2918 unsigned SSP1IF
: 1;
2926 extern __at(0x0F9E) volatile __PIR1bits_t PIR1bits
;
2928 #define _TMR1IF 0x01
2929 #define _TMR2IF 0x02
2931 #define _SSP1IF 0x08
2938 //==============================================================================
2941 //==============================================================================
2944 extern __at(0x0F9F) __sfr IPR1
;
2950 unsigned TMR1IP
: 1;
2951 unsigned TMR2IP
: 1;
2965 unsigned SSP1IP
: 1;
2973 extern __at(0x0F9F) volatile __IPR1bits_t IPR1bits
;
2975 #define _TMR1IP 0x01
2976 #define _TMR2IP 0x02
2978 #define _SSP1IP 0x08
2985 //==============================================================================
2988 //==============================================================================
2991 extern __at(0x0FA0) __sfr PIE2
;
2998 unsigned TMR3IE
: 1;
3004 unsigned OSCFIE
: 1;
3012 unsigned BCL1IE
: 1;
3020 extern __at(0x0FA0) volatile __PIE2bits_t PIE2bits
;
3022 #define _TMR3IE 0x02
3025 #define _BCL1IE 0x08
3027 #define _OSCFIE 0x80
3029 //==============================================================================
3032 //==============================================================================
3035 extern __at(0x0FA1) __sfr PIR2
;
3042 unsigned TMR3IF
: 1;
3048 unsigned OSCFIF
: 1;
3056 unsigned BCL1IF
: 1;
3064 extern __at(0x0FA1) volatile __PIR2bits_t PIR2bits
;
3066 #define _TMR3IF 0x02
3069 #define _BCL1IF 0x08
3071 #define _OSCFIF 0x80
3073 //==============================================================================
3076 //==============================================================================
3079 extern __at(0x0FA2) __sfr IPR2
;
3086 unsigned TMR3IP
: 1;
3092 unsigned OSCFIP
: 1;
3100 unsigned BCL1IP
: 1;
3108 extern __at(0x0FA2) volatile __IPR2bits_t IPR2bits
;
3110 #define _TMR3IP 0x02
3113 #define _BCL1IP 0x08
3115 #define _OSCFIP 0x80
3117 //==============================================================================
3120 //==============================================================================
3123 extern __at(0x0FA3) __sfr PIE3
;
3128 unsigned CCP1IE
: 1;
3129 unsigned CCP2IE
: 1;
3137 extern __at(0x0FA3) volatile __PIE3bits_t PIE3bits
;
3139 #define _CCP1IE 0x02
3140 #define _CCP2IE 0x04
3145 //==============================================================================
3148 //==============================================================================
3151 extern __at(0x0FA4) __sfr PIR3
;
3156 unsigned CCP1IF
: 1;
3157 unsigned CCP2IF
: 1;
3165 extern __at(0x0FA4) volatile __PIR3bits_t PIR3bits
;
3167 #define _CCP1IF 0x02
3168 #define _CCP2IF 0x04
3173 //==============================================================================
3176 //==============================================================================
3179 extern __at(0x0FA5) __sfr IPR3
;
3184 unsigned CCP1IP
: 1;
3185 unsigned CCP2IP
: 1;
3193 extern __at(0x0FA5) volatile __IPR3bits_t IPR3bits
;
3195 #define _CCP1IP 0x02
3196 #define _CCP2IP 0x04
3201 //==============================================================================
3204 //==============================================================================
3207 extern __at(0x0FA6) __sfr EECON1
;
3221 extern __at(0x0FA6) volatile __EECON1bits_t EECON1bits
;
3228 //==============================================================================
3230 extern __at(0x0FA7) __sfr EECON2
;
3232 //==============================================================================
3235 extern __at(0x0FA8) __sfr LCDCON
;
3243 unsigned LCDCS0
: 1;
3244 unsigned LCDCS1
: 1;
3258 unsigned LCDWERR
: 1;
3259 unsigned LCDSLPEN
: 1;
3284 extern __at(0x0FA8) volatile __LCDCONbits_t LCDCONbits
;
3288 #define _LCDCS0 0x04
3290 #define _LCDCS1 0x08
3293 #define _LCDWERR 0x20
3295 #define _LCDSLPEN 0x40
3298 //==============================================================================
3301 //==============================================================================
3304 extern __at(0x0FA9) __sfr LCDSE0
;
3322 unsigned SEGEN0
: 1;
3323 unsigned SEGEN1
: 1;
3324 unsigned SEGEN2
: 1;
3325 unsigned SEGEN3
: 1;
3326 unsigned SEGEN4
: 1;
3327 unsigned SEGEN5
: 1;
3328 unsigned SEGEN6
: 1;
3329 unsigned SEGEN7
: 1;
3345 extern __at(0x0FA9) volatile __LCDSE0bits_t LCDSE0bits
;
3348 #define _SEGEN0 0x01
3351 #define _SEGEN1 0x02
3354 #define _SEGEN2 0x04
3357 #define _SEGEN3 0x08
3360 #define _SEGEN4 0x10
3363 #define _SEGEN5 0x20
3366 #define _SEGEN6 0x40
3369 #define _SEGEN7 0x80
3372 //==============================================================================
3375 //==============================================================================
3378 extern __at(0x0FAA) __sfr LCDPS
;
3384 unsigned LCDPS0
: 1;
3385 unsigned LCDPS1
: 1;
3386 unsigned LCDPS2
: 1;
3387 unsigned LCDPS3
: 1;
3390 unsigned BIASMD
: 1;
3419 extern __at(0x0FAA) volatile __LCDPSbits_t LCDPSbits
;
3421 #define _LCDPS0 0x01
3423 #define _LCDPS1 0x02
3425 #define _LCDPS2 0x04
3427 #define _LCDPS3 0x08
3431 #define _BIASMD 0x40
3434 //==============================================================================
3437 //==============================================================================
3440 extern __at(0x0FAB) __sfr RCSTA
;
3461 unsigned ADDEN1
: 1;
3476 unsigned NOT_RC8
: 1;
3505 extern __at(0x0FAB) volatile __RCSTAbits_t RCSTAbits
;
3515 #define _ADDEN1 0x08
3522 #define _NOT_RC8 0x40
3528 //==============================================================================
3531 //==============================================================================
3534 extern __at(0x0FAB) __sfr RCSTA1
;
3555 unsigned ADDEN1
: 1;
3570 unsigned NOT_RC8
: 1;
3599 extern __at(0x0FAB) volatile __RCSTA1bits_t RCSTA1bits
;
3601 #define _RCSTA1_RX9D 0x01
3602 #define _RCSTA1_RCD8 0x01
3603 #define _RCSTA1_RX9D1 0x01
3604 #define _RCSTA1_OERR 0x02
3605 #define _RCSTA1_OERR1 0x02
3606 #define _RCSTA1_FERR 0x04
3607 #define _RCSTA1_FERR1 0x04
3608 #define _RCSTA1_ADDEN 0x08
3609 #define _RCSTA1_ADDEN1 0x08
3610 #define _RCSTA1_CREN 0x10
3611 #define _RCSTA1_CREN1 0x10
3612 #define _RCSTA1_SREN 0x20
3613 #define _RCSTA1_SREN1 0x20
3614 #define _RCSTA1_RX9 0x40
3615 #define _RCSTA1_RC9 0x40
3616 #define _RCSTA1_NOT_RC8 0x40
3617 #define _RCSTA1_RC8_9 0x40
3618 #define _RCSTA1_RX91 0x40
3619 #define _RCSTA1_SPEN 0x80
3620 #define _RCSTA1_SPEN1 0x80
3622 //==============================================================================
3625 //==============================================================================
3628 extern __at(0x0FAC) __sfr TXSTA
;
3649 unsigned SENDB1
: 1;
3664 unsigned NOT_TX8
: 1;
3681 extern __at(0x0FAC) volatile __TXSTAbits_t TXSTAbits
;
3691 #define _SENDB1 0x08
3698 #define _NOT_TX8 0x40
3703 //==============================================================================
3706 //==============================================================================
3709 extern __at(0x0FAC) __sfr TXSTA1
;
3730 unsigned SENDB1
: 1;
3745 unsigned NOT_TX8
: 1;
3762 extern __at(0x0FAC) volatile __TXSTA1bits_t TXSTA1bits
;
3764 #define _TXSTA1_TX9D 0x01
3765 #define _TXSTA1_TXD8 0x01
3766 #define _TXSTA1_TX9D1 0x01
3767 #define _TXSTA1_TRMT 0x02
3768 #define _TXSTA1_TRMT1 0x02
3769 #define _TXSTA1_BRGH 0x04
3770 #define _TXSTA1_BRGH1 0x04
3771 #define _TXSTA1_SENDB 0x08
3772 #define _TXSTA1_SENDB1 0x08
3773 #define _TXSTA1_SYNC 0x10
3774 #define _TXSTA1_SYNC1 0x10
3775 #define _TXSTA1_TXEN 0x20
3776 #define _TXSTA1_TXEN1 0x20
3777 #define _TXSTA1_TX9 0x40
3778 #define _TXSTA1_TX8_9 0x40
3779 #define _TXSTA1_NOT_TX8 0x40
3780 #define _TXSTA1_TX91 0x40
3781 #define _TXSTA1_CSRC 0x80
3782 #define _TXSTA1_CSRC1 0x80
3784 //==============================================================================
3786 extern __at(0x0FAD) __sfr TXREG
;
3787 extern __at(0x0FAD) __sfr TXREG1
;
3788 extern __at(0x0FAE) __sfr RCREG
;
3789 extern __at(0x0FAE) __sfr RCREG1
;
3790 extern __at(0x0FAF) __sfr SPBRG
;
3791 extern __at(0x0FAF) __sfr SPBRG1
;
3793 //==============================================================================
3796 extern __at(0x0FB1) __sfr T3CON
;
3802 unsigned TMR3ON
: 1;
3803 unsigned TMR3CS
: 1;
3804 unsigned NOT_T3SYNC
: 1;
3805 unsigned T3CCP1
: 1;
3806 unsigned T3CKPS0
: 1;
3807 unsigned T3CKPS1
: 1;
3808 unsigned T3CCP2
: 1;
3816 unsigned T3SYNC
: 1;
3828 unsigned T3INSYNC
: 1;
3839 unsigned T3CKPS
: 2;
3844 extern __at(0x0FB1) volatile __T3CONbits_t T3CONbits
;
3846 #define _T3CON_TMR3ON 0x01
3847 #define _T3CON_TMR3CS 0x02
3848 #define _T3CON_NOT_T3SYNC 0x04
3849 #define _T3CON_T3SYNC 0x04
3850 #define _T3CON_T3INSYNC 0x04
3851 #define _T3CON_T3CCP1 0x08
3852 #define _T3CON_T3CKPS0 0x10
3853 #define _T3CON_T3CKPS1 0x20
3854 #define _T3CON_T3CCP2 0x40
3855 #define _T3CON_RD16 0x80
3857 //==============================================================================
3859 extern __at(0x0FB2) __sfr TMR3
;
3860 extern __at(0x0FB2) __sfr TMR3L
;
3861 extern __at(0x0FB3) __sfr TMR3H
;
3863 //==============================================================================
3866 extern __at(0x0FB4) __sfr CMCON
;
3889 extern __at(0x0FB4) volatile __CMCONbits_t CMCONbits
;
3900 //==============================================================================
3903 //==============================================================================
3906 extern __at(0x0FB5) __sfr CVRCON
;
3929 extern __at(0x0FB5) volatile __CVRCONbits_t CVRCONbits
;
3940 //==============================================================================
3943 //==============================================================================
3946 extern __at(0x0FB6) __sfr LCDSE1
;
3964 unsigned SEGEN8
: 1;
3965 unsigned SEGEN9
: 1;
3966 unsigned SEGEN10
: 1;
3967 unsigned SEGEN11
: 1;
3968 unsigned SEGEN12
: 1;
3969 unsigned SEGEN13
: 1;
3970 unsigned SEGEN14
: 1;
3971 unsigned SEGEN15
: 1;
3987 extern __at(0x0FB6) volatile __LCDSE1bits_t LCDSE1bits
;
3990 #define _SEGEN8 0x01
3993 #define _SEGEN9 0x02
3996 #define _SEGEN10 0x04
3998 #define _SEGEN11 0x08
4000 #define _SEGEN12 0x10
4002 #define _SEGEN13 0x20
4004 #define _SEGEN14 0x40
4006 #define _SEGEN15 0x80
4008 //==============================================================================
4011 //==============================================================================
4014 extern __at(0x0FB7) __sfr LCDSE2
;
4032 unsigned SEGEN16
: 1;
4033 unsigned SEGEN17
: 1;
4034 unsigned SEGEN18
: 1;
4035 unsigned SEGEN19
: 1;
4036 unsigned SEGEN20
: 1;
4037 unsigned SEGEN21
: 1;
4038 unsigned SEGEN22
: 1;
4039 unsigned SEGEN23
: 1;
4043 extern __at(0x0FB7) volatile __LCDSE2bits_t LCDSE2bits
;
4046 #define _SEGEN16 0x01
4048 #define _SEGEN17 0x02
4050 #define _SEGEN18 0x04
4052 #define _SEGEN19 0x08
4054 #define _SEGEN20 0x10
4056 #define _SEGEN21 0x20
4058 #define _SEGEN22 0x40
4060 #define _SEGEN23 0x80
4062 //==============================================================================
4065 //==============================================================================
4068 extern __at(0x0FB8) __sfr LCDSE3
;
4086 unsigned SEGEN24
: 1;
4087 unsigned SEGEN25
: 1;
4088 unsigned SEGEN26
: 1;
4089 unsigned SEGEN27
: 1;
4090 unsigned SEGEN28
: 1;
4091 unsigned SEGEN29
: 1;
4092 unsigned SEGEN30
: 1;
4093 unsigned SEGEN31
: 1;
4097 extern __at(0x0FB8) volatile __LCDSE3bits_t LCDSE3bits
;
4100 #define _SEGEN24 0x01
4102 #define _SEGEN25 0x02
4104 #define _SEGEN26 0x04
4106 #define _SEGEN27 0x08
4108 #define _SEGEN28 0x10
4110 #define _SEGEN29 0x20
4112 #define _SEGEN30 0x40
4114 #define _SEGEN31 0x80
4116 //==============================================================================
4119 //==============================================================================
4122 extern __at(0x0FB9) __sfr LCDSE4
;
4140 unsigned SEGEN32
: 1;
4151 extern __at(0x0FB9) volatile __LCDSE4bits_t LCDSE4bits
;
4154 #define _SEGEN32 0x01
4156 //==============================================================================
4159 //==============================================================================
4162 extern __at(0x0FBB) __sfr LCDDATA0
;
4180 unsigned SEG0COM0
: 1;
4181 unsigned SEG1COM0
: 1;
4182 unsigned SEG2COM0
: 1;
4183 unsigned SEG3COM0
: 1;
4184 unsigned SEG4COM0
: 1;
4185 unsigned SEG5COM0
: 1;
4186 unsigned SEG6COM0
: 1;
4187 unsigned SEG7COM0
: 1;
4203 extern __at(0x0FBB) volatile __LCDDATA0bits_t LCDDATA0bits
;
4206 #define _SEG0COM0 0x01
4209 #define _SEG1COM0 0x02
4212 #define _SEG2COM0 0x04
4215 #define _SEG3COM0 0x08
4218 #define _SEG4COM0 0x10
4221 #define _SEG5COM0 0x20
4224 #define _SEG6COM0 0x40
4227 #define _SEG7COM0 0x80
4230 //==============================================================================
4233 //==============================================================================
4236 extern __at(0x0FBC) __sfr LCDDATA1
;
4254 unsigned SEG8COM0
: 1;
4255 unsigned SEG9COM0
: 1;
4256 unsigned SEG10COM0
: 1;
4257 unsigned SEG11COM0
: 1;
4258 unsigned SEG12COM0
: 1;
4259 unsigned SEG13COM0
: 1;
4260 unsigned SEG14COM0
: 1;
4261 unsigned SEG15COM0
: 1;
4277 extern __at(0x0FBC) volatile __LCDDATA1bits_t LCDDATA1bits
;
4280 #define _SEG8COM0 0x01
4283 #define _SEG9COM0 0x02
4286 #define _SEG10COM0 0x04
4288 #define _SEG11COM0 0x08
4290 #define _SEG12COM0 0x10
4292 #define _SEG13COM0 0x20
4294 #define _SEG14COM0 0x40
4296 #define _SEG15COM0 0x80
4298 //==============================================================================
4301 //==============================================================================
4304 extern __at(0x0FBD) __sfr LCDDATA2
;
4322 unsigned SEG16COM0
: 1;
4323 unsigned SEG17COM0
: 1;
4324 unsigned SEG18COM0
: 1;
4325 unsigned SEG19COM0
: 1;
4326 unsigned SEG20COM0
: 1;
4327 unsigned SEG21COM0
: 1;
4328 unsigned SEG22COM0
: 1;
4329 unsigned SEG23COM0
: 1;
4333 extern __at(0x0FBD) volatile __LCDDATA2bits_t LCDDATA2bits
;
4336 #define _SEG16COM0 0x01
4338 #define _SEG17COM0 0x02
4340 #define _SEG18COM0 0x04
4342 #define _SEG19COM0 0x08
4344 #define _SEG20COM0 0x10
4346 #define _SEG21COM0 0x20
4348 #define _SEG22COM0 0x40
4350 #define _SEG23COM0 0x80
4352 //==============================================================================
4355 //==============================================================================
4358 extern __at(0x0FBE) __sfr LCDDATA3
;
4376 unsigned SEG24COM0
: 1;
4377 unsigned SEG25COM0
: 1;
4378 unsigned SEG26COM0
: 1;
4379 unsigned SEG27COM0
: 1;
4380 unsigned SEG28COM0
: 1;
4381 unsigned SEG29COM0
: 1;
4382 unsigned SEG30COM0
: 1;
4383 unsigned SEG31COM0
: 1;
4387 extern __at(0x0FBE) volatile __LCDDATA3bits_t LCDDATA3bits
;
4390 #define _SEG24COM0 0x01
4392 #define _SEG25COM0 0x02
4394 #define _SEG26COM0 0x04
4396 #define _SEG27COM0 0x08
4398 #define _SEG28COM0 0x10
4400 #define _SEG29COM0 0x20
4402 #define _SEG30COM0 0x40
4404 #define _SEG31COM0 0x80
4406 //==============================================================================
4409 //==============================================================================
4412 extern __at(0x0FBF) __sfr LCDDATA4
;
4430 unsigned SEG32COM0
: 1;
4441 extern __at(0x0FBF) volatile __LCDDATA4bits_t LCDDATA4bits
;
4444 #define _SEG32COM0 0x01
4446 //==============================================================================
4449 //==============================================================================
4452 extern __at(0x0FC0) __sfr ADCON2
;
4482 extern __at(0x0FC0) volatile __ADCON2bits_t ADCON2bits
;
4492 //==============================================================================
4495 //==============================================================================
4498 extern __at(0x0FC1) __sfr ADCON1
;
4528 extern __at(0x0FC1) volatile __ADCON1bits_t ADCON1bits
;
4537 //==============================================================================
4540 //==============================================================================
4543 extern __at(0x0FC2) __sfr ADCON0
;
4550 unsigned GO_NOT_DONE
: 1;
4562 unsigned GO_DONE
: 1;
4598 unsigned NOT_DONE
: 1;
4615 extern __at(0x0FC2) volatile __ADCON0bits_t ADCON0bits
;
4618 #define _GO_NOT_DONE 0x02
4619 #define _GO_DONE 0x02
4622 #define _NOT_DONE 0x02
4629 //==============================================================================
4631 extern __at(0x0FC3) __sfr ADRES
;
4632 extern __at(0x0FC3) __sfr ADRESL
;
4633 extern __at(0x0FC4) __sfr ADRESH
;
4635 //==============================================================================
4638 extern __at(0x0FC5) __sfr SSP1CON2
;
4650 unsigned ACKSTAT
: 1;
4657 unsigned ADMSK1
: 1;
4658 unsigned ADMSK2
: 1;
4659 unsigned ADMSK3
: 1;
4660 unsigned ADMSK4
: 1;
4661 unsigned ADMSK5
: 1;
4667 extern __at(0x0FC5) volatile __SSP1CON2bits_t SSP1CON2bits
;
4671 #define _ADMSK1 0x02
4673 #define _ADMSK2 0x04
4675 #define _ADMSK3 0x08
4677 #define _ADMSK4 0x10
4679 #define _ADMSK5 0x20
4680 #define _ACKSTAT 0x40
4683 //==============================================================================
4686 //==============================================================================
4689 extern __at(0x0FC5) __sfr SSPCON2
;
4701 unsigned ACKSTAT
: 1;
4708 unsigned ADMSK1
: 1;
4709 unsigned ADMSK2
: 1;
4710 unsigned ADMSK3
: 1;
4711 unsigned ADMSK4
: 1;
4712 unsigned ADMSK5
: 1;
4718 extern __at(0x0FC5) volatile __SSPCON2bits_t SSPCON2bits
;
4720 #define _SSPCON2_SEN 0x01
4721 #define _SSPCON2_RSEN 0x02
4722 #define _SSPCON2_ADMSK1 0x02
4723 #define _SSPCON2_PEN 0x04
4724 #define _SSPCON2_ADMSK2 0x04
4725 #define _SSPCON2_RCEN 0x08
4726 #define _SSPCON2_ADMSK3 0x08
4727 #define _SSPCON2_ACKEN 0x10
4728 #define _SSPCON2_ADMSK4 0x10
4729 #define _SSPCON2_ACKDT 0x20
4730 #define _SSPCON2_ADMSK5 0x20
4731 #define _SSPCON2_ACKSTAT 0x40
4732 #define _SSPCON2_GCEN 0x80
4734 //==============================================================================
4737 //==============================================================================
4740 extern __at(0x0FC6) __sfr SSP1CON1
;
4763 extern __at(0x0FC6) volatile __SSP1CON1bits_t SSP1CON1bits
;
4774 //==============================================================================
4777 //==============================================================================
4780 extern __at(0x0FC6) __sfr SSPCON1
;
4803 extern __at(0x0FC6) volatile __SSPCON1bits_t SSPCON1bits
;
4805 #define _SSPCON1_SSPM0 0x01
4806 #define _SSPCON1_SSPM1 0x02
4807 #define _SSPCON1_SSPM2 0x04
4808 #define _SSPCON1_SSPM3 0x08
4809 #define _SSPCON1_CKP 0x10
4810 #define _SSPCON1_SSPEN 0x20
4811 #define _SSPCON1_SSPOV 0x40
4812 #define _SSPCON1_WCOL 0x80
4814 //==============================================================================
4817 //==============================================================================
4820 extern __at(0x0FC7) __sfr SSP1STAT
;
4828 unsigned R_NOT_W
: 1;
4831 unsigned D_NOT_A
: 1;
4841 unsigned I2C_START
: 1;
4842 unsigned I2C_STOP
: 1;
4876 unsigned NOT_WRITE
: 1;
4879 unsigned NOT_ADDRESS
: 1;
4888 unsigned READ_WRITE
: 1;
4891 unsigned DATA_ADDRESS
: 1;
4900 unsigned I2C_READ
: 1;
4903 unsigned I2C_DAT
: 1;
4909 extern __at(0x0FC7) volatile __SSP1STATbits_t SSP1STATbits
;
4913 #define _R_NOT_W 0x04
4917 #define _NOT_WRITE 0x04
4918 #define _READ_WRITE 0x04
4919 #define _I2C_READ 0x04
4921 #define _I2C_START 0x08
4923 #define _I2C_STOP 0x10
4924 #define _D_NOT_A 0x20
4928 #define _NOT_ADDRESS 0x20
4929 #define _DATA_ADDRESS 0x20
4930 #define _I2C_DAT 0x20
4934 //==============================================================================
4937 //==============================================================================
4940 extern __at(0x0FC7) __sfr SSPSTAT
;
4948 unsigned R_NOT_W
: 1;
4951 unsigned D_NOT_A
: 1;
4961 unsigned I2C_START
: 1;
4962 unsigned I2C_STOP
: 1;
4996 unsigned NOT_WRITE
: 1;
4999 unsigned NOT_ADDRESS
: 1;
5008 unsigned READ_WRITE
: 1;
5011 unsigned DATA_ADDRESS
: 1;
5020 unsigned I2C_READ
: 1;
5023 unsigned I2C_DAT
: 1;
5029 extern __at(0x0FC7) volatile __SSPSTATbits_t SSPSTATbits
;
5031 #define _SSPSTAT_BF 0x01
5032 #define _SSPSTAT_UA 0x02
5033 #define _SSPSTAT_R_NOT_W 0x04
5034 #define _SSPSTAT_R 0x04
5035 #define _SSPSTAT_R_W 0x04
5036 #define _SSPSTAT_NOT_W 0x04
5037 #define _SSPSTAT_NOT_WRITE 0x04
5038 #define _SSPSTAT_READ_WRITE 0x04
5039 #define _SSPSTAT_I2C_READ 0x04
5040 #define _SSPSTAT_S 0x08
5041 #define _SSPSTAT_I2C_START 0x08
5042 #define _SSPSTAT_P 0x10
5043 #define _SSPSTAT_I2C_STOP 0x10
5044 #define _SSPSTAT_D_NOT_A 0x20
5045 #define _SSPSTAT_D 0x20
5046 #define _SSPSTAT_D_A 0x20
5047 #define _SSPSTAT_NOT_A 0x20
5048 #define _SSPSTAT_NOT_ADDRESS 0x20
5049 #define _SSPSTAT_DATA_ADDRESS 0x20
5050 #define _SSPSTAT_I2C_DAT 0x20
5051 #define _SSPSTAT_CKE 0x40
5052 #define _SSPSTAT_SMP 0x80
5054 //==============================================================================
5056 extern __at(0x0FC8) __sfr SSP1ADD
;
5057 extern __at(0x0FC8) __sfr SSPADD
;
5058 extern __at(0x0FC9) __sfr SSP1BUF
;
5059 extern __at(0x0FC9) __sfr SSPBUF
;
5061 //==============================================================================
5064 extern __at(0x0FCA) __sfr T2CON
;
5070 unsigned T2CKPS0
: 1;
5071 unsigned T2CKPS1
: 1;
5072 unsigned TMR2ON
: 1;
5073 unsigned T2OUTPS0
: 1;
5074 unsigned T2OUTPS1
: 1;
5075 unsigned T2OUTPS2
: 1;
5076 unsigned T2OUTPS3
: 1;
5082 unsigned T2CKPS
: 2;
5089 unsigned T2OUTPS
: 4;
5094 extern __at(0x0FCA) volatile __T2CONbits_t T2CONbits
;
5096 #define _T2CKPS0 0x01
5097 #define _T2CKPS1 0x02
5098 #define _TMR2ON 0x04
5099 #define _T2OUTPS0 0x08
5100 #define _T2OUTPS1 0x10
5101 #define _T2OUTPS2 0x20
5102 #define _T2OUTPS3 0x40
5104 //==============================================================================
5106 extern __at(0x0FCB) __sfr PR2
;
5107 extern __at(0x0FCC) __sfr TMR2
;
5109 //==============================================================================
5112 extern __at(0x0FCD) __sfr T1CON
;
5118 unsigned TMR1ON
: 1;
5119 unsigned TMR1CS
: 1;
5120 unsigned NOT_T1SYNC
: 1;
5121 unsigned T1OSCEN
: 1;
5122 unsigned T1CKPS0
: 1;
5123 unsigned T1CKPS1
: 1;
5132 unsigned T1INSYNC
: 1;
5144 unsigned T1SYNC
: 1;
5155 unsigned T1CKPS
: 2;
5160 extern __at(0x0FCD) volatile __T1CONbits_t T1CONbits
;
5162 #define _TMR1ON 0x01
5163 #define _TMR1CS 0x02
5164 #define _NOT_T1SYNC 0x04
5165 #define _T1INSYNC 0x04
5166 #define _T1SYNC 0x04
5167 #define _T1OSCEN 0x08
5168 #define _T1CKPS0 0x10
5169 #define _T1CKPS1 0x20
5173 //==============================================================================
5175 extern __at(0x0FCE) __sfr TMR1
;
5176 extern __at(0x0FCE) __sfr TMR1L
;
5177 extern __at(0x0FCF) __sfr TMR1H
;
5179 //==============================================================================
5182 extern __at(0x0FD0) __sfr RCON
;
5188 unsigned NOT_BOR
: 1;
5189 unsigned NOT_POR
: 1;
5190 unsigned NOT_PD
: 1;
5191 unsigned NOT_TO
: 1;
5192 unsigned NOT_RI
: 1;
5193 unsigned NOT_CM
: 1;
5211 extern __at(0x0FD0) volatile __RCONbits_t RCONbits
;
5213 #define _NOT_BOR 0x01
5215 #define _NOT_POR 0x02
5217 #define _NOT_PD 0x04
5219 #define _NOT_TO 0x08
5221 #define _NOT_RI 0x10
5223 #define _NOT_CM 0x20
5227 //==============================================================================
5230 //==============================================================================
5233 extern __at(0x0FD1) __sfr WDTCON
;
5239 unsigned SWDTEN
: 1;
5246 unsigned REGSLP
: 1;
5262 extern __at(0x0FD1) volatile __WDTCONbits_t WDTCONbits
;
5264 #define _SWDTEN 0x01
5266 #define _REGSLP 0x80
5268 //==============================================================================
5271 //==============================================================================
5274 extern __at(0x0FD2) __sfr LCDREG
;
5280 unsigned CKSEL0
: 1;
5281 unsigned CKSEL1
: 1;
5282 unsigned MODE13
: 1;
5304 extern __at(0x0FD2) volatile __LCDREGbits_t LCDREGbits
;
5306 #define _CKSEL0 0x01
5307 #define _CKSEL1 0x02
5308 #define _MODE13 0x04
5314 //==============================================================================
5317 //==============================================================================
5320 extern __at(0x0FD3) __sfr OSCCON
;
5350 extern __at(0x0FD3) volatile __OSCCONbits_t OSCCONbits
;
5361 //==============================================================================
5364 //==============================================================================
5367 extern __at(0x0FD5) __sfr T0CON
;
5379 unsigned T08BIT
: 1;
5380 unsigned TMR0ON
: 1;
5402 extern __at(0x0FD5) volatile __T0CONbits_t T0CONbits
;
5411 #define _T08BIT 0x40
5412 #define _TMR0ON 0x80
5414 //==============================================================================
5416 extern __at(0x0FD6) __sfr TMR0
;
5417 extern __at(0x0FD6) __sfr TMR0L
;
5418 extern __at(0x0FD7) __sfr TMR0H
;
5420 //==============================================================================
5423 extern __at(0x0FD8) __sfr STATUS
;
5437 extern __at(0x0FD8) volatile __STATUSbits_t STATUSbits
;
5445 //==============================================================================
5447 extern __at(0x0FD9) __sfr FSR2L
;
5448 extern __at(0x0FDA) __sfr FSR2H
;
5449 extern __at(0x0FDB) __sfr PLUSW2
;
5450 extern __at(0x0FDC) __sfr PREINC2
;
5451 extern __at(0x0FDD) __sfr POSTDEC2
;
5452 extern __at(0x0FDE) __sfr POSTINC2
;
5453 extern __at(0x0FDF) __sfr INDF2
;
5454 extern __at(0x0FE0) __sfr BSR
;
5455 extern __at(0x0FE1) __sfr FSR1L
;
5456 extern __at(0x0FE2) __sfr FSR1H
;
5457 extern __at(0x0FE3) __sfr PLUSW1
;
5458 extern __at(0x0FE4) __sfr PREINC1
;
5459 extern __at(0x0FE5) __sfr POSTDEC1
;
5460 extern __at(0x0FE6) __sfr POSTINC1
;
5461 extern __at(0x0FE7) __sfr INDF1
;
5462 extern __at(0x0FE8) __sfr WREG
;
5463 extern __at(0x0FE9) __sfr FSR0L
;
5464 extern __at(0x0FEA) __sfr FSR0H
;
5465 extern __at(0x0FEB) __sfr PLUSW0
;
5466 extern __at(0x0FEC) __sfr PREINC0
;
5467 extern __at(0x0FED) __sfr POSTDEC0
;
5468 extern __at(0x0FEE) __sfr POSTINC0
;
5469 extern __at(0x0FEF) __sfr INDF0
;
5471 //==============================================================================
5474 extern __at(0x0FF0) __sfr INTCON3
;
5480 unsigned INT1IF
: 1;
5481 unsigned INT2IF
: 1;
5482 unsigned INT3IF
: 1;
5483 unsigned INT1IE
: 1;
5484 unsigned INT2IE
: 1;
5485 unsigned INT3IE
: 1;
5486 unsigned INT1IP
: 1;
5487 unsigned INT2IP
: 1;
5503 extern __at(0x0FF0) volatile __INTCON3bits_t INTCON3bits
;
5505 #define _INT1IF 0x01
5507 #define _INT2IF 0x02
5509 #define _INT3IF 0x04
5511 #define _INT1IE 0x08
5513 #define _INT2IE 0x10
5515 #define _INT3IE 0x20
5517 #define _INT1IP 0x40
5519 #define _INT2IP 0x80
5522 //==============================================================================
5525 //==============================================================================
5528 extern __at(0x0FF1) __sfr INTCON2
;
5535 unsigned INT3IP
: 1;
5536 unsigned TMR0IP
: 1;
5537 unsigned INTEDG3
: 1;
5538 unsigned INTEDG2
: 1;
5539 unsigned INTEDG1
: 1;
5540 unsigned INTEDG0
: 1;
5541 unsigned NOT_RBPU
: 1;
5557 extern __at(0x0FF1) volatile __INTCON2bits_t INTCON2bits
;
5560 #define _INT3IP 0x02
5562 #define _TMR0IP 0x04
5564 #define _INTEDG3 0x08
5565 #define _INTEDG2 0x10
5566 #define _INTEDG1 0x20
5567 #define _INTEDG0 0x40
5568 #define _NOT_RBPU 0x80
5571 //==============================================================================
5574 //==============================================================================
5577 extern __at(0x0FF2) __sfr INTCON
;
5584 unsigned INT0IF
: 1;
5585 unsigned TMR0IF
: 1;
5587 unsigned INT0IE
: 1;
5588 unsigned TMR0IE
: 1;
5589 unsigned PEIE_GIEL
: 1;
5590 unsigned GIE_GIEH
: 1;
5618 extern __at(0x0FF2) volatile __INTCONbits_t INTCONbits
;
5621 #define _INT0IF 0x02
5623 #define _TMR0IF 0x04
5626 #define _INT0IE 0x10
5628 #define _TMR0IE 0x20
5630 #define _PEIE_GIEL 0x40
5633 #define _GIE_GIEH 0x80
5637 //==============================================================================
5639 extern __at(0x0FF3) __sfr PROD
;
5640 extern __at(0x0FF3) __sfr PRODL
;
5641 extern __at(0x0FF4) __sfr PRODH
;
5642 extern __at(0x0FF5) __sfr TABLAT
;
5643 extern __at(0x0FF6) __sfr TBLPTR
;
5644 extern __at(0x0FF6) __sfr TBLPTRL
;
5645 extern __at(0x0FF7) __sfr TBLPTRH
;
5646 extern __at(0x0FF8) __sfr TBLPTRU
;
5647 extern __at(0x0FF9) __sfr PC
;
5648 extern __at(0x0FF9) __sfr PCL
;
5649 extern __at(0x0FFA) __sfr PCLATH
;
5650 extern __at(0x0FFB) __sfr PCLATU
;
5652 //==============================================================================
5655 extern __at(0x0FFC) __sfr STKPTR
;
5667 unsigned STKUNF
: 1;
5668 unsigned STKFUL
: 1;
5673 unsigned STKPTR0
: 1;
5674 unsigned STKPTR1
: 1;
5675 unsigned STKPTR2
: 1;
5676 unsigned STKPTR3
: 1;
5677 unsigned STKPTR4
: 1;
5680 unsigned STKOVF
: 1;
5691 unsigned STKPTR
: 5;
5696 extern __at(0x0FFC) volatile __STKPTRbits_t STKPTRbits
;
5699 #define _STKPTR0 0x01
5701 #define _STKPTR1 0x02
5703 #define _STKPTR2 0x04
5705 #define _STKPTR3 0x08
5707 #define _STKPTR4 0x10
5708 #define _STKUNF 0x40
5709 #define _STKFUL 0x80
5710 #define _STKOVF 0x80
5712 //==============================================================================
5714 extern __at(0x0FFD) __sfr TOS
;
5715 extern __at(0x0FFD) __sfr TOSL
;
5716 extern __at(0x0FFE) __sfr TOSH
;
5717 extern __at(0x0FFF) __sfr TOSU
;
5719 //==============================================================================
5721 // Configuration Addresses
5723 //==============================================================================
5725 #define __CONFIG1L 0x003FF8
5726 #define __CONFIG1H 0x003FF9
5727 #define __CONFIG2L 0x003FFA
5728 #define __CONFIG2H 0x003FFB
5729 #define __CONFIG3L 0x003FFC
5730 #define __CONFIG3H 0x003FFD
5732 //==============================================================================
5734 #endif // #ifndef __PIC18F64J90_H__