Imported Upstream version 2.9.0
[debian/cc1111] / device / include / pic / pic16f628a.h
1 //
2 // Register Declarations for Microchip 16F628A 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 P16F628A_H
23 #define P16F628A_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 // P16F628A.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 PIC16F628A 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 /PIC16F628A
83 //       2. LIST directive in the source file
84 //               LIST   P=PIC16F628A
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 __16F628A
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
205 // ----- CCP1CON bits --------------------
206 typedef union {
207   struct {
208     unsigned char CCP1M0:1;
209     unsigned char CCP1M1:1;
210     unsigned char CCP1M2:1;
211     unsigned char CCP1M3:1;
212     unsigned char CCP1Y:1;
213     unsigned char CCP1X:1;
214     unsigned char :1;
215     unsigned char :1;
216   };
217 } __CCP1CON_bits_t;
218 extern volatile __CCP1CON_bits_t __at(CCP1CON_ADDR) CCP1CON_bits;
219
220 #ifndef NO_BIT_DEFINES
221 #define CCP1M0               CCP1CON_bits.CCP1M0
222 #define CCP1M1               CCP1CON_bits.CCP1M1
223 #define CCP1M2               CCP1CON_bits.CCP1M2
224 #define CCP1M3               CCP1CON_bits.CCP1M3
225 #define CCP1Y                CCP1CON_bits.CCP1Y
226 #define CCP1X                CCP1CON_bits.CCP1X
227 #endif /* NO_BIT_DEFINES */
228
229 // ----- CMCON bits --------------------
230 typedef union {
231   struct {
232     unsigned char CM0:1;
233     unsigned char CM1:1;
234     unsigned char CM2:1;
235     unsigned char CIS:1;
236     unsigned char C1INV:1;
237     unsigned char C2INV:1;
238     unsigned char C1OUT:1;
239     unsigned char C2OUT:1;
240   };
241 } __CMCON_bits_t;
242 extern volatile __CMCON_bits_t __at(CMCON_ADDR) CMCON_bits;
243
244 #ifndef NO_BIT_DEFINES
245 #define CM0                  CMCON_bits.CM0
246 #define CM1                  CMCON_bits.CM1
247 #define CM2                  CMCON_bits.CM2
248 #define CIS                  CMCON_bits.CIS
249 #define C1INV                CMCON_bits.C1INV
250 #define C2INV                CMCON_bits.C2INV
251 #define C1OUT                CMCON_bits.C1OUT
252 #define C2OUT                CMCON_bits.C2OUT
253 #endif /* NO_BIT_DEFINES */
254
255 // ----- EECON1 bits --------------------
256 typedef union {
257   struct {
258     unsigned char RD:1;
259     unsigned char WR:1;
260     unsigned char WREN:1;
261     unsigned char WRERR:1;
262     unsigned char :1;
263     unsigned char :1;
264     unsigned char :1;
265     unsigned char :1;
266   };
267 } __EECON1_bits_t;
268 extern volatile __EECON1_bits_t __at(EECON1_ADDR) EECON1_bits;
269
270 #ifndef NO_BIT_DEFINES
271 #define RD                   EECON1_bits.RD
272 #define WR                   EECON1_bits.WR
273 #define WREN                 EECON1_bits.WREN
274 #define WRERR                EECON1_bits.WRERR
275 #endif /* NO_BIT_DEFINES */
276
277 // ----- INTCON bits --------------------
278 typedef union {
279   struct {
280     unsigned char RBIF:1;
281     unsigned char INTF:1;
282     unsigned char T0IF:1;
283     unsigned char RBIE:1;
284     unsigned char INTE:1;
285     unsigned char T0IE:1;
286     unsigned char PEIE:1;
287     unsigned char GIE:1;
288   };
289 } __INTCON_bits_t;
290 extern volatile __INTCON_bits_t __at(INTCON_ADDR) INTCON_bits;
291
292 #ifndef NO_BIT_DEFINES
293 #define RBIF                 INTCON_bits.RBIF
294 #define INTF                 INTCON_bits.INTF
295 #define T0IF                 INTCON_bits.T0IF
296 #define RBIE                 INTCON_bits.RBIE
297 #define INTE                 INTCON_bits.INTE
298 #define T0IE                 INTCON_bits.T0IE
299 #define PEIE                 INTCON_bits.PEIE
300 #define GIE                  INTCON_bits.GIE
301 #endif /* NO_BIT_DEFINES */
302
303 // ----- OPTION_REG bits --------------------
304 typedef union {
305   struct {
306     unsigned char PS0:1;
307     unsigned char PS1:1;
308     unsigned char PS2:1;
309     unsigned char PSA:1;
310     unsigned char T0SE:1;
311     unsigned char T0CS:1;
312     unsigned char INTEDG:1;
313     unsigned char NOT_RBPU:1;
314   };
315 } __OPTION_REG_bits_t;
316 extern volatile __OPTION_REG_bits_t __at(OPTION_REG_ADDR) OPTION_REG_bits;
317
318 #ifndef NO_BIT_DEFINES
319 #define PS0                  OPTION_REG_bits.PS0
320 #define PS1                  OPTION_REG_bits.PS1
321 #define PS2                  OPTION_REG_bits.PS2
322 #define PSA                  OPTION_REG_bits.PSA
323 #define T0SE                 OPTION_REG_bits.T0SE
324 #define T0CS                 OPTION_REG_bits.T0CS
325 #define INTEDG               OPTION_REG_bits.INTEDG
326 #define NOT_RBPU             OPTION_REG_bits.NOT_RBPU
327 #endif /* NO_BIT_DEFINES */
328
329 // ----- PCON bits --------------------
330 typedef union {
331   struct {
332     unsigned char NOT_BO:1;
333     unsigned char NOT_POR:1;
334     unsigned char :1;
335     unsigned char OSCF:1;
336     unsigned char :1;
337     unsigned char :1;
338     unsigned char :1;
339     unsigned char :1;
340   };
341   struct {
342     unsigned char NOT_BOR: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     unsigned char :1;
350   };
351   struct {
352     unsigned char NOT_BOD: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     unsigned char :1;
360   };
361 } __PCON_bits_t;
362 extern volatile __PCON_bits_t __at(PCON_ADDR) PCON_bits;
363
364 #ifndef NO_BIT_DEFINES
365 #define NOT_BO               PCON_bits.NOT_BO
366 #define NOT_BOR              PCON_bits.NOT_BOR
367 #define NOT_BOD              PCON_bits.NOT_BOD
368 #define NOT_POR              PCON_bits.NOT_POR
369 #define OSCF                 PCON_bits.OSCF
370 #endif /* NO_BIT_DEFINES */
371
372 // ----- PIE1 bits --------------------
373 typedef union {
374   struct {
375     unsigned char TMR1IE:1;
376     unsigned char TMR2IE:1;
377     unsigned char CCP1IE:1;
378     unsigned char :1;
379     unsigned char TXIE:1;
380     unsigned char RCIE:1;
381     unsigned char CMIE:1;
382     unsigned char EEIE:1;
383   };
384 } __PIE1_bits_t;
385 extern volatile __PIE1_bits_t __at(PIE1_ADDR) PIE1_bits;
386
387 #ifndef NO_BIT_DEFINES
388 #define TMR1IE               PIE1_bits.TMR1IE
389 #define TMR2IE               PIE1_bits.TMR2IE
390 #define CCP1IE               PIE1_bits.CCP1IE
391 #define TXIE                 PIE1_bits.TXIE
392 #define RCIE                 PIE1_bits.RCIE
393 #define CMIE                 PIE1_bits.CMIE
394 #define EEIE                 PIE1_bits.EEIE
395 #endif /* NO_BIT_DEFINES */
396
397 // ----- PIR1 bits --------------------
398 typedef union {
399   struct {
400     unsigned char TMR1IF:1;
401     unsigned char TMR2IF:1;
402     unsigned char CCP1IF:1;
403     unsigned char :1;
404     unsigned char TXIF:1;
405     unsigned char RCIF:1;
406     unsigned char CMIF:1;
407     unsigned char EEIF:1;
408   };
409 } __PIR1_bits_t;
410 extern volatile __PIR1_bits_t __at(PIR1_ADDR) PIR1_bits;
411
412 #ifndef NO_BIT_DEFINES
413 #define TMR1IF               PIR1_bits.TMR1IF
414 #define TMR2IF               PIR1_bits.TMR2IF
415 #define CCP1IF               PIR1_bits.CCP1IF
416 #define TXIF                 PIR1_bits.TXIF
417 #define RCIF                 PIR1_bits.RCIF
418 #define CMIF                 PIR1_bits.CMIF
419 #define EEIF                 PIR1_bits.EEIF
420 #endif /* NO_BIT_DEFINES */
421
422 // ----- PORTA bits --------------------
423 typedef union {
424   struct {
425     unsigned char RA0:1;
426     unsigned char RA1:1;
427     unsigned char RA2:1;
428     unsigned char RA3:1;
429     unsigned char RA4:1;
430     unsigned char RA5:1;
431     unsigned char RA6:1;
432     unsigned char RA7:1;
433   };
434 } __PORTA_bits_t;
435 extern volatile __PORTA_bits_t __at(PORTA_ADDR) PORTA_bits;
436
437 #ifndef NO_BIT_DEFINES
438 #define RA0                  PORTA_bits.RA0
439 #define RA1                  PORTA_bits.RA1
440 #define RA2                  PORTA_bits.RA2
441 #define RA3                  PORTA_bits.RA3
442 #define RA4                  PORTA_bits.RA4
443 #define RA5                  PORTA_bits.RA5
444 #define RA6                  PORTA_bits.RA6
445 #define RA7                  PORTA_bits.RA7
446 #endif /* NO_BIT_DEFINES */
447
448 // ----- PORTB bits --------------------
449 typedef union {
450   struct {
451     unsigned char RB0:1;
452     unsigned char RB1:1;
453     unsigned char RB2:1;
454     unsigned char RB3:1;
455     unsigned char RB4:1;
456     unsigned char RB5:1;
457     unsigned char RB6:1;
458     unsigned char RB7:1;
459   };
460 } __PORTB_bits_t;
461 extern volatile __PORTB_bits_t __at(PORTB_ADDR) PORTB_bits;
462
463 #ifndef NO_BIT_DEFINES
464 #define RB0                  PORTB_bits.RB0
465 #define RB1                  PORTB_bits.RB1
466 #define RB2                  PORTB_bits.RB2
467 #define RB3                  PORTB_bits.RB3
468 #define RB4                  PORTB_bits.RB4
469 #define RB5                  PORTB_bits.RB5
470 #define RB6                  PORTB_bits.RB6
471 #define RB7                  PORTB_bits.RB7
472 #endif /* NO_BIT_DEFINES */
473
474 // ----- RCSTA bits --------------------
475 typedef union {
476   struct {
477     unsigned char RX9D:1;
478     unsigned char OERR:1;
479     unsigned char FERR:1;
480     unsigned char ADEN:1;
481     unsigned char CREN:1;
482     unsigned char SREN:1;
483     unsigned char RX9:1;
484     unsigned char SPEN:1;
485   };
486 } __RCSTA_bits_t;
487 extern volatile __RCSTA_bits_t __at(RCSTA_ADDR) RCSTA_bits;
488
489 #ifndef NO_BIT_DEFINES
490 #define RX9D                 RCSTA_bits.RX9D
491 #define OERR                 RCSTA_bits.OERR
492 #define FERR                 RCSTA_bits.FERR
493 #define ADEN                 RCSTA_bits.ADEN
494 #define CREN                 RCSTA_bits.CREN
495 #define SREN                 RCSTA_bits.SREN
496 #define RX9                  RCSTA_bits.RX9
497 #define SPEN                 RCSTA_bits.SPEN
498 #endif /* NO_BIT_DEFINES */
499
500 // ----- STATUS bits --------------------
501 typedef union {
502   struct {
503     unsigned char C:1;
504     unsigned char DC:1;
505     unsigned char Z:1;
506     unsigned char NOT_PD:1;
507     unsigned char NOT_TO:1;
508     unsigned char RP0:1;
509     unsigned char RP1:1;
510     unsigned char IRP:1;
511   };
512 } __STATUS_bits_t;
513 extern volatile __STATUS_bits_t __at(STATUS_ADDR) STATUS_bits;
514
515 #ifndef NO_BIT_DEFINES
516 #define C                    STATUS_bits.C
517 #define DC                   STATUS_bits.DC
518 #define Z                    STATUS_bits.Z
519 #define NOT_PD               STATUS_bits.NOT_PD
520 #define NOT_TO               STATUS_bits.NOT_TO
521 #define RP0                  STATUS_bits.RP0
522 #define RP1                  STATUS_bits.RP1
523 #define IRP                  STATUS_bits.IRP
524 #endif /* NO_BIT_DEFINES */
525
526 // ----- T1CON bits --------------------
527 typedef union {
528   struct {
529     unsigned char TMR1ON:1;
530     unsigned char TMR1CS:1;
531     unsigned char NOT_T1SYNC:1;
532     unsigned char T1OSCEN:1;
533     unsigned char T1CKPS0:1;
534     unsigned char T1CKPS1:1;
535     unsigned char :1;
536     unsigned char :1;
537   };
538 } __T1CON_bits_t;
539 extern volatile __T1CON_bits_t __at(T1CON_ADDR) T1CON_bits;
540
541 #ifndef NO_BIT_DEFINES
542 #define TMR1ON               T1CON_bits.TMR1ON
543 #define TMR1CS               T1CON_bits.TMR1CS
544 #define NOT_T1SYNC           T1CON_bits.NOT_T1SYNC
545 #define T1OSCEN              T1CON_bits.T1OSCEN
546 #define T1CKPS0              T1CON_bits.T1CKPS0
547 #define T1CKPS1              T1CON_bits.T1CKPS1
548 #endif /* NO_BIT_DEFINES */
549
550 // ----- T2CON bits --------------------
551 typedef union {
552   struct {
553     unsigned char T2CKPS0:1;
554     unsigned char T2CKPS1:1;
555     unsigned char TMR2ON:1;
556     unsigned char TOUTPS0:1;
557     unsigned char TOUTPS1:1;
558     unsigned char TOUTPS2:1;
559     unsigned char TOUTPS3:1;
560     unsigned char :1;
561   };
562 } __T2CON_bits_t;
563 extern volatile __T2CON_bits_t __at(T2CON_ADDR) T2CON_bits;
564
565 #ifndef NO_BIT_DEFINES
566 #define T2CKPS0              T2CON_bits.T2CKPS0
567 #define T2CKPS1              T2CON_bits.T2CKPS1
568 #define TMR2ON               T2CON_bits.TMR2ON
569 #define TOUTPS0              T2CON_bits.TOUTPS0
570 #define TOUTPS1              T2CON_bits.TOUTPS1
571 #define TOUTPS2              T2CON_bits.TOUTPS2
572 #define TOUTPS3              T2CON_bits.TOUTPS3
573 #endif /* NO_BIT_DEFINES */
574
575 // ----- TRISA bits --------------------
576 typedef union {
577   struct {
578     unsigned char TRISA0:1;
579     unsigned char TRISA1:1;
580     unsigned char TRISA2:1;
581     unsigned char TRISA3:1;
582     unsigned char TRISA4:1;
583     unsigned char TRISA5:1;
584     unsigned char TRISA6:1;
585     unsigned char TRISA7:1;
586   };
587 } __TRISA_bits_t;
588 extern volatile __TRISA_bits_t __at(TRISA_ADDR) TRISA_bits;
589
590 #ifndef NO_BIT_DEFINES
591 #define TRISA0               TRISA_bits.TRISA0
592 #define TRISA1               TRISA_bits.TRISA1
593 #define TRISA2               TRISA_bits.TRISA2
594 #define TRISA3               TRISA_bits.TRISA3
595 #define TRISA4               TRISA_bits.TRISA4
596 #define TRISA5               TRISA_bits.TRISA5
597 #define TRISA6               TRISA_bits.TRISA6
598 #define TRISA7               TRISA_bits.TRISA7
599 #endif /* NO_BIT_DEFINES */
600
601 // ----- TRISB bits --------------------
602 typedef union {
603   struct {
604     unsigned char TRISB0:1;
605     unsigned char TRISB1:1;
606     unsigned char TRISB2:1;
607     unsigned char TRISB3:1;
608     unsigned char TRISB4:1;
609     unsigned char TRISB5:1;
610     unsigned char TRISB6:1;
611     unsigned char TRISB7:1;
612   };
613 } __TRISB_bits_t;
614 extern volatile __TRISB_bits_t __at(TRISB_ADDR) TRISB_bits;
615
616 #ifndef NO_BIT_DEFINES
617 #define TRISB0               TRISB_bits.TRISB0
618 #define TRISB1               TRISB_bits.TRISB1
619 #define TRISB2               TRISB_bits.TRISB2
620 #define TRISB3               TRISB_bits.TRISB3
621 #define TRISB4               TRISB_bits.TRISB4
622 #define TRISB5               TRISB_bits.TRISB5
623 #define TRISB6               TRISB_bits.TRISB6
624 #define TRISB7               TRISB_bits.TRISB7
625 #endif /* NO_BIT_DEFINES */
626
627 // ----- TXSTA bits --------------------
628 typedef union {
629   struct {
630     unsigned char TX9D:1;
631     unsigned char TRMT:1;
632     unsigned char BRGH:1;
633     unsigned char :1;
634     unsigned char SYNC:1;
635     unsigned char TXEN:1;
636     unsigned char TX9:1;
637     unsigned char CSRC:1;
638   };
639 } __TXSTA_bits_t;
640 extern volatile __TXSTA_bits_t __at(TXSTA_ADDR) TXSTA_bits;
641
642 #ifndef NO_BIT_DEFINES
643 #define TX9D                 TXSTA_bits.TX9D
644 #define TRMT                 TXSTA_bits.TRMT
645 #define BRGH                 TXSTA_bits.BRGH
646 #define SYNC                 TXSTA_bits.SYNC
647 #define TXEN                 TXSTA_bits.TXEN
648 #define TX9                  TXSTA_bits.TX9
649 #define CSRC                 TXSTA_bits.CSRC
650 #endif /* NO_BIT_DEFINES */
651
652 // ----- VRCON bits --------------------
653 typedef union {
654   struct {
655     unsigned char VR0:1;
656     unsigned char VR1:1;
657     unsigned char VR2:1;
658     unsigned char VR3:1;
659     unsigned char :1;
660     unsigned char VRR:1;
661     unsigned char VROE:1;
662     unsigned char VREN:1;
663   };
664 } __VRCON_bits_t;
665 extern volatile __VRCON_bits_t __at(VRCON_ADDR) VRCON_bits;
666
667 #ifndef NO_BIT_DEFINES
668 #define VR0                  VRCON_bits.VR0
669 #define VR1                  VRCON_bits.VR1
670 #define VR2                  VRCON_bits.VR2
671 #define VR3                  VRCON_bits.VR3
672 #define VRR                  VRCON_bits.VRR
673 #define VROE                 VRCON_bits.VROE
674 #define VREN                 VRCON_bits.VREN
675 #endif /* NO_BIT_DEFINES */
676
677 #endif