* device/lib/pic/libdev/devices.txt: device list for mkall.sh
[fw/sdcc] / device / include / pic / pic16c711.h
1 //
2 // Register Declarations for Microchip 16C711 Processor
3 //
4 //
5 // This header file was automatically generated by:
6 //
7 //      inc2h.pl V4514
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 P16C711_H
23 #define P16C711_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 ADCON0_ADDR     0x0008
36 #define ADRES_ADDR      0x0009
37 #define PCLATH_ADDR     0x000A
38 #define INTCON_ADDR     0x000B
39 #define OPTION_REG_ADDR 0x0081
40 #define TRISA_ADDR      0x0085
41 #define TRISB_ADDR      0x0086
42 #define PCON_ADDR       0x0087
43 #define ADCON1_ADDR     0x0088
44
45 //
46 // Memory organization.
47 //
48
49
50
51 //         LIST
52 // P16C711.INC  Standard Header File, Version 1.00    Microchip Technology, Inc.
53 //         NOLIST
54
55 // This header file defines configurations, registers, and other useful bits of
56 // information for the PIC16C711 microcontroller.  These names are taken to match 
57 // the data sheets as closely as possible.  
58
59 // Note that the processor must be selected before this file is 
60 // included.  The processor may be selected the following ways:
61
62 //       1. Command line switch:
63 //               C:\ MPASM MYFILE.ASM /PIC16C711
64 //       2. LIST directive in the source file
65 //               LIST   P=PIC16C711
66 //       3. Processor Type entry in the MPASM full-screen interface
67
68 //==========================================================================
69 //
70 //       Revision History
71 //
72 //==========================================================================
73
74 //Rev:   Date:    Reason:
75
76 //1.00   04/10/96 Initial Release
77
78 //==========================================================================
79 //
80 //       Verify Processor
81 //
82 //==========================================================================
83
84 //        IFNDEF __16C711
85 //            MESSG "Processor-header file mismatch.  Verify selected processor."
86 //         ENDIF
87
88 //==========================================================================
89 //
90 //       Register Definitions
91 //
92 //==========================================================================
93
94 #define W                    0x0000
95 #define F                    0x0001
96
97 //----- Register Files------------------------------------------------------
98
99 extern __data __at (INDF_ADDR) volatile char      INDF;
100 extern __sfr  __at (TMR0_ADDR)                    TMR0;
101 extern __data __at (PCL_ADDR) volatile char       PCL;
102 extern __sfr  __at (STATUS_ADDR)                  STATUS;
103 extern __sfr  __at (FSR_ADDR)                     FSR;
104 extern __sfr  __at (PORTA_ADDR)                   PORTA;
105 extern __sfr  __at (PORTB_ADDR)                   PORTB;
106 extern __sfr  __at (ADCON0_ADDR)                  ADCON0;
107 extern __sfr  __at (ADRES_ADDR)                   ADRES;
108 extern __sfr  __at (PCLATH_ADDR)                  PCLATH;
109 extern __sfr  __at (INTCON_ADDR)                  INTCON;
110
111 extern __sfr  __at (OPTION_REG_ADDR)              OPTION_REG;
112 extern __sfr  __at (TRISA_ADDR)                   TRISA;
113 extern __sfr  __at (TRISB_ADDR)                   TRISB;
114 extern __sfr  __at (PCON_ADDR)                    PCON;
115 extern __sfr  __at (ADCON1_ADDR)                  ADCON1;
116
117 //----- STATUS Bits --------------------------------------------------------
118
119
120 //----- ADCON0 Bits --------------------------------------------------------
121
122
123 //----- INTCON Bits --------------------------------------------------------
124
125
126 //----- OPTION Bits --------------------------------------------------------
127
128
129 //----- PCON Bits ----------------------------------------------------------
130
131
132 //----- ADCON1 Bits --------------------------------------------------------
133
134
135 //==========================================================================
136 //
137 //       RAM Definition
138 //
139 //==========================================================================
140
141 //         __MAXRAM H'CF'
142 //         __BADRAM H'07', H'50'-H'7F'
143
144 //==========================================================================
145 //
146 //       Configuration Bits
147 //
148 //==========================================================================
149
150 #define _BODEN_ON            0x3FFF
151 #define _BODEN_OFF           0x3FBF
152 #define _CP_ON               0x004F
153 #define _CP_OFF              0x3FFF
154 #define _PWRTE_OFF           0x3FFF
155 #define _PWRTE_ON            0x3FF7
156 #define _WDT_ON              0x3FFF
157 #define _WDT_OFF             0x3FFB
158 #define _LP_OSC              0x3FFC
159 #define _XT_OSC              0x3FFD
160 #define _HS_OSC              0x3FFE
161 #define _RC_OSC              0x3FFF
162
163 //         LIST
164
165 // ----- ADCON0 bits --------------------
166 typedef union {
167   struct {
168     unsigned char ADON:1;
169     unsigned char ADIF:1;
170     unsigned char GO:1;
171     unsigned char CHS0:1;
172     unsigned char CHS1:1;
173     unsigned char :1;
174     unsigned char ADCS0:1;
175     unsigned char ADCS1:1;
176   };
177   struct {
178     unsigned char :1;
179     unsigned char :1;
180     unsigned char NOT_DONE:1;
181     unsigned char :1;
182     unsigned char :1;
183     unsigned char :1;
184     unsigned char :1;
185     unsigned char :1;
186   };
187   struct {
188     unsigned char :1;
189     unsigned char :1;
190     unsigned char GO_DONE:1;
191     unsigned char :1;
192     unsigned char :1;
193     unsigned char :1;
194     unsigned char :1;
195     unsigned char :1;
196   };
197 } __ADCON0_bits_t;
198 extern volatile __ADCON0_bits_t __at(ADCON0_ADDR) ADCON0_bits;
199
200 #define ADON                 ADCON0_bits.ADON
201 #define ADIF                 ADCON0_bits.ADIF
202 #define GO                   ADCON0_bits.GO
203 #define NOT_DONE             ADCON0_bits.NOT_DONE
204 #define GO_DONE              ADCON0_bits.GO_DONE
205 #define CHS0                 ADCON0_bits.CHS0
206 #define CHS1                 ADCON0_bits.CHS1
207 #define ADCS0                ADCON0_bits.ADCS0
208 #define ADCS1                ADCON0_bits.ADCS1
209
210 // ----- ADCON1 bits --------------------
211 typedef union {
212   struct {
213     unsigned char PCFG0:1;
214     unsigned char PCFG1:1;
215     unsigned char :1;
216     unsigned char :1;
217     unsigned char :1;
218     unsigned char :1;
219     unsigned char :1;
220     unsigned char :1;
221   };
222 } __ADCON1_bits_t;
223 extern volatile __ADCON1_bits_t __at(ADCON1_ADDR) ADCON1_bits;
224
225 #define PCFG0                ADCON1_bits.PCFG0
226 #define PCFG1                ADCON1_bits.PCFG1
227
228 // ----- INTCON bits --------------------
229 typedef union {
230   struct {
231     unsigned char RBIF:1;
232     unsigned char INTF:1;
233     unsigned char T0IF:1;
234     unsigned char RBIE:1;
235     unsigned char INTE:1;
236     unsigned char T0IE:1;
237     unsigned char ADIE:1;
238     unsigned char GIE:1;
239   };
240 } __INTCON_bits_t;
241 extern volatile __INTCON_bits_t __at(INTCON_ADDR) INTCON_bits;
242
243 #define RBIF                 INTCON_bits.RBIF
244 #define INTF                 INTCON_bits.INTF
245 #define T0IF                 INTCON_bits.T0IF
246 #define RBIE                 INTCON_bits.RBIE
247 #define INTE                 INTCON_bits.INTE
248 #define T0IE                 INTCON_bits.T0IE
249 #define ADIE                 INTCON_bits.ADIE
250 #define GIE                  INTCON_bits.GIE
251
252 // ----- OPTION_REG bits --------------------
253 typedef union {
254   struct {
255     unsigned char PS0:1;
256     unsigned char PS1:1;
257     unsigned char PS2:1;
258     unsigned char PSA:1;
259     unsigned char T0SE:1;
260     unsigned char T0CS:1;
261     unsigned char INTEDG:1;
262     unsigned char NOT_RBPU:1;
263   };
264 } __OPTION_REG_bits_t;
265 extern volatile __OPTION_REG_bits_t __at(OPTION_REG_ADDR) OPTION_REG_bits;
266
267 #define PS0                  OPTION_REG_bits.PS0
268 #define PS1                  OPTION_REG_bits.PS1
269 #define PS2                  OPTION_REG_bits.PS2
270 #define PSA                  OPTION_REG_bits.PSA
271 #define T0SE                 OPTION_REG_bits.T0SE
272 #define T0CS                 OPTION_REG_bits.T0CS
273 #define INTEDG               OPTION_REG_bits.INTEDG
274 #define NOT_RBPU             OPTION_REG_bits.NOT_RBPU
275
276 // ----- PCON bits --------------------
277 typedef union {
278   struct {
279     unsigned char NOT_BO:1;
280     unsigned char NOT_POR:1;
281     unsigned char :1;
282     unsigned char :1;
283     unsigned char :1;
284     unsigned char :1;
285     unsigned char :1;
286     unsigned char :1;
287   };
288   struct {
289     unsigned char NOT_BOR:1;
290     unsigned char :1;
291     unsigned char :1;
292     unsigned char :1;
293     unsigned char :1;
294     unsigned char :1;
295     unsigned char :1;
296     unsigned char :1;
297   };
298 } __PCON_bits_t;
299 extern volatile __PCON_bits_t __at(PCON_ADDR) PCON_bits;
300
301 #define NOT_BO               PCON_bits.NOT_BO
302 #define NOT_BOR              PCON_bits.NOT_BOR
303 #define NOT_POR              PCON_bits.NOT_POR
304
305 // ----- PORTA bits --------------------
306 typedef union {
307   struct {
308     unsigned char RA0:1;
309     unsigned char RA1:1;
310     unsigned char RA2:1;
311     unsigned char RA3:1;
312     unsigned char RA4:1;
313     unsigned char RA5:1;
314     unsigned char :1;
315     unsigned char :1;
316   };
317 } __PORTA_bits_t;
318 extern volatile __PORTA_bits_t __at(PORTA_ADDR) PORTA_bits;
319
320 #define RA0                  PORTA_bits.RA0
321 #define RA1                  PORTA_bits.RA1
322 #define RA2                  PORTA_bits.RA2
323 #define RA3                  PORTA_bits.RA3
324 #define RA4                  PORTA_bits.RA4
325 #define RA5                  PORTA_bits.RA5
326
327 // ----- PORTB bits --------------------
328 typedef union {
329   struct {
330     unsigned char RB0:1;
331     unsigned char RB1:1;
332     unsigned char RB2:1;
333     unsigned char RB3:1;
334     unsigned char RB4:1;
335     unsigned char RB5:1;
336     unsigned char RB6:1;
337     unsigned char RB7:1;
338   };
339 } __PORTB_bits_t;
340 extern volatile __PORTB_bits_t __at(PORTB_ADDR) PORTB_bits;
341
342 #define RB0                  PORTB_bits.RB0
343 #define RB1                  PORTB_bits.RB1
344 #define RB2                  PORTB_bits.RB2
345 #define RB3                  PORTB_bits.RB3
346 #define RB4                  PORTB_bits.RB4
347 #define RB5                  PORTB_bits.RB5
348 #define RB6                  PORTB_bits.RB6
349 #define RB7                  PORTB_bits.RB7
350
351 // ----- STATUS bits --------------------
352 typedef union {
353   struct {
354     unsigned char C:1;
355     unsigned char DC:1;
356     unsigned char Z:1;
357     unsigned char NOT_PD:1;
358     unsigned char NOT_TO:1;
359     unsigned char RP0:1;
360     unsigned char RP1:1;
361     unsigned char IRP:1;
362   };
363 } __STATUS_bits_t;
364 extern volatile __STATUS_bits_t __at(STATUS_ADDR) STATUS_bits;
365
366 #define C                    STATUS_bits.C
367 #define DC                   STATUS_bits.DC
368 #define Z                    STATUS_bits.Z
369 #define NOT_PD               STATUS_bits.NOT_PD
370 #define NOT_TO               STATUS_bits.NOT_TO
371 #define RP0                  STATUS_bits.RP0
372 #define RP1                  STATUS_bits.RP1
373 #define IRP                  STATUS_bits.IRP
374
375 // ----- TRISA bits --------------------
376 typedef union {
377   struct {
378     unsigned char TRISA0:1;
379     unsigned char TRISA1:1;
380     unsigned char TRISA2:1;
381     unsigned char TRISA3:1;
382     unsigned char TRISA4:1;
383     unsigned char TRISA5:1;
384     unsigned char :1;
385     unsigned char :1;
386   };
387 } __TRISA_bits_t;
388 extern volatile __TRISA_bits_t __at(TRISA_ADDR) TRISA_bits;
389
390 #define TRISA0               TRISA_bits.TRISA0
391 #define TRISA1               TRISA_bits.TRISA1
392 #define TRISA2               TRISA_bits.TRISA2
393 #define TRISA3               TRISA_bits.TRISA3
394 #define TRISA4               TRISA_bits.TRISA4
395 #define TRISA5               TRISA_bits.TRISA5
396
397 // ----- TRISB bits --------------------
398 typedef union {
399   struct {
400     unsigned char TRISB0:1;
401     unsigned char TRISB1:1;
402     unsigned char TRISB2:1;
403     unsigned char TRISB3:1;
404     unsigned char TRISB4:1;
405     unsigned char TRISB5:1;
406     unsigned char TRISB6:1;
407     unsigned char TRISB7:1;
408   };
409 } __TRISB_bits_t;
410 extern volatile __TRISB_bits_t __at(TRISB_ADDR) TRISB_bits;
411
412 #define TRISB0               TRISB_bits.TRISB0
413 #define TRISB1               TRISB_bits.TRISB1
414 #define TRISB2               TRISB_bits.TRISB2
415 #define TRISB3               TRISB_bits.TRISB3
416 #define TRISB4               TRISB_bits.TRISB4
417 #define TRISB5               TRISB_bits.TRISB5
418 #define TRISB6               TRISB_bits.TRISB6
419 #define TRISB7               TRISB_bits.TRISB7
420
421 #endif