Imported Upstream version 2.9.0
[debian/cc1111] / device / include / pic / pic16f627a.h
1 //
2 // Register Declarations for Microchip 16F627A 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 P16F627A_H
23 #define P16F627A_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 TMR1L_ADDR      0x000E
39 #define TMR1H_ADDR      0x000F
40 #define T1CON_ADDR      0x0010
41 #define TMR2_ADDR       0x0011
42 #define T2CON_ADDR      0x0012
43 #define CCPR1L_ADDR     0x0015
44 #define CCPR1H_ADDR     0x0016
45 #define CCP1CON_ADDR    0x0017
46 #define RCSTA_ADDR      0x0018
47 #define TXREG_ADDR      0x0019
48 #define RCREG_ADDR      0x001A
49 #define CMCON_ADDR      0x001F
50 #define OPTION_REG_ADDR 0x0081
51 #define TRISA_ADDR      0x0085
52 #define TRISB_ADDR      0x0086
53 #define PIE1_ADDR       0x008C
54 #define PCON_ADDR       0x008E
55 #define PR2_ADDR        0x0092
56 #define TXSTA_ADDR      0x0098
57 #define SPBRG_ADDR      0x0099
58 #define EEDATA_ADDR     0x009A
59 #define EEADR_ADDR      0x009B
60 #define EECON1_ADDR     0x009C
61 #define EECON2_ADDR     0x009D
62 #define VRCON_ADDR      0x009F
63
64 //
65 // Memory organization.
66 //
67
68
69
70 //         LIST
71 // P16F627A.INC  Standard Header File, Version 1.10    Microchip Technology, Inc.
72 //         NOLIST
73
74 // This header file defines configurations, registers, and other useful bits of
75 // information for the PIC16F627A microcontroller.  These names are taken to match
76 // the data sheets as closely as possible.
77
78 // Note that the processor must be selected before this file is
79 // included.  The processor may be selected the following ways:
80
81 //       1. Command line switch:
82 //               C:\ MPASM MYFILE.ASM /PIC16F627A
83 //       2. LIST directive in the source file
84 //               LIST   P=PIC16F627A
85 //       3. Processor Type entry in the MPASM full-screen interface
86
87 //==========================================================================
88 //
89 //       Revision History
90 //
91 //==========================================================================
92
93 //Rev:   Date:    Reason:
94 //1.01   14 Nov 2002 Updated to reflect BOD terminology changed to BOR
95 //1.00   22 Aug 2002 Initial Release
96
97 //==========================================================================
98 //
99 //       Verify Processor
100 //
101 //==========================================================================
102
103 //        IFNDEF __16F627A
104 //            MESSG "Processor-header file mismatch.  Verify selected processor."
105 //         ENDIF
106
107 //==========================================================================
108 //
109 //       Register Definitions
110 //
111 //==========================================================================
112
113 #define W                    0x0000
114 #define F                    0x0001
115
116 //----- Register Files------------------------------------------------------
117
118 extern __sfr  __at (INDF_ADDR)                    INDF;
119 extern __sfr  __at (TMR0_ADDR)                    TMR0;
120 extern __sfr  __at (PCL_ADDR)                     PCL;
121 extern __sfr  __at (STATUS_ADDR)                  STATUS;
122 extern __sfr  __at (FSR_ADDR)                     FSR;
123 extern __sfr  __at (PORTA_ADDR)                   PORTA;
124 extern __sfr  __at (PORTB_ADDR)                   PORTB;
125 extern __sfr  __at (PCLATH_ADDR)                  PCLATH;
126 extern __sfr  __at (INTCON_ADDR)                  INTCON;
127 extern __sfr  __at (PIR1_ADDR)                    PIR1;
128 extern __sfr  __at (TMR1L_ADDR)                   TMR1L;
129 extern __sfr  __at (TMR1H_ADDR)                   TMR1H;
130 extern __sfr  __at (T1CON_ADDR)                   T1CON;
131 extern __sfr  __at (TMR2_ADDR)                    TMR2;
132 extern __sfr  __at (T2CON_ADDR)                   T2CON;
133 extern __sfr  __at (CCPR1L_ADDR)                  CCPR1L;
134 extern __sfr  __at (CCPR1H_ADDR)                  CCPR1H;
135 extern __sfr  __at (CCP1CON_ADDR)                 CCP1CON;
136 extern __sfr  __at (RCSTA_ADDR)                   RCSTA;
137 extern __sfr  __at (TXREG_ADDR)                   TXREG;
138 extern __sfr  __at (RCREG_ADDR)                   RCREG;
139 extern __sfr  __at (CMCON_ADDR)                   CMCON;
140
141 extern __sfr  __at (OPTION_REG_ADDR)              OPTION_REG;
142 extern __sfr  __at (TRISA_ADDR)                   TRISA;
143 extern __sfr  __at (TRISB_ADDR)                   TRISB;
144 extern __sfr  __at (PIE1_ADDR)                    PIE1;
145 extern __sfr  __at (PCON_ADDR)                    PCON;
146 extern __sfr  __at (PR2_ADDR)                     PR2;
147 extern __sfr  __at (TXSTA_ADDR)                   TXSTA;
148 extern __sfr  __at (SPBRG_ADDR)                   SPBRG;
149 extern __sfr  __at (EEDATA_ADDR)                  EEDATA;
150 extern __sfr  __at (EEADR_ADDR)                   EEADR;
151 extern __sfr  __at (EECON1_ADDR)                  EECON1;
152 extern __sfr  __at (EECON2_ADDR)                  EECON2;
153 extern __sfr  __at (VRCON_ADDR)                   VRCON;
154
155 //==========================================================================
156 //
157 //       RAM Definition
158 //
159 //==========================================================================
160
161 //     __MAXRAM H'01FF'
162 //     __BADRAM H'07'-H'09', H'0D', H'13'-H'14', H'1B'-H'1E'
163 //     __BADRAM H'87'-H'89', H'8D', H'8F'-H'91', H'93'-H'97', H'9E'
164 //     __BADRAM H'105', H'107'-H'109', H'10C'-H'11F', H'150'-H'16F'
165 //     __BADRAM H'185', H'187'-H'189', H'18C'-H'1EF'
166
167 //==========================================================================
168 //
169 //       Configuration Bits
170 //
171 //==========================================================================
172
173 #define _BODEN_ON            0x3FFF //Backwards compatability to 16F62X
174 #define _BODEN_OFF           0x3FBF //Backwards compatability to 16F62X
175 #define _BOREN_ON            0x3FFF
176 #define _BOREN_OFF           0x3FBF
177 #define _CP_ON               0x1FFF
178 #define _CP_OFF              0x3FFF
179 #define _DATA_CP_ON          0x3EFF
180 #define _DATA_CP_OFF         0x3FFF
181 #define _PWRTE_OFF           0x3FFF
182 #define _PWRTE_ON            0x3FF7
183 #define _WDT_ON              0x3FFF
184 #define _WDT_OFF             0x3FFB
185 #define _LVP_ON              0x3FFF
186 #define _LVP_OFF             0x3F7F
187 #define _MCLRE_ON            0x3FFF
188 #define _MCLRE_OFF           0x3FDF
189 #define _RC_OSC_CLKOUT       0x3FFF
190 #define _RC_OSC_NOCLKOUT     0x3FFE
191 #define _ER_OSC_CLKOUT       0x3FFF //Backwards compatability to 16F62X
192 #define _ER_OSC_NOCLKOUT     0x3FFE //Backwards compatability to 16F62X
193 #define _INTOSC_OSC_CLKOUT   0x3FFD
194 #define _INTOSC_OSC_NOCLKOUT 0x3FFC    
195 #define _INTRC_OSC_CLKOUT    0x3FFD //Backwards compatability to 16F62X
196 #define _INTRC_OSC_NOCLKOUT  0x3FFC //Backwards compatability to 16F62X
197 #define _EXTCLK_OSC          0x3FEF
198 #define _HS_OSC              0x3FEE
199 #define _XT_OSC              0x3FED
200 #define _LP_OSC              0x3FEC
201
202 //         LIST
203
204 // ----- CCP1CON bits --------------------
205 typedef union {
206   struct {
207     unsigned char CCP1M0:1;
208     unsigned char CCP1M1:1;
209     unsigned char CCP1M2:1;
210     unsigned char CCP1M3:1;
211     unsigned char CCP1Y:1;
212     unsigned char CCP1X:1;
213     unsigned char :1;
214     unsigned char :1;
215   };
216 } __CCP1CON_bits_t;
217 extern volatile __CCP1CON_bits_t __at(CCP1CON_ADDR) CCP1CON_bits;
218
219 #ifndef NO_BIT_DEFINES
220 #define CCP1M0               CCP1CON_bits.CCP1M0
221 #define CCP1M1               CCP1CON_bits.CCP1M1
222 #define CCP1M2               CCP1CON_bits.CCP1M2
223 #define CCP1M3               CCP1CON_bits.CCP1M3
224 #define CCP1Y                CCP1CON_bits.CCP1Y
225 #define CCP1X                CCP1CON_bits.CCP1X
226 #endif /* NO_BIT_DEFINES */
227
228 // ----- CMCON bits --------------------
229 typedef union {
230   struct {
231     unsigned char CM0:1;
232     unsigned char CM1:1;
233     unsigned char CM2:1;
234     unsigned char CIS:1;
235     unsigned char C1INV:1;
236     unsigned char C2INV:1;
237     unsigned char C1OUT:1;
238     unsigned char C2OUT:1;
239   };
240 } __CMCON_bits_t;
241 extern volatile __CMCON_bits_t __at(CMCON_ADDR) CMCON_bits;
242
243 #ifndef NO_BIT_DEFINES
244 #define CM0                  CMCON_bits.CM0
245 #define CM1                  CMCON_bits.CM1
246 #define CM2                  CMCON_bits.CM2
247 #define CIS                  CMCON_bits.CIS
248 #define C1INV                CMCON_bits.C1INV
249 #define C2INV                CMCON_bits.C2INV
250 #define C1OUT                CMCON_bits.C1OUT
251 #define C2OUT                CMCON_bits.C2OUT
252 #endif /* NO_BIT_DEFINES */
253
254 // ----- EECON1 bits --------------------
255 typedef union {
256   struct {
257     unsigned char RD:1;
258     unsigned char WR:1;
259     unsigned char WREN:1;
260     unsigned char WRERR:1;
261     unsigned char :1;
262     unsigned char :1;
263     unsigned char :1;
264     unsigned char :1;
265   };
266 } __EECON1_bits_t;
267 extern volatile __EECON1_bits_t __at(EECON1_ADDR) EECON1_bits;
268
269 #ifndef NO_BIT_DEFINES
270 #define RD                   EECON1_bits.RD
271 #define WR                   EECON1_bits.WR
272 #define WREN                 EECON1_bits.WREN
273 #define WRERR                EECON1_bits.WRERR
274 #endif /* NO_BIT_DEFINES */
275
276 // ----- INTCON bits --------------------
277 typedef union {
278   struct {
279     unsigned char RBIF:1;
280     unsigned char INTF:1;
281     unsigned char T0IF:1;
282     unsigned char RBIE:1;
283     unsigned char INTE:1;
284     unsigned char T0IE:1;
285     unsigned char PEIE:1;
286     unsigned char GIE:1;
287   };
288 } __INTCON_bits_t;
289 extern volatile __INTCON_bits_t __at(INTCON_ADDR) INTCON_bits;
290
291 #ifndef NO_BIT_DEFINES
292 #define RBIF                 INTCON_bits.RBIF
293 #define INTF                 INTCON_bits.INTF
294 #define T0IF                 INTCON_bits.T0IF
295 #define RBIE                 INTCON_bits.RBIE
296 #define INTE                 INTCON_bits.INTE
297 #define T0IE                 INTCON_bits.T0IE
298 #define PEIE                 INTCON_bits.PEIE
299 #define GIE                  INTCON_bits.GIE
300 #endif /* NO_BIT_DEFINES */
301
302 // ----- OPTION_REG bits --------------------
303 typedef union {
304   struct {
305     unsigned char PS0:1;
306     unsigned char PS1:1;
307     unsigned char PS2:1;
308     unsigned char PSA:1;
309     unsigned char T0SE:1;
310     unsigned char T0CS:1;
311     unsigned char INTEDG:1;
312     unsigned char NOT_RBPU:1;
313   };
314 } __OPTION_REG_bits_t;
315 extern volatile __OPTION_REG_bits_t __at(OPTION_REG_ADDR) OPTION_REG_bits;
316
317 #ifndef NO_BIT_DEFINES
318 #define PS0                  OPTION_REG_bits.PS0
319 #define PS1                  OPTION_REG_bits.PS1
320 #define PS2                  OPTION_REG_bits.PS2
321 #define PSA                  OPTION_REG_bits.PSA
322 #define T0SE                 OPTION_REG_bits.T0SE
323 #define T0CS                 OPTION_REG_bits.T0CS
324 #define INTEDG               OPTION_REG_bits.INTEDG
325 #define NOT_RBPU             OPTION_REG_bits.NOT_RBPU
326 #endif /* NO_BIT_DEFINES */
327
328 // ----- PCON bits --------------------
329 typedef union {
330   struct {
331     unsigned char NOT_BO:1;
332     unsigned char NOT_POR:1;
333     unsigned char :1;
334     unsigned char OSCF:1;
335     unsigned char :1;
336     unsigned char :1;
337     unsigned char :1;
338     unsigned char :1;
339   };
340   struct {
341     unsigned char NOT_BOR:1;
342     unsigned char :1;
343     unsigned char :1;
344     unsigned char :1;
345     unsigned char :1;
346     unsigned char :1;
347     unsigned char :1;
348     unsigned char :1;
349   };
350   struct {
351     unsigned char NOT_BOD:1;
352     unsigned char :1;
353     unsigned char :1;
354     unsigned char :1;
355     unsigned char :1;
356     unsigned char :1;
357     unsigned char :1;
358     unsigned char :1;
359   };
360 } __PCON_bits_t;
361 extern volatile __PCON_bits_t __at(PCON_ADDR) PCON_bits;
362
363 #ifndef NO_BIT_DEFINES
364 #define NOT_BO               PCON_bits.NOT_BO
365 #define NOT_BOR              PCON_bits.NOT_BOR
366 #define NOT_BOD              PCON_bits.NOT_BOD
367 #define NOT_POR              PCON_bits.NOT_POR
368 #define OSCF                 PCON_bits.OSCF
369 #endif /* NO_BIT_DEFINES */
370
371 // ----- PIE1 bits --------------------
372 typedef union {
373   struct {
374     unsigned char TMR1IE:1;
375     unsigned char TMR2IE:1;
376     unsigned char CCP1IE:1;
377     unsigned char :1;
378     unsigned char TXIE:1;
379     unsigned char RCIE:1;
380     unsigned char CMIE:1;
381     unsigned char EEIE:1;
382   };
383 } __PIE1_bits_t;
384 extern volatile __PIE1_bits_t __at(PIE1_ADDR) PIE1_bits;
385
386 #ifndef NO_BIT_DEFINES
387 #define TMR1IE               PIE1_bits.TMR1IE
388 #define TMR2IE               PIE1_bits.TMR2IE
389 #define CCP1IE               PIE1_bits.CCP1IE
390 #define TXIE                 PIE1_bits.TXIE
391 #define RCIE                 PIE1_bits.RCIE
392 #define CMIE                 PIE1_bits.CMIE
393 #define EEIE                 PIE1_bits.EEIE
394 #endif /* NO_BIT_DEFINES */
395
396 // ----- PIR1 bits --------------------
397 typedef union {
398   struct {
399     unsigned char TMR1IF:1;
400     unsigned char TMR2IF:1;
401     unsigned char CCP1IF:1;
402     unsigned char :1;
403     unsigned char TXIF:1;
404     unsigned char RCIF:1;
405     unsigned char CMIF:1;
406     unsigned char EEIF:1;
407   };
408 } __PIR1_bits_t;
409 extern volatile __PIR1_bits_t __at(PIR1_ADDR) PIR1_bits;
410
411 #ifndef NO_BIT_DEFINES
412 #define TMR1IF               PIR1_bits.TMR1IF
413 #define TMR2IF               PIR1_bits.TMR2IF
414 #define CCP1IF               PIR1_bits.CCP1IF
415 #define TXIF                 PIR1_bits.TXIF
416 #define RCIF                 PIR1_bits.RCIF
417 #define CMIF                 PIR1_bits.CMIF
418 #define EEIF                 PIR1_bits.EEIF
419 #endif /* NO_BIT_DEFINES */
420
421 // ----- PORTA bits --------------------
422 typedef union {
423   struct {
424     unsigned char RA0:1;
425     unsigned char RA1:1;
426     unsigned char RA2:1;
427     unsigned char RA3:1;
428     unsigned char RA4:1;
429     unsigned char RA5:1;
430     unsigned char RA6:1;
431     unsigned char RA7:1;
432   };
433 } __PORTA_bits_t;
434 extern volatile __PORTA_bits_t __at(PORTA_ADDR) PORTA_bits;
435
436 #ifndef NO_BIT_DEFINES
437 #define RA0                  PORTA_bits.RA0
438 #define RA1                  PORTA_bits.RA1
439 #define RA2                  PORTA_bits.RA2
440 #define RA3                  PORTA_bits.RA3
441 #define RA4                  PORTA_bits.RA4
442 #define RA5                  PORTA_bits.RA5
443 #define RA6                  PORTA_bits.RA6
444 #define RA7                  PORTA_bits.RA7
445 #endif /* NO_BIT_DEFINES */
446
447 // ----- PORTB bits --------------------
448 typedef union {
449   struct {
450     unsigned char RB0:1;
451     unsigned char RB1:1;
452     unsigned char RB2:1;
453     unsigned char RB3:1;
454     unsigned char RB4:1;
455     unsigned char RB5:1;
456     unsigned char RB6:1;
457     unsigned char RB7:1;
458   };
459 } __PORTB_bits_t;
460 extern volatile __PORTB_bits_t __at(PORTB_ADDR) PORTB_bits;
461
462 #ifndef NO_BIT_DEFINES
463 #define RB0                  PORTB_bits.RB0
464 #define RB1                  PORTB_bits.RB1
465 #define RB2                  PORTB_bits.RB2
466 #define RB3                  PORTB_bits.RB3
467 #define RB4                  PORTB_bits.RB4
468 #define RB5                  PORTB_bits.RB5
469 #define RB6                  PORTB_bits.RB6
470 #define RB7                  PORTB_bits.RB7
471 #endif /* NO_BIT_DEFINES */
472
473 // ----- RCSTA bits --------------------
474 typedef union {
475   struct {
476     unsigned char RX9D:1;
477     unsigned char OERR:1;
478     unsigned char FERR:1;
479     unsigned char ADEN:1;
480     unsigned char CREN:1;
481     unsigned char SREN:1;
482     unsigned char RX9:1;
483     unsigned char SPEN:1;
484   };
485 } __RCSTA_bits_t;
486 extern volatile __RCSTA_bits_t __at(RCSTA_ADDR) RCSTA_bits;
487
488 #ifndef NO_BIT_DEFINES
489 #define RX9D                 RCSTA_bits.RX9D
490 #define OERR                 RCSTA_bits.OERR
491 #define FERR                 RCSTA_bits.FERR
492 #define ADEN                 RCSTA_bits.ADEN
493 #define CREN                 RCSTA_bits.CREN
494 #define SREN                 RCSTA_bits.SREN
495 #define RX9                  RCSTA_bits.RX9
496 #define SPEN                 RCSTA_bits.SPEN
497 #endif /* NO_BIT_DEFINES */
498
499 // ----- STATUS bits --------------------
500 typedef union {
501   struct {
502     unsigned char C:1;
503     unsigned char DC:1;
504     unsigned char Z:1;
505     unsigned char NOT_PD:1;
506     unsigned char NOT_TO:1;
507     unsigned char RP0:1;
508     unsigned char RP1:1;
509     unsigned char IRP:1;
510   };
511 } __STATUS_bits_t;
512 extern volatile __STATUS_bits_t __at(STATUS_ADDR) STATUS_bits;
513
514 #ifndef NO_BIT_DEFINES
515 #define C                    STATUS_bits.C
516 #define DC                   STATUS_bits.DC
517 #define Z                    STATUS_bits.Z
518 #define NOT_PD               STATUS_bits.NOT_PD
519 #define NOT_TO               STATUS_bits.NOT_TO
520 #define RP0                  STATUS_bits.RP0
521 #define RP1                  STATUS_bits.RP1
522 #define IRP                  STATUS_bits.IRP
523 #endif /* NO_BIT_DEFINES */
524
525 // ----- T1CON bits --------------------
526 typedef union {
527   struct {
528     unsigned char TMR1ON:1;
529     unsigned char TMR1CS:1;
530     unsigned char NOT_T1SYNC:1;
531     unsigned char T1OSCEN:1;
532     unsigned char T1CKPS0:1;
533     unsigned char T1CKPS1:1;
534     unsigned char :1;
535     unsigned char :1;
536   };
537 } __T1CON_bits_t;
538 extern volatile __T1CON_bits_t __at(T1CON_ADDR) T1CON_bits;
539
540 #ifndef NO_BIT_DEFINES
541 #define TMR1ON               T1CON_bits.TMR1ON
542 #define TMR1CS               T1CON_bits.TMR1CS
543 #define NOT_T1SYNC           T1CON_bits.NOT_T1SYNC
544 #define T1OSCEN              T1CON_bits.T1OSCEN
545 #define T1CKPS0              T1CON_bits.T1CKPS0
546 #define T1CKPS1              T1CON_bits.T1CKPS1
547 #endif /* NO_BIT_DEFINES */
548
549 // ----- T2CON bits --------------------
550 typedef union {
551   struct {
552     unsigned char T2CKPS0:1;
553     unsigned char T2CKPS1:1;
554     unsigned char TMR2ON:1;
555     unsigned char TOUTPS0:1;
556     unsigned char TOUTPS1:1;
557     unsigned char TOUTPS2:1;
558     unsigned char TOUTPS3:1;
559     unsigned char :1;
560   };
561 } __T2CON_bits_t;
562 extern volatile __T2CON_bits_t __at(T2CON_ADDR) T2CON_bits;
563
564 #ifndef NO_BIT_DEFINES
565 #define T2CKPS0              T2CON_bits.T2CKPS0
566 #define T2CKPS1              T2CON_bits.T2CKPS1
567 #define TMR2ON               T2CON_bits.TMR2ON
568 #define TOUTPS0              T2CON_bits.TOUTPS0
569 #define TOUTPS1              T2CON_bits.TOUTPS1
570 #define TOUTPS2              T2CON_bits.TOUTPS2
571 #define TOUTPS3              T2CON_bits.TOUTPS3
572 #endif /* NO_BIT_DEFINES */
573
574 // ----- TRISA bits --------------------
575 typedef union {
576   struct {
577     unsigned char TRISA0:1;
578     unsigned char TRISA1:1;
579     unsigned char TRISA2:1;
580     unsigned char TRISA3:1;
581     unsigned char TRISA4:1;
582     unsigned char TRISA5:1;
583     unsigned char TRISA6:1;
584     unsigned char TRISA7:1;
585   };
586 } __TRISA_bits_t;
587 extern volatile __TRISA_bits_t __at(TRISA_ADDR) TRISA_bits;
588
589 #ifndef NO_BIT_DEFINES
590 #define TRISA0               TRISA_bits.TRISA0
591 #define TRISA1               TRISA_bits.TRISA1
592 #define TRISA2               TRISA_bits.TRISA2
593 #define TRISA3               TRISA_bits.TRISA3
594 #define TRISA4               TRISA_bits.TRISA4
595 #define TRISA5               TRISA_bits.TRISA5
596 #define TRISA6               TRISA_bits.TRISA6
597 #define TRISA7               TRISA_bits.TRISA7
598 #endif /* NO_BIT_DEFINES */
599
600 // ----- TRISB bits --------------------
601 typedef union {
602   struct {
603     unsigned char TRISB0:1;
604     unsigned char TRISB1:1;
605     unsigned char TRISB2:1;
606     unsigned char TRISB3:1;
607     unsigned char TRISB4:1;
608     unsigned char TRISB5:1;
609     unsigned char TRISB6:1;
610     unsigned char TRISB7:1;
611   };
612 } __TRISB_bits_t;
613 extern volatile __TRISB_bits_t __at(TRISB_ADDR) TRISB_bits;
614
615 #ifndef NO_BIT_DEFINES
616 #define TRISB0               TRISB_bits.TRISB0
617 #define TRISB1               TRISB_bits.TRISB1
618 #define TRISB2               TRISB_bits.TRISB2
619 #define TRISB3               TRISB_bits.TRISB3
620 #define TRISB4               TRISB_bits.TRISB4
621 #define TRISB5               TRISB_bits.TRISB5
622 #define TRISB6               TRISB_bits.TRISB6
623 #define TRISB7               TRISB_bits.TRISB7
624 #endif /* NO_BIT_DEFINES */
625
626 // ----- TXSTA bits --------------------
627 typedef union {
628   struct {
629     unsigned char TX9D:1;
630     unsigned char TRMT:1;
631     unsigned char BRGH:1;
632     unsigned char :1;
633     unsigned char SYNC:1;
634     unsigned char TXEN:1;
635     unsigned char TX9:1;
636     unsigned char CSRC:1;
637   };
638 } __TXSTA_bits_t;
639 extern volatile __TXSTA_bits_t __at(TXSTA_ADDR) TXSTA_bits;
640
641 #ifndef NO_BIT_DEFINES
642 #define TX9D                 TXSTA_bits.TX9D
643 #define TRMT                 TXSTA_bits.TRMT
644 #define BRGH                 TXSTA_bits.BRGH
645 #define SYNC                 TXSTA_bits.SYNC
646 #define TXEN                 TXSTA_bits.TXEN
647 #define TX9                  TXSTA_bits.TX9
648 #define CSRC                 TXSTA_bits.CSRC
649 #endif /* NO_BIT_DEFINES */
650
651 // ----- VRCON bits --------------------
652 typedef union {
653   struct {
654     unsigned char VR0:1;
655     unsigned char VR1:1;
656     unsigned char VR2:1;
657     unsigned char VR3:1;
658     unsigned char :1;
659     unsigned char VRR:1;
660     unsigned char VROE:1;
661     unsigned char VREN:1;
662   };
663 } __VRCON_bits_t;
664 extern volatile __VRCON_bits_t __at(VRCON_ADDR) VRCON_bits;
665
666 #ifndef NO_BIT_DEFINES
667 #define VR0                  VRCON_bits.VR0
668 #define VR1                  VRCON_bits.VR1
669 #define VR2                  VRCON_bits.VR2
670 #define VR3                  VRCON_bits.VR3
671 #define VRR                  VRCON_bits.VRR
672 #define VROE                 VRCON_bits.VROE
673 #define VREN                 VRCON_bits.VREN
674 #endif /* NO_BIT_DEFINES */
675
676 #endif