Imported Upstream version 2.9.0
[debian/cc1111] / device / include / pic / pic16c621a.h
1 //
2 // Register Declarations for Microchip 16C621A Processor
3 //
4 //
5 // This header file was automatically generated by:
6 //
7 //      inc2h.pl V4783
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 P16C621A_H
23 #define P16C621A_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 CMCON_ADDR      0x001F
39 #define OPTION_REG_ADDR 0x0081
40 #define TRISA_ADDR      0x0085
41 #define TRISB_ADDR      0x0086
42 #define PIE1_ADDR       0x008C
43 #define PCON_ADDR       0x008E
44 #define VRCON_ADDR      0x009F
45
46 //
47 // Memory organization.
48 //
49
50
51
52 //         LIST
53 // P16C621A.INC  Standard Header File, Version 1.10    Microchip Technology, Inc.
54 //         NOLIST
55
56 // This header file defines configurations, registers, and other useful bits of
57 // information for the PIC16C621A microcontroller.  These names are taken to match 
58 // the data sheets as closely as possible.  
59
60 // Note that the processor must be selected before this file is 
61 // included.  The processor may be selected the following ways:
62
63 //       1. Command line switch:
64 //               C:\ MPASM MYFILE.ASM /PIC16C621A
65 //       2. LIST directive in the source file
66 //               LIST   P=PIC16C621A
67 //       3. Processor Type entry in the MPASM full-screen interface
68
69 //==========================================================================
70 //
71 //       Revision History
72 //
73 //==========================================================================
74
75 //Rev:   Date:    Reason:
76
77 //1.00   05/28/97 Initial Release
78 //1.10   16/08/99 Added unbanked RAM at 70-7F
79
80 //==========================================================================
81 //
82 //       Verify Processor
83 //
84 //==========================================================================
85
86 //        IFNDEF __16C621A
87 //            MESSG "Processor-header file mismatch.  Verify selected processor."
88 //         ENDIF
89
90 //==========================================================================
91 //
92 //       Register Definitions
93 //
94 //==========================================================================
95
96 #define W                    0x0000
97 #define F                    0x0001
98
99 //----- Register Files------------------------------------------------------
100
101 extern __sfr  __at (INDF_ADDR)                    INDF;
102 extern __sfr  __at (TMR0_ADDR)                    TMR0;
103 extern __sfr  __at (PCL_ADDR)                     PCL;
104 extern __sfr  __at (STATUS_ADDR)                  STATUS;
105 extern __sfr  __at (FSR_ADDR)                     FSR;
106 extern __sfr  __at (PORTA_ADDR)                   PORTA;
107 extern __sfr  __at (PORTB_ADDR)                   PORTB;
108 extern __sfr  __at (PCLATH_ADDR)                  PCLATH;
109 extern __sfr  __at (INTCON_ADDR)                  INTCON;
110 extern __sfr  __at (PIR1_ADDR)                    PIR1;
111 extern __sfr  __at (CMCON_ADDR)                   CMCON;
112
113 extern __sfr  __at (OPTION_REG_ADDR)              OPTION_REG;
114 extern __sfr  __at (TRISA_ADDR)                   TRISA;
115 extern __sfr  __at (TRISB_ADDR)                   TRISB;
116 extern __sfr  __at (PIE1_ADDR)                    PIE1;
117 extern __sfr  __at (PCON_ADDR)                    PCON;
118 extern __sfr  __at (VRCON_ADDR)                   VRCON;
119
120 //----- STATUS Bits --------------------------------------------------------
121
122
123 //----- INTCON Bits --------------------------------------------------------
124
125
126 //----- PIR1 Bits ----------------------------------------------------------
127
128
129 //----- CMCON Bits ---------------------------------------------------------
130
131
132 //----- OPTION Bits --------------------------------------------------------
133
134
135 //----- PIE1 Bits ----------------------------------------------------------
136
137
138 //----- PCON Bits ----------------------------------------------------------
139
140
141 //----- VRCON Bits ---------------------------------------------------------
142
143
144 //==========================================================================
145 //
146 //       RAM Definition
147 //
148 //==========================================================================
149
150 //         __MAXRAM H'0FF'
151 //         __BADRAM H'07'-H'09', H'0D'-H'1E'
152 //         __BADRAM H'87'-H'89', H'8D', H'8F'-H'9E'
153 //      __BADRAM H'A0'-H'EF'
154
155 //==========================================================================
156 //
157 //       Configuration Bits
158 //
159 //==========================================================================
160
161 #define _BODEN_ON            0x3FFF
162 #define _BODEN_OFF           0x3FBF
163 #define _CP_ALL              0x00CF
164 #define _CP_50               0x15DF
165 #define _CP_OFF              0x3FFF
166 #define _PWRTE_OFF           0x3FFF
167 #define _PWRTE_ON            0x3FF7
168 #define _WDT_ON              0x3FFF
169 #define _WDT_OFF             0x3FFB
170 #define _LP_OSC              0x3FFC
171 #define _XT_OSC              0x3FFD
172 #define _HS_OSC              0x3FFE
173 #define _RC_OSC              0x3FFF
174
175 //         LIST
176
177 // ----- CMCON bits --------------------
178 typedef union {
179   struct {
180     unsigned char CM0:1;
181     unsigned char CM1:1;
182     unsigned char CM2:1;
183     unsigned char CIS:1;
184     unsigned char :1;
185     unsigned char :1;
186     unsigned char C1OUT:1;
187     unsigned char C2OUT:1;
188   };
189 } __CMCON_bits_t;
190 extern volatile __CMCON_bits_t __at(CMCON_ADDR) CMCON_bits;
191
192 #ifndef NO_BIT_DEFINES
193 #define CM0                  CMCON_bits.CM0
194 #define CM1                  CMCON_bits.CM1
195 #define CM2                  CMCON_bits.CM2
196 #define CIS                  CMCON_bits.CIS
197 #define C1OUT                CMCON_bits.C1OUT
198 #define C2OUT                CMCON_bits.C2OUT
199 #endif /* NO_BIT_DEFINES */
200
201 // ----- INTCON bits --------------------
202 typedef union {
203   struct {
204     unsigned char RBIF:1;
205     unsigned char INTF:1;
206     unsigned char T0IF:1;
207     unsigned char RBIE:1;
208     unsigned char INTE:1;
209     unsigned char T0IE:1;
210     unsigned char PEIE:1;
211     unsigned char GIE:1;
212   };
213 } __INTCON_bits_t;
214 extern volatile __INTCON_bits_t __at(INTCON_ADDR) INTCON_bits;
215
216 #ifndef NO_BIT_DEFINES
217 #define RBIF                 INTCON_bits.RBIF
218 #define INTF                 INTCON_bits.INTF
219 #define T0IF                 INTCON_bits.T0IF
220 #define RBIE                 INTCON_bits.RBIE
221 #define INTE                 INTCON_bits.INTE
222 #define T0IE                 INTCON_bits.T0IE
223 #define PEIE                 INTCON_bits.PEIE
224 #define GIE                  INTCON_bits.GIE
225 #endif /* NO_BIT_DEFINES */
226
227 // ----- OPTION_REG bits --------------------
228 typedef union {
229   struct {
230     unsigned char PS0:1;
231     unsigned char PS1:1;
232     unsigned char PS2:1;
233     unsigned char PSA:1;
234     unsigned char T0SE:1;
235     unsigned char T0CS:1;
236     unsigned char INTEDG:1;
237     unsigned char NOT_RBPU:1;
238   };
239 } __OPTION_REG_bits_t;
240 extern volatile __OPTION_REG_bits_t __at(OPTION_REG_ADDR) OPTION_REG_bits;
241
242 #ifndef NO_BIT_DEFINES
243 #define PS0                  OPTION_REG_bits.PS0
244 #define PS1                  OPTION_REG_bits.PS1
245 #define PS2                  OPTION_REG_bits.PS2
246 #define PSA                  OPTION_REG_bits.PSA
247 #define T0SE                 OPTION_REG_bits.T0SE
248 #define T0CS                 OPTION_REG_bits.T0CS
249 #define INTEDG               OPTION_REG_bits.INTEDG
250 #define NOT_RBPU             OPTION_REG_bits.NOT_RBPU
251 #endif /* NO_BIT_DEFINES */
252
253 // ----- PCON bits --------------------
254 typedef union {
255   struct {
256     unsigned char NOT_BO:1;
257     unsigned char NOT_POR:1;
258     unsigned char :1;
259     unsigned char :1;
260     unsigned char :1;
261     unsigned char :1;
262     unsigned char :1;
263     unsigned char :1;
264   };
265   struct {
266     unsigned char NOT_BOR:1;
267     unsigned char :1;
268     unsigned char :1;
269     unsigned char :1;
270     unsigned char :1;
271     unsigned char :1;
272     unsigned char :1;
273     unsigned char :1;
274   };
275 } __PCON_bits_t;
276 extern volatile __PCON_bits_t __at(PCON_ADDR) PCON_bits;
277
278 #ifndef NO_BIT_DEFINES
279 #define NOT_BO               PCON_bits.NOT_BO
280 #define NOT_BOR              PCON_bits.NOT_BOR
281 #define NOT_POR              PCON_bits.NOT_POR
282 #endif /* NO_BIT_DEFINES */
283
284 // ----- PIE1 bits --------------------
285 typedef union {
286   struct {
287     unsigned char :1;
288     unsigned char :1;
289     unsigned char :1;
290     unsigned char :1;
291     unsigned char :1;
292     unsigned char :1;
293     unsigned char CMIE:1;
294     unsigned char :1;
295   };
296 } __PIE1_bits_t;
297 extern volatile __PIE1_bits_t __at(PIE1_ADDR) PIE1_bits;
298
299 #ifndef NO_BIT_DEFINES
300 #define CMIE                 PIE1_bits.CMIE
301 #endif /* NO_BIT_DEFINES */
302
303 // ----- PIR1 bits --------------------
304 typedef union {
305   struct {
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     unsigned char CMIF:1;
313     unsigned char :1;
314   };
315 } __PIR1_bits_t;
316 extern volatile __PIR1_bits_t __at(PIR1_ADDR) PIR1_bits;
317
318 #ifndef NO_BIT_DEFINES
319 #define CMIF                 PIR1_bits.CMIF
320 #endif /* NO_BIT_DEFINES */
321
322 // ----- PORTA bits --------------------
323 typedef union {
324   struct {
325     unsigned char RA0:1;
326     unsigned char RA1:1;
327     unsigned char RA2:1;
328     unsigned char RA3:1;
329     unsigned char RA4:1;
330     unsigned char RA5:1;
331     unsigned char :1;
332     unsigned char :1;
333   };
334 } __PORTA_bits_t;
335 extern volatile __PORTA_bits_t __at(PORTA_ADDR) PORTA_bits;
336
337 #ifndef NO_BIT_DEFINES
338 #define RA0                  PORTA_bits.RA0
339 #define RA1                  PORTA_bits.RA1
340 #define RA2                  PORTA_bits.RA2
341 #define RA3                  PORTA_bits.RA3
342 #define RA4                  PORTA_bits.RA4
343 #define RA5                  PORTA_bits.RA5
344 #endif /* NO_BIT_DEFINES */
345
346 // ----- PORTB bits --------------------
347 typedef union {
348   struct {
349     unsigned char RB0:1;
350     unsigned char RB1:1;
351     unsigned char RB2:1;
352     unsigned char RB3:1;
353     unsigned char RB4:1;
354     unsigned char RB5:1;
355     unsigned char RB6:1;
356     unsigned char RB7:1;
357   };
358 } __PORTB_bits_t;
359 extern volatile __PORTB_bits_t __at(PORTB_ADDR) PORTB_bits;
360
361 #ifndef NO_BIT_DEFINES
362 #define RB0                  PORTB_bits.RB0
363 #define RB1                  PORTB_bits.RB1
364 #define RB2                  PORTB_bits.RB2
365 #define RB3                  PORTB_bits.RB3
366 #define RB4                  PORTB_bits.RB4
367 #define RB5                  PORTB_bits.RB5
368 #define RB6                  PORTB_bits.RB6
369 #define RB7                  PORTB_bits.RB7
370 #endif /* NO_BIT_DEFINES */
371
372 // ----- STATUS bits --------------------
373 typedef union {
374   struct {
375     unsigned char C:1;
376     unsigned char DC:1;
377     unsigned char Z:1;
378     unsigned char NOT_PD:1;
379     unsigned char NOT_TO:1;
380     unsigned char RP0:1;
381     unsigned char RP1:1;
382     unsigned char IRP:1;
383   };
384 } __STATUS_bits_t;
385 extern volatile __STATUS_bits_t __at(STATUS_ADDR) STATUS_bits;
386
387 #ifndef NO_BIT_DEFINES
388 #define C                    STATUS_bits.C
389 #define DC                   STATUS_bits.DC
390 #define Z                    STATUS_bits.Z
391 #define NOT_PD               STATUS_bits.NOT_PD
392 #define NOT_TO               STATUS_bits.NOT_TO
393 #define RP0                  STATUS_bits.RP0
394 #define RP1                  STATUS_bits.RP1
395 #define IRP                  STATUS_bits.IRP
396 #endif /* NO_BIT_DEFINES */
397
398 // ----- TRISA bits --------------------
399 typedef union {
400   struct {
401     unsigned char TRISA0:1;
402     unsigned char TRISA1:1;
403     unsigned char TRISA2:1;
404     unsigned char TRISA3:1;
405     unsigned char TRISA4:1;
406     unsigned char TRISA5:1;
407     unsigned char :1;
408     unsigned char :1;
409   };
410 } __TRISA_bits_t;
411 extern volatile __TRISA_bits_t __at(TRISA_ADDR) TRISA_bits;
412
413 #ifndef NO_BIT_DEFINES
414 #define TRISA0               TRISA_bits.TRISA0
415 #define TRISA1               TRISA_bits.TRISA1
416 #define TRISA2               TRISA_bits.TRISA2
417 #define TRISA3               TRISA_bits.TRISA3
418 #define TRISA4               TRISA_bits.TRISA4
419 #define TRISA5               TRISA_bits.TRISA5
420 #endif /* NO_BIT_DEFINES */
421
422 // ----- TRISB bits --------------------
423 typedef union {
424   struct {
425     unsigned char TRISB0:1;
426     unsigned char TRISB1:1;
427     unsigned char TRISB2:1;
428     unsigned char TRISB3:1;
429     unsigned char TRISB4:1;
430     unsigned char TRISB5:1;
431     unsigned char TRISB6:1;
432     unsigned char TRISB7:1;
433   };
434 } __TRISB_bits_t;
435 extern volatile __TRISB_bits_t __at(TRISB_ADDR) TRISB_bits;
436
437 #ifndef NO_BIT_DEFINES
438 #define TRISB0               TRISB_bits.TRISB0
439 #define TRISB1               TRISB_bits.TRISB1
440 #define TRISB2               TRISB_bits.TRISB2
441 #define TRISB3               TRISB_bits.TRISB3
442 #define TRISB4               TRISB_bits.TRISB4
443 #define TRISB5               TRISB_bits.TRISB5
444 #define TRISB6               TRISB_bits.TRISB6
445 #define TRISB7               TRISB_bits.TRISB7
446 #endif /* NO_BIT_DEFINES */
447
448 // ----- VRCON bits --------------------
449 typedef union {
450   struct {
451     unsigned char VR0:1;
452     unsigned char VR1:1;
453     unsigned char VR2:1;
454     unsigned char VR3:1;
455     unsigned char :1;
456     unsigned char VRR:1;
457     unsigned char VROE:1;
458     unsigned char VREN:1;
459   };
460 } __VRCON_bits_t;
461 extern volatile __VRCON_bits_t __at(VRCON_ADDR) VRCON_bits;
462
463 #ifndef NO_BIT_DEFINES
464 #define VR0                  VRCON_bits.VR0
465 #define VR1                  VRCON_bits.VR1
466 #define VR2                  VRCON_bits.VR2
467 #define VR3                  VRCON_bits.VR3
468 #define VRR                  VRCON_bits.VRR
469 #define VROE                 VRCON_bits.VROE
470 #define VREN                 VRCON_bits.VREN
471 #endif /* NO_BIT_DEFINES */
472
473 #endif