Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / pic / libdev / pic16f630.c
1 /* Register definitions for pic16f630.
2  * This file was automatically generated by:
3  *   inc2h.pl V4585
4  *   Copyright (c) 2002, Kevin L. Pauba, All Rights Reserved
5  */
6 #include <pic16f630.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 (PORTC_ADDR)                   PORTC;
15 __sfr  __at (PCLATH_ADDR)                  PCLATH;
16 __sfr  __at (INTCON_ADDR)                  INTCON;
17 __sfr  __at (PIR1_ADDR)                    PIR1;
18 __sfr  __at (TMR1L_ADDR)                   TMR1L;
19 __sfr  __at (TMR1H_ADDR)                   TMR1H;
20 __sfr  __at (T1CON_ADDR)                   T1CON;
21 __sfr  __at (CMCON_ADDR)                   CMCON;
22 __sfr  __at (OPTION_REG_ADDR)              OPTION_REG;
23 __sfr  __at (TRISA_ADDR)                   TRISA;
24 __sfr  __at (TRISC_ADDR)                   TRISC;
25 __sfr  __at (PIE1_ADDR)                    PIE1;
26 __sfr  __at (PCON_ADDR)                    PCON;
27 __sfr  __at (OSCCAL_ADDR)                  OSCCAL;
28 __sfr  __at (WPUA_ADDR)                    WPUA;
29 __sfr  __at (WPU_ADDR)                     WPU;
30 __sfr  __at (IOCA_ADDR)                    IOCA;
31 __sfr  __at (IOC_ADDR)                     IOC;
32 __sfr  __at (VRCON_ADDR)                   VRCON;
33 __sfr  __at (EEDATA_ADDR)                  EEDATA;
34 __sfr  __at (EEDAT_ADDR)                   EEDAT;
35 __sfr  __at (EEADR_ADDR)                   EEADR;
36 __sfr  __at (EECON1_ADDR)                  EECON1;
37 __sfr  __at (EECON2_ADDR)                  EECON2;
38
39 // 
40 // bitfield definitions
41 // 
42 volatile __CMCON_bits_t __at(CMCON_ADDR) CMCON_bits;
43 volatile __EECON1_bits_t __at(EECON1_ADDR) EECON1_bits;
44 volatile __INTCON_bits_t __at(INTCON_ADDR) INTCON_bits;
45 volatile __OPTION_REG_bits_t __at(OPTION_REG_ADDR) OPTION_REG_bits;
46 volatile __OSCCAL_bits_t __at(OSCCAL_ADDR) OSCCAL_bits;
47 volatile __PCON_bits_t __at(PCON_ADDR) PCON_bits;
48 volatile __PIE1_bits_t __at(PIE1_ADDR) PIE1_bits;
49 volatile __PIR1_bits_t __at(PIR1_ADDR) PIR1_bits;
50 volatile __PORTA_bits_t __at(PORTA_ADDR) PORTA_bits;
51 volatile __PORTC_bits_t __at(PORTC_ADDR) PORTC_bits;
52 volatile __STATUS_bits_t __at(STATUS_ADDR) STATUS_bits;
53 volatile __T1CON_bits_t __at(T1CON_ADDR) T1CON_bits;
54 volatile __TRISA_bits_t __at(TRISA_ADDR) TRISA_bits;
55 volatile __TRISC_bits_t __at(TRISC_ADDR) TRISC_bits;
56 volatile __VRCON_bits_t __at(VRCON_ADDR) VRCON_bits;
57