067e60f5f41c8866089f506f0f0aa7c3b9523caa
[fw/sdcc] / device / include / pic / pic16c715.h
1 //
2 // Register Declarations for Microchip 16C715 Processor
3 //
4 //
5 // This header file was automatically generated by:
6 //
7 //      inc2h.pl V1.6
8 //
9 //      Copyright (c) 2002, Kevin L. Pauba, All Rights Reserved
10 //
11 //      SDCC is licensed under the GNU Public license (GPL) v2.  Note that
12 //      this license covers the code to the compiler and other executables,
13 //      but explicitly does not cover any code or objects generated by sdcc.
14 //      We have not yet decided on a license for the run time libraries, but
15 //      it will not put any requirements on code linked against it. See:
16 // 
17 //      http://www.gnu.org/copyleft/gpl/html
18 //
19 //      See http://sdcc.sourceforge.net/ for the latest information on sdcc.
20 //
21 // 
22 #ifndef P16C715_H
23 #define P16C715_H
24
25 //
26 // Register addresses.
27 //
28 #define INDF_ADDR       0x0000
29 #define TMR0_ADDR       0x0001
30 #define PCL_ADDR        0x0002
31 #define STATUS_ADDR     0x0003
32 #define FSR_ADDR        0x0004
33 #define PORTA_ADDR      0x0005
34 #define PORTB_ADDR      0x0006
35 #define PCLATH_ADDR     0x000A
36 #define INTCON_ADDR     0x000B
37 #define PIR1_ADDR       0x000C
38 #define ADRES_ADDR      0x001E
39 #define ADCON0_ADDR     0x001F
40 #define OPTION_REG_ADDR 0x0081
41 #define TRISA_ADDR      0x0085
42 #define TRISB_ADDR      0x0086
43 #define PIE1_ADDR       0x008C
44 #define PCON_ADDR       0x008E
45 #define ADCON1_ADDR     0x009F
46
47 //
48 // Memory organization.
49 //
50
51
52
53 //         LIST
54 // P16C715.INC  Standard Header File, Version 1.01    Microchip Technology, Inc.
55 //         NOLIST
56
57 // This header file defines configurations, registers, and other useful bits of
58 // information for the PIC16C715 microcontroller.  These names are taken to match 
59 // the data sheets as closely as possible.  
60
61 // Note that the processor must be selected before this file is 
62 // included.  The processor may be selected the following ways:
63
64 //       1. Command line switch:
65 //               C:\ MPASM MYFILE.ASM /PIC16C715
66 //       2. LIST directive in the source file
67 //               LIST   P=PIC16C715
68 //       3. Processor Type entry in the MPASM full-screen interface
69
70 //==========================================================================
71 //
72 //       Revision History
73 //
74 //==========================================================================
75
76 //Rev:   Date:    Reason:
77
78 //1.01   05/12/97 Added values for Parity Enable configuration bits
79 //1.00   04/11/96 Initial Release
80
81 //==========================================================================
82 //
83 //       Verify Processor
84 //
85 //==========================================================================
86
87 //        IFNDEF __16C715
88 //            MESSG "Processor-header file mismatch.  Verify selected processor."
89 //         ENDIF
90
91 //==========================================================================
92 //
93 //       Register Definitions
94 //
95 //==========================================================================
96
97 #define W                    0x0000
98 #define F                    0x0001
99
100 //----- Register Files------------------------------------------------------
101
102 extern __data __at (INDF_ADDR) volatile char      INDF;
103 extern __sfr  __at (TMR0_ADDR)                    TMR0;
104 extern __data __at (PCL_ADDR) volatile char       PCL;
105 extern __sfr  __at (STATUS_ADDR)                  STATUS;
106 extern __sfr  __at (FSR_ADDR)                     FSR;
107 extern __sfr  __at (PORTA_ADDR)                   PORTA;
108 extern __sfr  __at (PORTB_ADDR)                   PORTB;
109 extern __sfr  __at (PCLATH_ADDR)                  PCLATH;
110 extern __sfr  __at (INTCON_ADDR)                  INTCON;
111 extern __sfr  __at (PIR1_ADDR)                    PIR1;
112 extern __sfr  __at (ADRES_ADDR)                   ADRES;
113 extern __sfr  __at (ADCON0_ADDR)                  ADCON0;
114
115 extern __sfr  __at (OPTION_REG_ADDR)              OPTION_REG;
116 extern __sfr  __at (TRISA_ADDR)                   TRISA;
117 extern __sfr  __at (TRISB_ADDR)                   TRISB;
118 extern __sfr  __at (PIE1_ADDR)                    PIE1;
119 extern __sfr  __at (PCON_ADDR)                    PCON;
120 extern __sfr  __at (ADCON1_ADDR)                  ADCON1;
121
122 //----- STATUS Bits --------------------------------------------------------
123
124
125 //----- INTCON Bits --------------------------------------------------------
126
127
128 //----- PIR1 Bits ----------------------------------------------------------
129
130
131 //----- ADCON0 Bits --------------------------------------------------------
132
133
134 //----- OPTION Bits --------------------------------------------------------
135
136
137 //----- PIE1 Bits ----------------------------------------------------------
138
139
140 //----- PCON Bits ----------------------------------------------------------
141
142
143 //----- ADCON1 Bits --------------------------------------------------------
144
145
146 //==========================================================================
147 //
148 //       RAM Definition
149 //
150 //==========================================================================
151
152 //         __MAXRAM H'FF'
153 //         __BADRAM H'07'-H'09', H'0D'-H'1D'
154 //         __BADRAM H'87'-H'89', H'8D', H'8F'-H'9E', H'C0'-H'EF'
155
156 //==========================================================================
157 //
158 //       Configuration Bits
159 //
160 //==========================================================================
161
162 #define _MPEEN_ON            0x3FFF 
163 #define _MPEEN_OFF           0x3F7F
164 #define _BODEN_ON            0x3FFF
165 #define _BODEN_OFF           0x3FBF
166 #define _CP_ALL              0x00CF
167 #define _CP_50               0x15DF
168 #define _CP_OFF              0x3FFF
169 #define _PWRTE_OFF           0x3FFF
170 #define _PWRTE_ON            0x3FF7
171 #define _WDT_ON              0x3FFF
172 #define _WDT_OFF             0x3FFB
173 #define _LP_OSC              0x3FFC
174 #define _XT_OSC              0x3FFD
175 #define _HS_OSC              0x3FFE
176 #define _RC_OSC              0x3FFF
177
178 //         LIST
179
180 // ----- ADCON0 bits --------------------
181 typedef union {
182   struct {
183     unsigned char ADON:1;
184     unsigned char :1;
185     unsigned char GO:1;
186     unsigned char CHS0:1;
187     unsigned char CHS1:1;
188     unsigned char CHS2:1;
189     unsigned char ADCS0:1;
190     unsigned char ADCS1:1;
191   };
192   struct {
193     unsigned char :1;
194     unsigned char :1;
195     unsigned char NOT_DONE:1;
196     unsigned char :1;
197     unsigned char :1;
198     unsigned char :1;
199     unsigned char :1;
200     unsigned char :1;
201   };
202   struct {
203     unsigned char :1;
204     unsigned char :1;
205     unsigned char GO_DONE:1;
206     unsigned char :1;
207     unsigned char :1;
208     unsigned char :1;
209     unsigned char :1;
210     unsigned char :1;
211   };
212 } __ADCON0_bits_t;
213 extern volatile __ADCON0_bits_t __at(ADCON0_ADDR) ADCON0_bits;
214
215 #define ADON                 ADCON0_bits.ADON
216 #define GO                   ADCON0_bits.GO
217 #define NOT_DONE             ADCON0_bits.NOT_DONE
218 #define GO_DONE              ADCON0_bits.GO_DONE
219 #define CHS0                 ADCON0_bits.CHS0
220 #define CHS1                 ADCON0_bits.CHS1
221 #define CHS2                 ADCON0_bits.CHS2
222 #define ADCS0                ADCON0_bits.ADCS0
223 #define ADCS1                ADCON0_bits.ADCS1
224
225 // ----- ADCON1 bits --------------------
226 typedef union {
227   struct {
228     unsigned char PCFG0:1;
229     unsigned char PCFG1:1;
230     unsigned char :1;
231     unsigned char :1;
232     unsigned char :1;
233     unsigned char :1;
234     unsigned char :1;
235     unsigned char :1;
236   };
237 } __ADCON1_bits_t;
238 extern volatile __ADCON1_bits_t __at(ADCON1_ADDR) ADCON1_bits;
239
240 #define PCFG0                ADCON1_bits.PCFG0
241 #define PCFG1                ADCON1_bits.PCFG1
242
243 // ----- INTCON bits --------------------
244 typedef union {
245   struct {
246     unsigned char RBIF:1;
247     unsigned char INTF:1;
248     unsigned char T0IF:1;
249     unsigned char RBIE:1;
250     unsigned char INTE:1;
251     unsigned char T0IE:1;
252     unsigned char PEIE:1;
253     unsigned char GIE:1;
254   };
255 } __INTCON_bits_t;
256 extern volatile __INTCON_bits_t __at(INTCON_ADDR) INTCON_bits;
257
258 #define RBIF                 INTCON_bits.RBIF
259 #define INTF                 INTCON_bits.INTF
260 #define T0IF                 INTCON_bits.T0IF
261 #define RBIE                 INTCON_bits.RBIE
262 #define INTE                 INTCON_bits.INTE
263 #define T0IE                 INTCON_bits.T0IE
264 #define PEIE                 INTCON_bits.PEIE
265 #define GIE                  INTCON_bits.GIE
266
267 // ----- OPTION_REG bits --------------------
268 typedef union {
269   struct {
270     unsigned char PS0:1;
271     unsigned char PS1:1;
272     unsigned char PS2:1;
273     unsigned char PSA:1;
274     unsigned char T0SE:1;
275     unsigned char T0CS:1;
276     unsigned char INTEDG:1;
277     unsigned char NOT_RBPU:1;
278   };
279 } __OPTION_REG_bits_t;
280 extern volatile __OPTION_REG_bits_t __at(OPTION_REG_ADDR) OPTION_REG_bits;
281
282 #define PS0                  OPTION_REG_bits.PS0
283 #define PS1                  OPTION_REG_bits.PS1
284 #define PS2                  OPTION_REG_bits.PS2
285 #define PSA                  OPTION_REG_bits.PSA
286 #define T0SE                 OPTION_REG_bits.T0SE
287 #define T0CS                 OPTION_REG_bits.T0CS
288 #define INTEDG               OPTION_REG_bits.INTEDG
289 #define NOT_RBPU             OPTION_REG_bits.NOT_RBPU
290
291 // ----- PCON bits --------------------
292 typedef union {
293   struct {
294     unsigned char NOT_BO:1;
295     unsigned char NOT_POR:1;
296     unsigned char NOT_MPE:1;
297     unsigned char :1;
298     unsigned char :1;
299     unsigned char :1;
300     unsigned char :1;
301     unsigned char :1;
302   };
303   struct {
304     unsigned char NOT_BOR:1;
305     unsigned char :1;
306     unsigned char :1;
307     unsigned char :1;
308     unsigned char :1;
309     unsigned char :1;
310     unsigned char :1;
311     unsigned char :1;
312   };
313 } __PCON_bits_t;
314 extern volatile __PCON_bits_t __at(PCON_ADDR) PCON_bits;
315
316 #define NOT_BO               PCON_bits.NOT_BO
317 #define NOT_BOR              PCON_bits.NOT_BOR
318 #define NOT_POR              PCON_bits.NOT_POR
319 #define NOT_MPE              PCON_bits.NOT_MPE
320
321 // ----- PIE1 bits --------------------
322 typedef union {
323   struct {
324     unsigned char :1;
325     unsigned char :1;
326     unsigned char :1;
327     unsigned char :1;
328     unsigned char :1;
329     unsigned char :1;
330     unsigned char ADIE:1;
331     unsigned char :1;
332   };
333 } __PIE1_bits_t;
334 extern volatile __PIE1_bits_t __at(PIE1_ADDR) PIE1_bits;
335
336 #define ADIE                 PIE1_bits.ADIE
337
338 // ----- PIR1 bits --------------------
339 typedef union {
340   struct {
341     unsigned char :1;
342     unsigned char :1;
343     unsigned char :1;
344     unsigned char :1;
345     unsigned char :1;
346     unsigned char :1;
347     unsigned char ADIF:1;
348     unsigned char :1;
349   };
350 } __PIR1_bits_t;
351 extern volatile __PIR1_bits_t __at(PIR1_ADDR) PIR1_bits;
352
353 #define ADIF                 PIR1_bits.ADIF
354
355 // ----- STATUS bits --------------------
356 typedef union {
357   struct {
358     unsigned char C:1;
359     unsigned char DC:1;
360     unsigned char Z:1;
361     unsigned char NOT_PD:1;
362     unsigned char NOT_TO:1;
363     unsigned char RP0:1;
364     unsigned char RP1:1;
365     unsigned char IRP:1;
366   };
367 } __STATUS_bits_t;
368 extern volatile __STATUS_bits_t __at(STATUS_ADDR) STATUS_bits;
369
370 #define C                    STATUS_bits.C
371 #define DC                   STATUS_bits.DC
372 #define Z                    STATUS_bits.Z
373 #define NOT_PD               STATUS_bits.NOT_PD
374 #define NOT_TO               STATUS_bits.NOT_TO
375 #define RP0                  STATUS_bits.RP0
376 #define RP1                  STATUS_bits.RP1
377 #define IRP                  STATUS_bits.IRP
378
379 #endif