Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / pic / libdev / pic16c433.c
1 /* Register definitions for pic16c433.
2  * This file was automatically generated by:
3  *   inc2h.pl V4585
4  *   Copyright (c) 2002, Kevin L. Pauba, All Rights Reserved
5  */
6 #include <pic16c433.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 (GPIO_ADDR)                    GPIO;
14 __sfr  __at (PCLATH_ADDR)                  PCLATH;
15 __sfr  __at (INTCON_ADDR)                  INTCON;
16 __sfr  __at (PIR1_ADDR)                    PIR1;
17 __sfr  __at (ADRES_ADDR)                   ADRES;
18 __sfr  __at (ADCON0_ADDR)                  ADCON0;
19 __sfr  __at (OPTION_REG_ADDR)              OPTION_REG;
20 __sfr  __at (TRISIO_ADDR)                  TRISIO;
21 __sfr  __at (PIE1_ADDR)                    PIE1;
22 __sfr  __at (PCON_ADDR)                    PCON;
23 __sfr  __at (OSCCAL_ADDR)                  OSCCAL;
24 __sfr  __at (ADCON1_ADDR)                  ADCON1;
25
26 // 
27 // bitfield definitions
28 // 
29 volatile __ADCON0_bits_t __at(ADCON0_ADDR) ADCON0_bits;
30 volatile __ADCON1_bits_t __at(ADCON1_ADDR) ADCON1_bits;
31 volatile __INTCON_bits_t __at(INTCON_ADDR) INTCON_bits;
32 volatile __OPTION_REG_bits_t __at(OPTION_REG_ADDR) OPTION_REG_bits;
33 volatile __OSCCAL_bits_t __at(OSCCAL_ADDR) OSCCAL_bits;
34 volatile __PCON_bits_t __at(PCON_ADDR) PCON_bits;
35 volatile __PIE1_bits_t __at(PIE1_ADDR) PIE1_bits;
36 volatile __PIR1_bits_t __at(PIR1_ADDR) PIR1_bits;
37 volatile __STATUS_bits_t __at(STATUS_ADDR) STATUS_bits;
38