Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / pic / libdev / pic16c554.c
1 /* Register definitions for pic16c554.
2  * This file was automatically generated by:
3  *   inc2h.pl V4585
4  *   Copyright (c) 2002, Kevin L. Pauba, All Rights Reserved
5  */
6 #include <pic16c554.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 (PCLATH_ADDR)                  PCLATH;
16 __sfr  __at (INTCON_ADDR)                  INTCON;
17 __sfr  __at (OPTION_REG_ADDR)              OPTION_REG;
18 __sfr  __at (TRISA_ADDR)                   TRISA;
19 __sfr  __at (TRISB_ADDR)                   TRISB;
20 __sfr  __at (PCON_ADDR)                    PCON;
21
22 // 
23 // bitfield definitions
24 // 
25 volatile __INTCON_bits_t __at(INTCON_ADDR) INTCON_bits;
26 volatile __OPTION_REG_bits_t __at(OPTION_REG_ADDR) OPTION_REG_bits;
27 volatile __PCON_bits_t __at(PCON_ADDR) PCON_bits;
28 volatile __PORTA_bits_t __at(PORTA_ADDR) PORTA_bits;
29 volatile __PORTB_bits_t __at(PORTB_ADDR) PORTB_bits;
30 volatile __STATUS_bits_t __at(STATUS_ADDR) STATUS_bits;
31 volatile __TRISA_bits_t __at(TRISA_ADDR) TRISA_bits;
32 volatile __TRISB_bits_t __at(TRISB_ADDR) TRISB_bits;
33