2 * This declarations of the PIC18F24K20 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:26 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 __PIC18F24K20_H__
26 #define __PIC18F24K20_H__
28 //==============================================================================
30 //==============================================================================
32 // Register Definitions
34 //==============================================================================
37 //==============================================================================
40 extern __at(0x0F77) __sfr SSPMSK
;
54 extern __at(0x0F77) volatile __SSPMSKbits_t SSPMSKbits
;
65 //==============================================================================
68 //==============================================================================
71 extern __at(0x0F78) __sfr SLRCON
;
85 extern __at(0x0F78) volatile __SLRCONbits_t SLRCONbits
;
91 //==============================================================================
94 //==============================================================================
97 extern __at(0x0F79) __sfr CM2CON1
;
111 extern __at(0x0F79) volatile __CM2CON1bits_t CM2CON1bits
;
118 //==============================================================================
121 //==============================================================================
124 extern __at(0x0F7A) __sfr CM2CON0
;
147 extern __at(0x0F7A) volatile __CM2CON0bits_t CM2CON0bits
;
158 //==============================================================================
161 //==============================================================================
164 extern __at(0x0F7B) __sfr CM1CON0
;
187 extern __at(0x0F7B) volatile __CM1CON0bits_t CM1CON0bits
;
198 //==============================================================================
201 //==============================================================================
204 extern __at(0x0F7C) __sfr WPUB
;
218 extern __at(0x0F7C) volatile __WPUBbits_t WPUBbits
;
229 //==============================================================================
232 //==============================================================================
235 extern __at(0x0F7D) __sfr IOCB
;
249 extern __at(0x0F7D) volatile __IOCBbits_t IOCBbits
;
256 //==============================================================================
259 //==============================================================================
262 extern __at(0x0F7E) __sfr ANSEL
;
285 extern __at(0x0F7E) volatile __ANSELbits_t ANSELbits
;
293 //==============================================================================
296 //==============================================================================
299 extern __at(0x0F7F) __sfr ANSELH
;
313 extern __at(0x0F7F) volatile __ANSELHbits_t ANSELHbits
;
321 //==============================================================================
324 //==============================================================================
327 extern __at(0x0F80) __sfr PORTA
;
357 unsigned C12IN0M
: 1;
358 unsigned C12IN1M
: 1;
369 unsigned C12IN0N
: 1;
370 unsigned C12IN1N
: 1;
416 extern __at(0x0F80) volatile __PORTAbits_t PORTAbits
;
418 #define _PORTA_RA0 0x01
419 #define _PORTA_AN0 0x01
420 #define _PORTA_C12IN0M 0x01
421 #define _PORTA_C12IN0N 0x01
422 #define _PORTA_RA1 0x02
423 #define _PORTA_AN1 0x02
424 #define _PORTA_C12IN1M 0x02
425 #define _PORTA_C12IN1N 0x02
426 #define _PORTA_RA2 0x04
427 #define _PORTA_AN2 0x04
428 #define _PORTA_C2INP 0x04
429 #define _PORTA_VREFM 0x04
430 #define _PORTA_VREFN 0x04
431 #define _PORTA_CVREF 0x04
432 #define _PORTA_RA3 0x08
433 #define _PORTA_AN3 0x08
434 #define _PORTA_C1INP 0x08
435 #define _PORTA_VREFP 0x08
436 #define _PORTA_RA4 0x10
437 #define _PORTA_C1OUT 0x10
438 #define _PORTA_T0CKI 0x10
439 #define _PORTA_RA5 0x20
440 #define _PORTA_AN4 0x20
441 #define _PORTA_C2OUT 0x20
442 #define _PORTA_SS 0x20
443 #define _PORTA_NOT_SS 0x20
444 #define _PORTA_LVDIN 0x20
445 #define _PORTA_HLVDIN 0x20
446 #define _PORTA_RA6 0x40
447 #define _PORTA_RA7 0x80
449 //==============================================================================
452 //==============================================================================
455 extern __at(0x0F81) __sfr PORTB
;
498 unsigned C12IN3M
: 1;
500 unsigned C12IN2M
: 1;
510 unsigned C12IN3N
: 1;
512 unsigned C12IN2N
: 1;
544 extern __at(0x0F81) volatile __PORTBbits_t PORTBbits
;
546 #define _PORTB_RB0 0x01
547 #define _PORTB_INT0 0x01
548 #define _PORTB_AN12 0x01
549 #define _PORTB_FLT0 0x01
550 #define _PORTB_RB1 0x02
551 #define _PORTB_INT1 0x02
552 #define _PORTB_AN10 0x02
553 #define _PORTB_C12IN3M 0x02
554 #define _PORTB_C12IN3N 0x02
555 #define _PORTB_P1C 0x02
556 #define _PORTB_RB2 0x04
557 #define _PORTB_INT2 0x04
558 #define _PORTB_AN8 0x04
559 #define _PORTB_P1B 0x04
560 #define _PORTB_RB3 0x08
561 #define _PORTB_CCP2 0x08
562 #define _PORTB_AN9 0x08
563 #define _PORTB_C12IN2M 0x08
564 #define _PORTB_C12IN2N 0x08
565 #define _PORTB_RB4 0x10
566 #define _PORTB_KBI0 0x10
567 #define _PORTB_AN11 0x10
568 #define _PORTB_P1D 0x10
569 #define _PORTB_RB5 0x20
570 #define _PORTB_KBI1 0x20
571 #define _PORTB_PGM 0x20
572 #define _PORTB_RB6 0x40
573 #define _PORTB_KBI2 0x40
574 #define _PORTB_PGC 0x40
575 #define _PORTB_RB7 0x80
576 #define _PORTB_KBI3 0x80
577 #define _PORTB_PGD 0x80
579 //==============================================================================
582 //==============================================================================
585 extern __at(0x0F82) __sfr PORTC
;
650 extern __at(0x0F82) volatile __PORTCbits_t PORTCbits
;
652 #define _PORTC_RC0 0x01
653 #define _PORTC_T1OSO 0x01
654 #define _PORTC_T13CKI 0x01
655 #define _PORTC_T1CKI 0x01
656 #define _PORTC_T3CKI 0x01
657 #define _PORTC_RC1 0x02
658 #define _PORTC_T1OSI 0x02
659 #define _PORTC_CCP2 0x02
660 #define _PORTC_RC2 0x04
661 #define _PORTC_CCP1 0x04
662 #define _PORTC_P1A 0x04
663 #define _PORTC_RC3 0x08
664 #define _PORTC_SCK 0x08
665 #define _PORTC_SCL 0x08
666 #define _PORTC_RC4 0x10
667 #define _PORTC_SDI 0x10
668 #define _PORTC_SDA 0x10
669 #define _PORTC_RC5 0x20
670 #define _PORTC_SDO 0x20
671 #define _PORTC_RC6 0x40
672 #define _PORTC_TX 0x40
673 #define _PORTC_CK 0x40
674 #define _PORTC_RC7 0x80
675 #define _PORTC_RX 0x80
677 //==============================================================================
680 //==============================================================================
683 extern __at(0x0F84) __sfr PORTE
;
716 unsigned NOT_MCLR
: 1;
736 extern __at(0x0F84) volatile __PORTEbits_t PORTEbits
;
740 #define _NOT_MCLR 0x08
743 //==============================================================================
746 //==============================================================================
749 extern __at(0x0F89) __sfr LATA
;
763 extern __at(0x0F89) volatile __LATAbits_t LATAbits
;
774 //==============================================================================
777 //==============================================================================
780 extern __at(0x0F8A) __sfr LATB
;
794 extern __at(0x0F8A) volatile __LATBbits_t LATBbits
;
805 //==============================================================================
808 //==============================================================================
811 extern __at(0x0F8B) __sfr LATC
;
825 extern __at(0x0F8B) volatile __LATCbits_t LATCbits
;
836 //==============================================================================
839 //==============================================================================
842 extern __at(0x0F92) __sfr DDRA
;
871 extern __at(0x0F92) volatile __DDRAbits_t DDRAbits
;
890 //==============================================================================
893 //==============================================================================
896 extern __at(0x0F92) __sfr TRISA
;
925 extern __at(0x0F92) volatile __TRISAbits_t TRISAbits
;
927 #define _TRISA_TRISA0 0x01
928 #define _TRISA_RA0 0x01
929 #define _TRISA_TRISA1 0x02
930 #define _TRISA_RA1 0x02
931 #define _TRISA_TRISA2 0x04
932 #define _TRISA_RA2 0x04
933 #define _TRISA_TRISA3 0x08
934 #define _TRISA_RA3 0x08
935 #define _TRISA_TRISA4 0x10
936 #define _TRISA_RA4 0x10
937 #define _TRISA_TRISA5 0x20
938 #define _TRISA_RA5 0x20
939 #define _TRISA_TRISA6 0x40
940 #define _TRISA_RA6 0x40
941 #define _TRISA_TRISA7 0x80
942 #define _TRISA_RA7 0x80
944 //==============================================================================
947 //==============================================================================
950 extern __at(0x0F93) __sfr DDRB
;
979 extern __at(0x0F93) volatile __DDRBbits_t DDRBbits
;
998 //==============================================================================
1001 //==============================================================================
1004 extern __at(0x0F93) __sfr TRISB
;
1010 unsigned TRISB0
: 1;
1011 unsigned TRISB1
: 1;
1012 unsigned TRISB2
: 1;
1013 unsigned TRISB3
: 1;
1014 unsigned TRISB4
: 1;
1015 unsigned TRISB5
: 1;
1016 unsigned TRISB6
: 1;
1017 unsigned TRISB7
: 1;
1033 extern __at(0x0F93) volatile __TRISBbits_t TRISBbits
;
1035 #define _TRISB_TRISB0 0x01
1036 #define _TRISB_RB0 0x01
1037 #define _TRISB_TRISB1 0x02
1038 #define _TRISB_RB1 0x02
1039 #define _TRISB_TRISB2 0x04
1040 #define _TRISB_RB2 0x04
1041 #define _TRISB_TRISB3 0x08
1042 #define _TRISB_RB3 0x08
1043 #define _TRISB_TRISB4 0x10
1044 #define _TRISB_RB4 0x10
1045 #define _TRISB_TRISB5 0x20
1046 #define _TRISB_RB5 0x20
1047 #define _TRISB_TRISB6 0x40
1048 #define _TRISB_RB6 0x40
1049 #define _TRISB_TRISB7 0x80
1050 #define _TRISB_RB7 0x80
1052 //==============================================================================
1055 //==============================================================================
1058 extern __at(0x0F94) __sfr DDRC
;
1064 unsigned TRISC0
: 1;
1065 unsigned TRISC1
: 1;
1066 unsigned TRISC2
: 1;
1067 unsigned TRISC3
: 1;
1068 unsigned TRISC4
: 1;
1069 unsigned TRISC5
: 1;
1070 unsigned TRISC6
: 1;
1071 unsigned TRISC7
: 1;
1087 extern __at(0x0F94) volatile __DDRCbits_t DDRCbits
;
1089 #define _TRISC0 0x01
1091 #define _TRISC1 0x02
1093 #define _TRISC2 0x04
1095 #define _TRISC3 0x08
1097 #define _TRISC4 0x10
1099 #define _TRISC5 0x20
1101 #define _TRISC6 0x40
1103 #define _TRISC7 0x80
1106 //==============================================================================
1109 //==============================================================================
1112 extern __at(0x0F94) __sfr TRISC
;
1118 unsigned TRISC0
: 1;
1119 unsigned TRISC1
: 1;
1120 unsigned TRISC2
: 1;
1121 unsigned TRISC3
: 1;
1122 unsigned TRISC4
: 1;
1123 unsigned TRISC5
: 1;
1124 unsigned TRISC6
: 1;
1125 unsigned TRISC7
: 1;
1141 extern __at(0x0F94) volatile __TRISCbits_t TRISCbits
;
1143 #define _TRISC_TRISC0 0x01
1144 #define _TRISC_RC0 0x01
1145 #define _TRISC_TRISC1 0x02
1146 #define _TRISC_RC1 0x02
1147 #define _TRISC_TRISC2 0x04
1148 #define _TRISC_RC2 0x04
1149 #define _TRISC_TRISC3 0x08
1150 #define _TRISC_RC3 0x08
1151 #define _TRISC_TRISC4 0x10
1152 #define _TRISC_RC4 0x10
1153 #define _TRISC_TRISC5 0x20
1154 #define _TRISC_RC5 0x20
1155 #define _TRISC_TRISC6 0x40
1156 #define _TRISC_RC6 0x40
1157 #define _TRISC_TRISC7 0x80
1158 #define _TRISC_RC7 0x80
1160 //==============================================================================
1163 //==============================================================================
1166 extern __at(0x0F9B) __sfr OSCTUNE
;
1179 unsigned INTSRC
: 1;
1189 extern __at(0x0F9B) volatile __OSCTUNEbits_t OSCTUNEbits
;
1198 #define _INTSRC 0x80
1200 //==============================================================================
1203 //==============================================================================
1206 extern __at(0x0F9D) __sfr PIE1
;
1210 unsigned TMR1IE
: 1;
1211 unsigned TMR2IE
: 1;
1212 unsigned CCP1IE
: 1;
1220 extern __at(0x0F9D) volatile __PIE1bits_t PIE1bits
;
1222 #define _TMR1IE 0x01
1223 #define _TMR2IE 0x02
1224 #define _CCP1IE 0x04
1230 //==============================================================================
1233 //==============================================================================
1236 extern __at(0x0F9E) __sfr PIR1
;
1240 unsigned TMR1IF
: 1;
1241 unsigned TMR2IF
: 1;
1242 unsigned CCP1IF
: 1;
1250 extern __at(0x0F9E) volatile __PIR1bits_t PIR1bits
;
1252 #define _TMR1IF 0x01
1253 #define _TMR2IF 0x02
1254 #define _CCP1IF 0x04
1260 //==============================================================================
1263 //==============================================================================
1266 extern __at(0x0F9F) __sfr IPR1
;
1270 unsigned TMR1IP
: 1;
1271 unsigned TMR2IP
: 1;
1272 unsigned CCP1IP
: 1;
1280 extern __at(0x0F9F) volatile __IPR1bits_t IPR1bits
;
1282 #define _TMR1IP 0x01
1283 #define _TMR2IP 0x02
1284 #define _CCP1IP 0x04
1290 //==============================================================================
1293 //==============================================================================
1296 extern __at(0x0FA0) __sfr PIE2
;
1302 unsigned CCP2IE
: 1;
1303 unsigned TMR3IE
: 1;
1304 unsigned HLVDIE
: 1;
1309 unsigned OSCFIE
: 1;
1325 extern __at(0x0FA0) volatile __PIE2bits_t PIE2bits
;
1327 #define _CCP2IE 0x01
1328 #define _TMR3IE 0x02
1329 #define _HLVDIE 0x04
1335 #define _OSCFIE 0x80
1337 //==============================================================================
1340 //==============================================================================
1343 extern __at(0x0FA1) __sfr PIR2
;
1349 unsigned CCP2IF
: 1;
1350 unsigned TMR3IF
: 1;
1351 unsigned HLVDIF
: 1;
1356 unsigned OSCFIF
: 1;
1372 extern __at(0x0FA1) volatile __PIR2bits_t PIR2bits
;
1374 #define _CCP2IF 0x01
1375 #define _TMR3IF 0x02
1376 #define _HLVDIF 0x04
1382 #define _OSCFIF 0x80
1384 //==============================================================================
1387 //==============================================================================
1390 extern __at(0x0FA2) __sfr IPR2
;
1396 unsigned CCP2IP
: 1;
1397 unsigned TMR3IP
: 1;
1398 unsigned HLVDIP
: 1;
1403 unsigned OSCFIP
: 1;
1419 extern __at(0x0FA2) volatile __IPR2bits_t IPR2bits
;
1421 #define _CCP2IP 0x01
1422 #define _TMR3IP 0x02
1423 #define _HLVDIP 0x04
1429 #define _OSCFIP 0x80
1431 //==============================================================================
1434 //==============================================================================
1437 extern __at(0x0FA6) __sfr EECON1
;
1451 extern __at(0x0FA6) volatile __EECON1bits_t EECON1bits
;
1461 //==============================================================================
1463 extern __at(0x0FA7) __sfr EECON2
;
1464 extern __at(0x0FA8) __sfr EEDATA
;
1466 //==============================================================================
1469 extern __at(0x0FA9) __sfr EEADR
;
1473 unsigned EEADR0
: 1;
1474 unsigned EEADR1
: 1;
1475 unsigned EEADR2
: 1;
1476 unsigned EEADR3
: 1;
1477 unsigned EEADR4
: 1;
1478 unsigned EEADR5
: 1;
1479 unsigned EEADR6
: 1;
1480 unsigned EEADR7
: 1;
1483 extern __at(0x0FA9) volatile __EEADRbits_t EEADRbits
;
1485 #define _EEADR0 0x01
1486 #define _EEADR1 0x02
1487 #define _EEADR2 0x04
1488 #define _EEADR3 0x08
1489 #define _EEADR4 0x10
1490 #define _EEADR5 0x20
1491 #define _EEADR6 0x40
1492 #define _EEADR7 0x80
1494 //==============================================================================
1497 //==============================================================================
1500 extern __at(0x0FAB) __sfr RCSTA
;
1529 extern __at(0x0FAB) volatile __RCSTAbits_t RCSTAbits
;
1541 //==============================================================================
1544 //==============================================================================
1547 extern __at(0x0FAC) __sfr TXSTA
;
1561 extern __at(0x0FAC) volatile __TXSTAbits_t TXSTAbits
;
1572 //==============================================================================
1574 extern __at(0x0FAD) __sfr TXREG
;
1575 extern __at(0x0FAE) __sfr RCREG
;
1576 extern __at(0x0FAF) __sfr SPBRG
;
1577 extern __at(0x0FB0) __sfr SPBRGH
;
1579 //==============================================================================
1582 extern __at(0x0FB1) __sfr T3CON
;
1588 unsigned TMR3ON
: 1;
1589 unsigned TMR3CS
: 1;
1590 unsigned NOT_T3SYNC
: 1;
1591 unsigned T3CCP1
: 1;
1592 unsigned T3CKPS0
: 1;
1593 unsigned T3CKPS1
: 1;
1594 unsigned T3CCP2
: 1;
1602 unsigned T3SYNC
: 1;
1613 unsigned T3CKPS
: 2;
1618 extern __at(0x0FB1) volatile __T3CONbits_t T3CONbits
;
1620 #define _T3CON_TMR3ON 0x01
1621 #define _T3CON_TMR3CS 0x02
1622 #define _T3CON_NOT_T3SYNC 0x04
1623 #define _T3CON_T3SYNC 0x04
1624 #define _T3CON_T3CCP1 0x08
1625 #define _T3CON_T3CKPS0 0x10
1626 #define _T3CON_T3CKPS1 0x20
1627 #define _T3CON_T3CCP2 0x40
1628 #define _T3CON_RD16 0x80
1630 //==============================================================================
1632 extern __at(0x0FB2) __sfr TMR3
;
1633 extern __at(0x0FB2) __sfr TMR3L
;
1634 extern __at(0x0FB3) __sfr TMR3H
;
1636 //==============================================================================
1639 extern __at(0x0FB4) __sfr CVRCON2
;
1653 extern __at(0x0FB4) volatile __CVRCON2bits_t CVRCON2bits
;
1658 //==============================================================================
1661 //==============================================================================
1664 extern __at(0x0FB5) __sfr CVRCON
;
1687 extern __at(0x0FB5) volatile __CVRCONbits_t CVRCONbits
;
1698 //==============================================================================
1701 //==============================================================================
1704 extern __at(0x0FB6) __sfr ECCP1AS
;
1710 unsigned PSSBD0
: 1;
1711 unsigned PSSBD1
: 1;
1712 unsigned PSSAC0
: 1;
1713 unsigned PSSAC1
: 1;
1714 unsigned ECCPAS0
: 1;
1715 unsigned ECCPAS1
: 1;
1716 unsigned ECCPAS2
: 1;
1717 unsigned ECCPASE
: 1;
1736 unsigned ECCPAS
: 3;
1741 extern __at(0x0FB6) volatile __ECCP1ASbits_t ECCP1ASbits
;
1743 #define _PSSBD0 0x01
1744 #define _PSSBD1 0x02
1745 #define _PSSAC0 0x04
1746 #define _PSSAC1 0x08
1747 #define _ECCPAS0 0x10
1748 #define _ECCPAS1 0x20
1749 #define _ECCPAS2 0x40
1750 #define _ECCPASE 0x80
1752 //==============================================================================
1755 //==============================================================================
1758 extern __at(0x0FB7) __sfr PWM1CON
;
1781 extern __at(0x0FB7) volatile __PWM1CONbits_t PWM1CONbits
;
1792 //==============================================================================
1795 //==============================================================================
1798 extern __at(0x0FB8) __sfr BAUDCON
;
1811 unsigned ABDOVF
: 1;
1827 extern __at(0x0FB8) volatile __BAUDCONbits_t BAUDCONbits
;
1836 #define _ABDOVF 0x80
1838 //==============================================================================
1841 //==============================================================================
1844 extern __at(0x0FB8) __sfr BAUDCTL
;
1857 unsigned ABDOVF
: 1;
1873 extern __at(0x0FB8) volatile __BAUDCTLbits_t BAUDCTLbits
;
1875 #define _BAUDCTL_ABDEN 0x01
1876 #define _BAUDCTL_WUE 0x02
1877 #define _BAUDCTL_BRG16 0x08
1878 #define _BAUDCTL_CKTXP 0x10
1879 #define _BAUDCTL_SCKP 0x10
1880 #define _BAUDCTL_DTRXP 0x20
1881 #define _BAUDCTL_RCIDL 0x40
1882 #define _BAUDCTL_ABDOVF 0x80
1884 //==============================================================================
1887 //==============================================================================
1890 extern __at(0x0FB9) __sfr PSTRCON
;
1898 unsigned STRSYNC
: 1;
1904 extern __at(0x0FB9) volatile __PSTRCONbits_t PSTRCONbits
;
1910 #define _STRSYNC 0x10
1912 //==============================================================================
1915 //==============================================================================
1918 extern __at(0x0FBA) __sfr CCP2CON
;
1924 unsigned CCP2M0
: 1;
1925 unsigned CCP2M1
: 1;
1926 unsigned CCP2M2
: 1;
1927 unsigned CCP2M3
: 1;
1948 extern __at(0x0FBA) volatile __CCP2CONbits_t CCP2CONbits
;
1950 #define _CCP2M0 0x01
1951 #define _CCP2M1 0x02
1952 #define _CCP2M2 0x04
1953 #define _CCP2M3 0x08
1957 //==============================================================================
1959 extern __at(0x0FBB) __sfr CCPR2
;
1960 extern __at(0x0FBB) __sfr CCPR2L
;
1961 extern __at(0x0FBC) __sfr CCPR2H
;
1963 //==============================================================================
1966 extern __at(0x0FBD) __sfr CCP1CON
;
1972 unsigned CCP1M0
: 1;
1973 unsigned CCP1M1
: 1;
1974 unsigned CCP1M2
: 1;
1975 unsigned CCP1M3
: 1;
2002 extern __at(0x0FBD) volatile __CCP1CONbits_t CCP1CONbits
;
2004 #define _CCP1M0 0x01
2005 #define _CCP1M1 0x02
2006 #define _CCP1M2 0x04
2007 #define _CCP1M3 0x08
2013 //==============================================================================
2015 extern __at(0x0FBE) __sfr CCPR1
;
2016 extern __at(0x0FBE) __sfr CCPR1L
;
2017 extern __at(0x0FBF) __sfr CCPR1H
;
2019 //==============================================================================
2022 extern __at(0x0FC0) __sfr ADCON2
;
2052 extern __at(0x0FC0) volatile __ADCON2bits_t ADCON2bits
;
2062 //==============================================================================
2065 //==============================================================================
2068 extern __at(0x0FC1) __sfr ADCON1
;
2092 extern __at(0x0FC1) volatile __ADCON1bits_t ADCON1bits
;
2097 //==============================================================================
2100 //==============================================================================
2103 extern __at(0x0FC2) __sfr ADCON0
;
2110 unsigned GO_NOT_DONE
: 1;
2134 unsigned NOT_DONE
: 1;
2146 unsigned GO_DONE
: 1;
2175 extern __at(0x0FC2) volatile __ADCON0bits_t ADCON0bits
;
2178 #define _GO_NOT_DONE 0x02
2180 #define _NOT_DONE 0x02
2181 #define _GO_DONE 0x02
2188 //==============================================================================
2190 extern __at(0x0FC3) __sfr ADRES
;
2191 extern __at(0x0FC3) __sfr ADRESL
;
2192 extern __at(0x0FC4) __sfr ADRESH
;
2194 //==============================================================================
2197 extern __at(0x0FC5) __sfr SSPCON2
;
2207 unsigned ACKSTAT
: 1;
2211 extern __at(0x0FC5) volatile __SSPCON2bits_t SSPCON2bits
;
2219 #define _ACKSTAT 0x40
2222 //==============================================================================
2225 //==============================================================================
2228 extern __at(0x0FC6) __sfr SSPCON1
;
2251 extern __at(0x0FC6) volatile __SSPCON1bits_t SSPCON1bits
;
2262 //==============================================================================
2265 //==============================================================================
2268 extern __at(0x0FC7) __sfr SSPSTAT
;
2276 unsigned R_NOT_W
: 1;
2279 unsigned D_NOT_A
: 1;
2324 unsigned NOT_WRITE
: 1;
2327 unsigned NOT_ADDRESS
: 1;
2333 extern __at(0x0FC7) volatile __SSPSTATbits_t SSPSTATbits
;
2337 #define _R_NOT_W 0x04
2341 #define _NOT_WRITE 0x04
2346 #define _D_NOT_A 0x20
2350 #define _NOT_ADDRESS 0x20
2354 //==============================================================================
2356 extern __at(0x0FC8) __sfr SSPADD
;
2357 extern __at(0x0FC9) __sfr SSPBUF
;
2359 //==============================================================================
2362 extern __at(0x0FCA) __sfr T2CON
;
2368 unsigned T2CKPS0
: 1;
2369 unsigned T2CKPS1
: 1;
2370 unsigned TMR2ON
: 1;
2371 unsigned T2OUTPS0
: 1;
2372 unsigned T2OUTPS1
: 1;
2373 unsigned T2OUTPS2
: 1;
2374 unsigned T2OUTPS3
: 1;
2380 unsigned T2CKPS
: 2;
2387 unsigned T2OUTPS
: 4;
2392 extern __at(0x0FCA) volatile __T2CONbits_t T2CONbits
;
2394 #define _T2CKPS0 0x01
2395 #define _T2CKPS1 0x02
2396 #define _TMR2ON 0x04
2397 #define _T2OUTPS0 0x08
2398 #define _T2OUTPS1 0x10
2399 #define _T2OUTPS2 0x20
2400 #define _T2OUTPS3 0x40
2402 //==============================================================================
2404 extern __at(0x0FCB) __sfr PR2
;
2405 extern __at(0x0FCC) __sfr TMR2
;
2407 //==============================================================================
2410 extern __at(0x0FCD) __sfr T1CON
;
2416 unsigned TMR1ON
: 1;
2417 unsigned TMR1CS
: 1;
2418 unsigned NOT_T1SYNC
: 1;
2419 unsigned T1OSCEN
: 1;
2420 unsigned T1CKPS0
: 1;
2421 unsigned T1CKPS1
: 1;
2430 unsigned T1SYNC
: 1;
2441 unsigned T1CKPS
: 2;
2446 extern __at(0x0FCD) volatile __T1CONbits_t T1CONbits
;
2448 #define _TMR1ON 0x01
2449 #define _TMR1CS 0x02
2450 #define _NOT_T1SYNC 0x04
2451 #define _T1SYNC 0x04
2452 #define _T1OSCEN 0x08
2453 #define _T1CKPS0 0x10
2454 #define _T1CKPS1 0x20
2458 //==============================================================================
2460 extern __at(0x0FCE) __sfr TMR1
;
2461 extern __at(0x0FCE) __sfr TMR1L
;
2462 extern __at(0x0FCF) __sfr TMR1H
;
2464 //==============================================================================
2467 extern __at(0x0FD0) __sfr RCON
;
2473 unsigned NOT_BOR
: 1;
2474 unsigned NOT_POR
: 1;
2475 unsigned NOT_PD
: 1;
2476 unsigned NOT_TO
: 1;
2477 unsigned NOT_RI
: 1;
2479 unsigned SBOREN
: 1;
2496 extern __at(0x0FD0) volatile __RCONbits_t RCONbits
;
2498 #define _NOT_BOR 0x01
2500 #define _NOT_POR 0x02
2502 #define _NOT_PD 0x04
2504 #define _NOT_TO 0x08
2506 #define _NOT_RI 0x10
2508 #define _SBOREN 0x40
2511 //==============================================================================
2514 //==============================================================================
2517 extern __at(0x0FD1) __sfr WDTCON
;
2523 unsigned SWDTEN
: 1;
2546 extern __at(0x0FD1) volatile __WDTCONbits_t WDTCONbits
;
2548 #define _SWDTEN 0x01
2551 //==============================================================================
2554 //==============================================================================
2557 extern __at(0x0FD2) __sfr HLVDCON
;
2563 unsigned HLVDL0
: 1;
2564 unsigned HLVDL1
: 1;
2565 unsigned HLVDL2
: 1;
2566 unsigned HLVDL3
: 1;
2567 unsigned HLVDEN
: 1;
2570 unsigned VDIRMAG
: 1;
2616 extern __at(0x0FD2) volatile __HLVDCONbits_t HLVDCONbits
;
2618 #define _HLVDL0 0x01
2621 #define _HLVDL1 0x02
2624 #define _HLVDL2 0x04
2627 #define _HLVDL3 0x08
2630 #define _HLVDEN 0x10
2635 #define _VDIRMAG 0x80
2637 //==============================================================================
2640 //==============================================================================
2643 extern __at(0x0FD2) __sfr LVDCON
;
2649 unsigned HLVDL0
: 1;
2650 unsigned HLVDL1
: 1;
2651 unsigned HLVDL2
: 1;
2652 unsigned HLVDL3
: 1;
2653 unsigned HLVDEN
: 1;
2656 unsigned VDIRMAG
: 1;
2702 extern __at(0x0FD2) volatile __LVDCONbits_t LVDCONbits
;
2704 #define _LVDCON_HLVDL0 0x01
2705 #define _LVDCON_LVDL0 0x01
2706 #define _LVDCON_LVV0 0x01
2707 #define _LVDCON_HLVDL1 0x02
2708 #define _LVDCON_LVDL1 0x02
2709 #define _LVDCON_LVV1 0x02
2710 #define _LVDCON_HLVDL2 0x04
2711 #define _LVDCON_LVDL2 0x04
2712 #define _LVDCON_LVV2 0x04
2713 #define _LVDCON_HLVDL3 0x08
2714 #define _LVDCON_LVDL3 0x08
2715 #define _LVDCON_LVV3 0x08
2716 #define _LVDCON_HLVDEN 0x10
2717 #define _LVDCON_LVDEN 0x10
2718 #define _LVDCON_IRVST 0x20
2719 #define _LVDCON_IVRST 0x20
2720 #define _LVDCON_BGST 0x20
2721 #define _LVDCON_VDIRMAG 0x80
2723 //==============================================================================
2726 //==============================================================================
2729 extern __at(0x0FD3) __sfr OSCCON
;
2759 extern __at(0x0FD3) volatile __OSCCONbits_t OSCCONbits
;
2770 //==============================================================================
2773 //==============================================================================
2776 extern __at(0x0FD5) __sfr T0CON
;
2788 unsigned T08BIT
: 1;
2789 unsigned TMR0ON
: 1;
2799 extern __at(0x0FD5) volatile __T0CONbits_t T0CONbits
;
2807 #define _T08BIT 0x40
2808 #define _TMR0ON 0x80
2810 //==============================================================================
2812 extern __at(0x0FD6) __sfr TMR0
;
2813 extern __at(0x0FD6) __sfr TMR0L
;
2814 extern __at(0x0FD7) __sfr TMR0H
;
2816 //==============================================================================
2819 extern __at(0x0FD8) __sfr STATUS
;
2833 extern __at(0x0FD8) volatile __STATUSbits_t STATUSbits
;
2841 //==============================================================================
2843 extern __at(0x0FD9) __sfr FSR2L
;
2844 extern __at(0x0FDA) __sfr FSR2H
;
2845 extern __at(0x0FDB) __sfr PLUSW2
;
2846 extern __at(0x0FDC) __sfr PREINC2
;
2847 extern __at(0x0FDD) __sfr POSTDEC2
;
2848 extern __at(0x0FDE) __sfr POSTINC2
;
2849 extern __at(0x0FDF) __sfr INDF2
;
2850 extern __at(0x0FE0) __sfr BSR
;
2851 extern __at(0x0FE1) __sfr FSR1L
;
2852 extern __at(0x0FE2) __sfr FSR1H
;
2853 extern __at(0x0FE3) __sfr PLUSW1
;
2854 extern __at(0x0FE4) __sfr PREINC1
;
2855 extern __at(0x0FE5) __sfr POSTDEC1
;
2856 extern __at(0x0FE6) __sfr POSTINC1
;
2857 extern __at(0x0FE7) __sfr INDF1
;
2858 extern __at(0x0FE8) __sfr WREG
;
2859 extern __at(0x0FE9) __sfr FSR0L
;
2860 extern __at(0x0FEA) __sfr FSR0H
;
2861 extern __at(0x0FEB) __sfr PLUSW0
;
2862 extern __at(0x0FEC) __sfr PREINC0
;
2863 extern __at(0x0FED) __sfr POSTDEC0
;
2864 extern __at(0x0FEE) __sfr POSTINC0
;
2865 extern __at(0x0FEF) __sfr INDF0
;
2867 //==============================================================================
2870 extern __at(0x0FF0) __sfr INTCON3
;
2876 unsigned INT1IF
: 1;
2877 unsigned INT2IF
: 1;
2879 unsigned INT1IE
: 1;
2880 unsigned INT2IE
: 1;
2882 unsigned INT1IP
: 1;
2883 unsigned INT2IP
: 1;
2899 extern __at(0x0FF0) volatile __INTCON3bits_t INTCON3bits
;
2901 #define _INT1IF 0x01
2903 #define _INT2IF 0x02
2905 #define _INT1IE 0x08
2907 #define _INT2IE 0x10
2909 #define _INT1IP 0x40
2911 #define _INT2IP 0x80
2914 //==============================================================================
2917 //==============================================================================
2920 extern __at(0x0FF1) __sfr INTCON2
;
2928 unsigned TMR0IP
: 1;
2930 unsigned INTEDG2
: 1;
2931 unsigned INTEDG1
: 1;
2932 unsigned INTEDG0
: 1;
2933 unsigned NOT_RBPU
: 1;
2949 extern __at(0x0FF1) volatile __INTCON2bits_t INTCON2bits
;
2952 #define _TMR0IP 0x04
2953 #define _INTEDG2 0x10
2954 #define _INTEDG1 0x20
2955 #define _INTEDG0 0x40
2956 #define _NOT_RBPU 0x80
2959 //==============================================================================
2962 //==============================================================================
2965 extern __at(0x0FF2) __sfr INTCON
;
2972 unsigned INT0IF
: 1;
2973 unsigned TMR0IF
: 1;
2975 unsigned INT0IE
: 1;
2976 unsigned TMR0IE
: 1;
2977 unsigned PEIE_GIEL
: 1;
2978 unsigned GIE_GIEH
: 1;
3006 extern __at(0x0FF2) volatile __INTCONbits_t INTCONbits
;
3009 #define _INT0IF 0x02
3011 #define _TMR0IF 0x04
3014 #define _INT0IE 0x10
3016 #define _TMR0IE 0x20
3018 #define _PEIE_GIEL 0x40
3021 #define _GIE_GIEH 0x80
3025 //==============================================================================
3027 extern __at(0x0FF3) __sfr PROD
;
3028 extern __at(0x0FF3) __sfr PRODL
;
3029 extern __at(0x0FF4) __sfr PRODH
;
3030 extern __at(0x0FF5) __sfr TABLAT
;
3031 extern __at(0x0FF6) __sfr TBLPTR
;
3032 extern __at(0x0FF6) __sfr TBLPTRL
;
3033 extern __at(0x0FF7) __sfr TBLPTRH
;
3034 extern __at(0x0FF8) __sfr TBLPTRU
;
3035 extern __at(0x0FF9) __sfr PC
;
3036 extern __at(0x0FF9) __sfr PCL
;
3037 extern __at(0x0FFA) __sfr PCLATH
;
3038 extern __at(0x0FFB) __sfr PCLATU
;
3040 //==============================================================================
3043 extern __at(0x0FFC) __sfr STKPTR
;
3055 unsigned STKUNF
: 1;
3056 unsigned STKFUL
: 1;
3068 unsigned STKOVF
: 1;
3078 extern __at(0x0FFC) volatile __STKPTRbits_t STKPTRbits
;
3085 #define _STKUNF 0x40
3086 #define _STKFUL 0x80
3087 #define _STKOVF 0x80
3089 //==============================================================================
3091 extern __at(0x0FFD) __sfr TOS
;
3092 extern __at(0x0FFD) __sfr TOSL
;
3093 extern __at(0x0FFE) __sfr TOSH
;
3094 extern __at(0x0FFF) __sfr TOSU
;
3096 //==============================================================================
3098 // Configuration Bits
3100 //==============================================================================
3102 #define __CONFIG1H 0x300001
3103 #define __CONFIG2L 0x300002
3104 #define __CONFIG2H 0x300003
3105 #define __CONFIG3H 0x300005
3106 #define __CONFIG4L 0x300006
3107 #define __CONFIG5L 0x300008
3108 #define __CONFIG5H 0x300009
3109 #define __CONFIG6L 0x30000A
3110 #define __CONFIG6H 0x30000B
3111 #define __CONFIG7L 0x30000C
3112 #define __CONFIG7H 0x30000D
3114 //----------------------------- CONFIG1H Options -------------------------------
3116 #define _FOSC_LP_1H 0xF0 // LP oscillator.
3117 #define _FOSC_XT_1H 0xF1 // XT oscillator.
3118 #define _FOSC_HS_1H 0xF2 // HS oscillator.
3119 #define _FOSC_RC_1H 0xF3 // External RC oscillator, CLKOUT function on RA6.
3120 #define _FOSC_EC_1H 0xF4 // EC oscillator, CLKOUT function on RA6.
3121 #define _FOSC_ECIO6_1H 0xF5 // EC oscillator, port function on RA6.
3122 #define _FOSC_HSPLL_1H 0xF6 // HS oscillator, PLL enabled (Clock Frequency = 4 x FOSC1).
3123 #define _FOSC_RCIO6_1H 0xF7 // External RC oscillator, port function on RA6.
3124 #define _FOSC_INTIO67_1H 0xF8 // Internal oscillator block, port function on RA6 and RA7.
3125 #define _FOSC_INTIO7_1H 0xF9 // Internal oscillator block, CLKOUT function on RA6, port function on RA7.
3126 #define _FCMEN_OFF_1H 0xBF // Fail-Safe Clock Monitor disabled.
3127 #define _FCMEN_ON_1H 0xFF // Fail-Safe Clock Monitor enabled.
3128 #define _IESO_OFF_1H 0x7F // Oscillator Switchover mode disabled.
3129 #define _IESO_ON_1H 0xFF // Oscillator Switchover mode enabled.
3131 //----------------------------- CONFIG2L Options -------------------------------
3133 #define _PWRT_ON_2L 0xFE // PWRT enabled.
3134 #define _PWRT_OFF_2L 0xFF // PWRT disabled.
3135 #define _BOREN_OFF_2L 0xF9 // Brown-out Reset disabled in hardware and software.
3136 #define _BOREN_ON_2L 0xFB // Brown-out Reset enabled and controlled by software (SBOREN is enabled).
3137 #define _BOREN_NOSLP_2L 0xFD // Brown-out Reset enabled in hardware only and disabled in Sleep mode (SBOREN is disabled).
3138 #define _BOREN_SBORDIS_2L 0xFF // Brown-out Reset enabled in hardware only (SBOREN is disabled).
3139 #define _BORV_30_2L 0xE7 // VBOR set to 3.0 V nominal.
3140 #define _BORV_27_2L 0xEF // VBOR set to 2.7 V nominal.
3141 #define _BORV_22_2L 0xF7 // VBOR set to 2.2 V nominal.
3142 #define _BORV_18_2L 0xFF // VBOR set to 1.8 V nominal.
3144 //----------------------------- CONFIG2H Options -------------------------------
3146 #define _WDTEN_OFF_2H 0xFE // WDT is controlled by SWDTEN bit of the WDTCON register.
3147 #define _WDTEN_ON_2H 0xFF // WDT is always enabled. SWDTEN bit has no effect.
3148 #define _WDTPS_1_2H 0xE1 // 1:1.
3149 #define _WDTPS_2_2H 0xE3 // 1:2.
3150 #define _WDTPS_4_2H 0xE5 // 1:4.
3151 #define _WDTPS_8_2H 0xE7 // 1:8.
3152 #define _WDTPS_16_2H 0xE9 // 1:16.
3153 #define _WDTPS_32_2H 0xEB // 1:32.
3154 #define _WDTPS_64_2H 0xED // 1:64.
3155 #define _WDTPS_128_2H 0xEF // 1:128.
3156 #define _WDTPS_256_2H 0xF1 // 1:256.
3157 #define _WDTPS_512_2H 0xF3 // 1:512.
3158 #define _WDTPS_1024_2H 0xF5 // 1:1024.
3159 #define _WDTPS_2048_2H 0xF7 // 1:2048.
3160 #define _WDTPS_4096_2H 0xF9 // 1:4096.
3161 #define _WDTPS_8192_2H 0xFB // 1:8192.
3162 #define _WDTPS_16384_2H 0xFD // 1:16384.
3163 #define _WDTPS_32768_2H 0xFF // 1:32768.
3165 //----------------------------- CONFIG3H Options -------------------------------
3167 #define _CCP2MX_PORTBE_3H 0xFE // CCP2 input/output is multiplexed with RB3.
3168 #define _CCP2MX_PORTC_3H 0xFF // CCP2 input/output is multiplexed with RC1.
3169 #define _PBADEN_OFF_3H 0xFD // PORTB<4:0> pins are configured as digital I/O on Reset.
3170 #define _PBADEN_ON_3H 0xFF // PORTB<4:0> pins are configured as analog input channels on Reset.
3171 #define _LPT1OSC_OFF_3H 0xFB // Timer1 configured for higher power operation.
3172 #define _LPT1OSC_ON_3H 0xFF // Timer1 configured for low-power operation.
3173 #define _HFOFST_OFF_3H 0xF7 // The system clock is held off until the HFINTOSC is stable.
3174 #define _HFOFST_ON_3H 0xFF // HFINTOSC starts clocking the CPU without waiting for the oscillator to stablize.
3175 #define _MCLRE_OFF_3H 0x7F // RE3 input pin enabled; MCLR disabled.
3176 #define _MCLRE_ON_3H 0xFF // MCLR pin enabled; RE3 input pin disabled.
3178 //----------------------------- CONFIG4L Options -------------------------------
3180 #define _STVREN_OFF_4L 0xFE // Stack full/underflow will not cause Reset.
3181 #define _STVREN_ON_4L 0xFF // Stack full/underflow will cause Reset.
3182 #define _LVP_OFF_4L 0xFB // Single-Supply ICSP disabled.
3183 #define _LVP_ON_4L 0xFF // Single-Supply ICSP enabled.
3184 #define _XINST_OFF_4L 0xBF // Instruction set extension and Indexed Addressing mode disabled (Legacy mode).
3185 #define _XINST_ON_4L 0xFF // Instruction set extension and Indexed Addressing mode enabled.
3186 #define _DEBUG_ON_4L 0x7F // Background debugger enabled, RB6 and RB7 are dedicated to In-Circuit Debug.
3187 #define _DEBUG_OFF_4L 0xFF // Background debugger disabled, RB6 and RB7 configured as general purpose I/O pins.
3189 //----------------------------- CONFIG5L Options -------------------------------
3191 #define _CP0_ON_5L 0xFE // Block 0 (000800-001FFFh) code-protected.
3192 #define _CP0_OFF_5L 0xFF // Block 0 (000800-001FFFh) not code-protected.
3193 #define _CP1_ON_5L 0xFD // Block 1 (002000-003FFFh) code-protected.
3194 #define _CP1_OFF_5L 0xFF // Block 1 (002000-003FFFh) not code-protected.
3196 //----------------------------- CONFIG5H Options -------------------------------
3198 #define _CPB_ON_5H 0xBF // Boot block (000000-0007FFh) code-protected.
3199 #define _CPB_OFF_5H 0xFF // Boot block (000000-0007FFh) not code-protected.
3200 #define _CPD_ON_5H 0x7F // Data EEPROM code-protected.
3201 #define _CPD_OFF_5H 0xFF // Data EEPROM not code-protected.
3203 //----------------------------- CONFIG6L Options -------------------------------
3205 #define _WRT0_ON_6L 0xFE // Block 0 (000800-001FFFh) write-protected.
3206 #define _WRT0_OFF_6L 0xFF // Block 0 (000800-001FFFh) not write-protected.
3207 #define _WRT1_ON_6L 0xFD // Block 1 (002000-003FFFh) write-protected.
3208 #define _WRT1_OFF_6L 0xFF // Block 1 (002000-003FFFh) not write-protected.
3210 //----------------------------- CONFIG6H Options -------------------------------
3212 #define _WRTC_ON_6H 0xDF // Configuration registers (300000-3000FFh) write-protected.
3213 #define _WRTC_OFF_6H 0xFF // Configuration registers (300000-3000FFh) not write-protected.
3214 #define _WRTB_ON_6H 0xBF // Boot Block (000000-0007FFh) write-protected.
3215 #define _WRTB_OFF_6H 0xFF // Boot Block (000000-0007FFh) not write-protected.
3216 #define _WRTD_ON_6H 0x7F // Data EEPROM write-protected.
3217 #define _WRTD_OFF_6H 0xFF // Data EEPROM not write-protected.
3219 //----------------------------- CONFIG7L Options -------------------------------
3221 #define _EBTR0_ON_7L 0xFE // Block 0 (000800-001FFFh) protected from table reads executed in other blocks.
3222 #define _EBTR0_OFF_7L 0xFF // Block 0 (000800-001FFFh) not protected from table reads executed in other blocks.
3223 #define _EBTR1_ON_7L 0xFD // Block 1 (002000-003FFFh) protected from table reads executed in other blocks.
3224 #define _EBTR1_OFF_7L 0xFF // Block 1 (002000-003FFFh) not protected from table reads executed in other blocks.
3226 //----------------------------- CONFIG7H Options -------------------------------
3228 #define _EBTRB_ON_7H 0xBF // Boot Block (000000-0007FFh) protected from table reads executed in other blocks.
3229 #define _EBTRB_OFF_7H 0xFF // Boot Block (000000-0007FFh) not protected from table reads executed in other blocks.
3231 //==============================================================================
3233 #define __DEVID1 0x3FFFFE
3234 #define __DEVID2 0x3FFFFF
3236 #define __IDLOC0 0x200000
3237 #define __IDLOC1 0x200001
3238 #define __IDLOC2 0x200002
3239 #define __IDLOC3 0x200003
3240 #define __IDLOC4 0x200004
3241 #define __IDLOC5 0x200005
3242 #define __IDLOC6 0x200006
3243 #define __IDLOC7 0x200007
3245 #endif // #ifndef __PIC18F24K20_H__