2 * This declarations of the PIC16F84 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:22:55 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 __PIC16F84_H__
26 #define __PIC16F84_H__
28 //==============================================================================
32 //==============================================================================
34 #ifndef NO_ADDR_DEFINES
36 #define INDF_ADDR 0x0000
37 #define TMR0_ADDR 0x0001
38 #define PCL_ADDR 0x0002
39 #define STATUS_ADDR 0x0003
40 #define FSR_ADDR 0x0004
41 #define PORTA_ADDR 0x0005
42 #define PORTB_ADDR 0x0006
43 #define EEDATA_ADDR 0x0008
44 #define EEADR_ADDR 0x0009
45 #define PCLATH_ADDR 0x000A
46 #define INTCON_ADDR 0x000B
47 #define OPTION_REG_ADDR 0x0081
48 #define TRISA_ADDR 0x0085
49 #define TRISB_ADDR 0x0086
50 #define EECON1_ADDR 0x0088
51 #define EECON2_ADDR 0x0089
53 #endif // #ifndef NO_ADDR_DEFINES
55 //==============================================================================
57 // Register Definitions
59 //==============================================================================
61 extern __at(0x0000) __sfr INDF
;
62 extern __at(0x0001) __sfr TMR0
;
63 extern __at(0x0002) __sfr PCL
;
65 //==============================================================================
68 extern __at(0x0003) __sfr STATUS
;
92 extern __at(0x0003) volatile __STATUSbits_t STATUSbits
;
103 //==============================================================================
105 extern __at(0x0004) __sfr FSR
;
107 //==============================================================================
110 extern __at(0x0005) __sfr PORTA
;
133 extern __at(0x0005) volatile __PORTAbits_t PORTAbits
;
141 //==============================================================================
144 //==============================================================================
147 extern __at(0x0006) __sfr PORTB
;
161 extern __at(0x0006) volatile __PORTBbits_t PORTBbits
;
172 //==============================================================================
174 extern __at(0x0008) __sfr EEDATA
;
175 extern __at(0x0009) __sfr EEADR
;
176 extern __at(0x000A) __sfr PCLATH
;
178 //==============================================================================
181 extern __at(0x000B) __sfr INTCON
;
210 extern __at(0x000B) volatile __INTCONbits_t INTCONbits
;
223 //==============================================================================
226 //==============================================================================
229 extern __at(0x0081) __sfr OPTION_REG
;
242 unsigned NOT_RBPU
: 1;
250 } __OPTION_REGbits_t
;
252 extern __at(0x0081) volatile __OPTION_REGbits_t OPTION_REGbits
;
261 #define _NOT_RBPU 0x80
263 //==============================================================================
266 //==============================================================================
269 extern __at(0x0085) __sfr TRISA
;
292 extern __at(0x0085) volatile __TRISAbits_t TRISAbits
;
300 //==============================================================================
303 //==============================================================================
306 extern __at(0x0086) __sfr TRISB
;
320 extern __at(0x0086) volatile __TRISBbits_t TRISBbits
;
331 //==============================================================================
334 //==============================================================================
337 extern __at(0x0088) __sfr EECON1
;
351 extern __at(0x0088) volatile __EECON1bits_t EECON1bits
;
359 //==============================================================================
361 extern __at(0x0089) __sfr EECON2
;
363 //==============================================================================
365 // Configuration Bits
367 //==============================================================================
369 #define _CONFIG 0x2007
371 //----------------------------- CONFIG Options -------------------------------
373 #define _FOSC_LP 0x3FFC // LP oscillator.
374 #define _LP_OSC 0x3FFC // LP oscillator.
375 #define _FOSC_XT 0x3FFD // XT oscillator.
376 #define _XT_OSC 0x3FFD // XT oscillator.
377 #define _FOSC_HS 0x3FFE // HS oscillator.
378 #define _HS_OSC 0x3FFE // HS oscillator.
379 #define _FOSC_EXTRC 0x3FFF // RC oscillator.
380 #define _RC_OSC 0x3FFF // RC oscillator.
381 #define _WDTE_OFF 0x3FFB // WDT disabled.
382 #define _WDT_OFF 0x3FFB // WDT disabled.
383 #define _WDTE_ON 0x3FFF // WDT enabled.
384 #define _WDT_ON 0x3FFF // WDT enabled.
385 #define _PWRTE_ON 0x3FF7 // Power-up Timer is enabled.
386 #define _PWRTE_OFF 0x3FFF // Power-up Timer is disabled.
387 #define _CP_ON 0x000F // All program memory is code protected.
388 #define _CP_OFF 0x3FFF // Code protection disabled.
390 //==============================================================================
392 #define _IDLOC0 0x2000
393 #define _IDLOC1 0x2001
394 #define _IDLOC2 0x2002
395 #define _IDLOC3 0x2003
397 //==============================================================================
399 #ifndef NO_BIT_DEFINES
401 #define RD EECON1bits.RD // bit 0
402 #define WR EECON1bits.WR // bit 1
403 #define WREN EECON1bits.WREN // bit 2
404 #define WRERR EECON1bits.WRERR // bit 3
405 #define EEIF EECON1bits.EEIF // bit 4
407 #define RBIF INTCONbits.RBIF // bit 0
408 #define INTF INTCONbits.INTF // bit 1
409 #define T0IF INTCONbits.T0IF // bit 2, shadows bit in INTCONbits
410 #define TMR0IF INTCONbits.TMR0IF // bit 2, shadows bit in INTCONbits
411 #define RBIE INTCONbits.RBIE // bit 3
412 #define INTE INTCONbits.INTE // bit 4
413 #define T0IE INTCONbits.T0IE // bit 5, shadows bit in INTCONbits
414 #define TMR0IE INTCONbits.TMR0IE // bit 5, shadows bit in INTCONbits
415 #define EEIE INTCONbits.EEIE // bit 6
416 #define GIE INTCONbits.GIE // bit 7
418 #define PS0 OPTION_REGbits.PS0 // bit 0
419 #define PS1 OPTION_REGbits.PS1 // bit 1
420 #define PS2 OPTION_REGbits.PS2 // bit 2
421 #define PSA OPTION_REGbits.PSA // bit 3
422 #define T0SE OPTION_REGbits.T0SE // bit 4
423 #define T0CS OPTION_REGbits.T0CS // bit 5
424 #define INTEDG OPTION_REGbits.INTEDG // bit 6
425 #define NOT_RBPU OPTION_REGbits.NOT_RBPU // bit 7
427 #define RA0 PORTAbits.RA0 // bit 0
428 #define RA1 PORTAbits.RA1 // bit 1
429 #define RA2 PORTAbits.RA2 // bit 2
430 #define RA3 PORTAbits.RA3 // bit 3
431 #define RA4 PORTAbits.RA4 // bit 4
433 #define RB0 PORTBbits.RB0 // bit 0
434 #define RB1 PORTBbits.RB1 // bit 1
435 #define RB2 PORTBbits.RB2 // bit 2
436 #define RB3 PORTBbits.RB3 // bit 3
437 #define RB4 PORTBbits.RB4 // bit 4
438 #define RB5 PORTBbits.RB5 // bit 5
439 #define RB6 PORTBbits.RB6 // bit 6
440 #define RB7 PORTBbits.RB7 // bit 7
442 #define C STATUSbits.C // bit 0
443 #define DC STATUSbits.DC // bit 1
444 #define Z STATUSbits.Z // bit 2
445 #define NOT_PD STATUSbits.NOT_PD // bit 3
446 #define NOT_TO STATUSbits.NOT_TO // bit 4
447 #define RP0 STATUSbits.RP0 // bit 5
448 #define RP1 STATUSbits.RP1 // bit 6
449 #define IRP STATUSbits.IRP // bit 7
451 #define TRISA0 TRISAbits.TRISA0 // bit 0
452 #define TRISA1 TRISAbits.TRISA1 // bit 1
453 #define TRISA2 TRISAbits.TRISA2 // bit 2
454 #define TRISA3 TRISAbits.TRISA3 // bit 3
455 #define TRISA4 TRISAbits.TRISA4 // bit 4
457 #define TRISB0 TRISBbits.TRISB0 // bit 0
458 #define TRISB1 TRISBbits.TRISB1 // bit 1
459 #define TRISB2 TRISBbits.TRISB2 // bit 2
460 #define TRISB3 TRISBbits.TRISB3 // bit 3
461 #define TRISB4 TRISBbits.TRISB4 // bit 4
462 #define TRISB5 TRISBbits.TRISB5 // bit 5
463 #define TRISB6 TRISBbits.TRISB6 // bit 6
464 #define TRISB7 TRISBbits.TRISB7 // bit 7
466 #endif // #ifndef NO_BIT_DEFINES
468 #endif // #ifndef __PIC16F84_H__