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