Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / pic / libdev / pic16f84.c
1 /* Register definitions for pic16f84.
2  * This file was automatically generated by:
3  *   inc2h.pl V4585
4  *   Copyright (c) 2002, Kevin L. Pauba, All Rights Reserved
5  */
6 #include <pic16f84.h>
7
8 __sfr  __at (INDF_ADDR)                    INDF;
9 __sfr  __at (TMR0_ADDR)                    TMR0;
10 __sfr  __at (PCL_ADDR)                     PCL;
11 __sfr  __at (STATUS_ADDR)                  STATUS;
12 __sfr  __at (FSR_ADDR)                     FSR;
13 __sfr  __at (PORTA_ADDR)                   PORTA;
14 __sfr  __at (PORTB_ADDR)                   PORTB;
15 __sfr  __at (EEDATA_ADDR)                  EEDATA;
16 __sfr  __at (EEADR_ADDR)                   EEADR;
17 __sfr  __at (PCLATH_ADDR)                  PCLATH;
18 __sfr  __at (INTCON_ADDR)                  INTCON;
19 __sfr  __at (OPTION_REG_ADDR)              OPTION_REG;
20 __sfr  __at (TRISA_ADDR)                   TRISA;
21 __sfr  __at (TRISB_ADDR)                   TRISB;
22 __sfr  __at (EECON1_ADDR)                  EECON1;
23 __sfr  __at (EECON2_ADDR)                  EECON2;
24
25 // 
26 // bitfield definitions
27 // 
28 volatile __EECON1_bits_t __at(EECON1_ADDR) EECON1_bits;
29 volatile __INTCON_bits_t __at(INTCON_ADDR) INTCON_bits;
30 volatile __OPTION_REG_bits_t __at(OPTION_REG_ADDR) OPTION_REG_bits;
31 volatile __PORTA_bits_t __at(PORTA_ADDR) PORTA_bits;
32 volatile __PORTB_bits_t __at(PORTB_ADDR) PORTB_bits;
33 volatile __STATUS_bits_t __at(STATUS_ADDR) STATUS_bits;
34 volatile __TRISA_bits_t __at(TRISA_ADDR) TRISA_bits;
35 volatile __TRISB_bits_t __at(TRISB_ADDR) TRISB_bits;
36