5a6482cea8e3cc5c2110cbe3ff94628003327d6d
[fw/sdcc] / device / lib / pic / libdev / pic16f505.c
1 /* Register definitions for pic16f505.
2  * This file was automatically generated by:
3  *   inc2h.pl V1.6
4  *   Copyright (c) 2002, Kevin L. Pauba, All Rights Reserved
5  */
6 #include <pic16f505.h>
7
8 __data __at (INDF_ADDR) volatile char      INDF;
9 __sfr  __at (TMR0_ADDR)                    TMR0;
10 __data __at (PCL_ADDR) volatile char       PCL;
11 __sfr  __at (STATUS_ADDR)                  STATUS;
12 __sfr  __at (FSR_ADDR)                     FSR;
13 __sfr  __at (OSCCAL_ADDR)                  OSCCAL;
14 __sfr  __at (PORTB_ADDR)                   PORTB;
15 __sfr  __at (PORTC_ADDR)                   PORTC;
16 __sfr  __at (OPTION_REG_ADDR)              OPTION_REG;
17
18 // 
19 // bitfield definitions
20 // 
21 volatile __OPTION_REG_bits_t __at(OPTION_REG_ADDR) OPTION_REG_bits;
22 volatile __OSCCAL_bits_t __at(OSCCAL_ADDR) OSCCAL_bits;
23 volatile __STATUS_bits_t __at(STATUS_ADDR) STATUS_bits;
24