2 * This declarations of the PIC16C432 MCU.
4 * This file is part of the GNU PIC library for SDCC, originally
5 * created by Molnar Karoly <molnarkaroly@users.sf.net> 2016.
7 * This file is generated automatically by the cinc2h.pl, 2016-04-13 17:23:02 UTC.
9 * SDCC is licensed under the GNU Public license (GPL) v2. Note that
10 * this license covers the code to the compiler and other executables,
11 * but explicitly does not cover any code or objects generated by sdcc.
13 * For pic device libraries and header files which are derived from
14 * Microchip header (.inc) and linker script (.lkr) files Microchip
15 * requires that "The header files should state that they are only to be
16 * used with authentic Microchip devices" which makes them incompatible
17 * with the GPL. Pic device libraries and header files are located at
18 * non-free/lib and non-free/include directories respectively.
19 * Sdcc should be run with the --use-non-free command line option in
20 * order to include non-free header files and libraries.
22 * See http://sdcc.sourceforge.net/ for the latest information on sdcc.
25 #ifndef __PIC16C432_H__
26 #define __PIC16C432_H__
28 //==============================================================================
32 //==============================================================================
34 #ifndef NO_ADDR_DEFINES
36 #define INDF_ADDR 0x0000
37 #define TMR0_ADDR 0x0001
38 #define PCL_ADDR 0x0002
39 #define STATUS_ADDR 0x0003
40 #define FSR_ADDR 0x0004
41 #define PORTA_ADDR 0x0005
42 #define PORTB_ADDR 0x0006
43 #define PCLATH_ADDR 0x000A
44 #define INTCON_ADDR 0x000B
45 #define PIR1_ADDR 0x000C
46 #define CMCON_ADDR 0x001F
47 #define OPTION_REG_ADDR 0x0081
48 #define TRISA_ADDR 0x0085
49 #define TRISB_ADDR 0x0086
50 #define PIE1_ADDR 0x008C
51 #define PCON_ADDR 0x008E
52 #define LININTF_ADDR 0x0090
53 #define VRCON_ADDR 0x009F
55 #endif // #ifndef NO_ADDR_DEFINES
57 //==============================================================================
59 // Register Definitions
61 //==============================================================================
63 extern __at(0x0000) __sfr INDF
;
64 extern __at(0x0001) __sfr TMR0
;
65 extern __at(0x0002) __sfr PCL
;
67 //==============================================================================
70 extern __at(0x0003) __sfr STATUS
;
94 extern __at(0x0003) volatile __STATUSbits_t STATUSbits
;
105 //==============================================================================
107 extern __at(0x0004) __sfr FSR
;
109 //==============================================================================
112 extern __at(0x0005) __sfr PORTA
;
126 extern __at(0x0005) volatile __PORTAbits_t PORTAbits
;
134 //==============================================================================
137 //==============================================================================
140 extern __at(0x0006) __sfr PORTB
;
154 extern __at(0x0006) volatile __PORTBbits_t PORTBbits
;
165 //==============================================================================
167 extern __at(0x000A) __sfr PCLATH
;
169 //==============================================================================
172 extern __at(0x000B) __sfr INTCON
;
201 extern __at(0x000B) volatile __INTCONbits_t INTCONbits
;
214 //==============================================================================
217 //==============================================================================
220 extern __at(0x000C) __sfr PIR1
;
234 extern __at(0x000C) volatile __PIR1bits_t PIR1bits
;
238 //==============================================================================
241 //==============================================================================
244 extern __at(0x001F) __sfr CMCON
;
267 extern __at(0x001F) volatile __CMCONbits_t CMCONbits
;
276 //==============================================================================
279 //==============================================================================
282 extern __at(0x0081) __sfr OPTION_REG
;
295 unsigned NOT_RBPU
: 1;
303 } __OPTION_REGbits_t
;
305 extern __at(0x0081) volatile __OPTION_REGbits_t OPTION_REGbits
;
314 #define _NOT_RBPU 0x80
316 //==============================================================================
319 //==============================================================================
322 extern __at(0x0085) __sfr TRISA
;
336 extern __at(0x0085) volatile __TRISAbits_t TRISAbits
;
344 //==============================================================================
347 //==============================================================================
350 extern __at(0x0086) __sfr TRISB
;
364 extern __at(0x0086) volatile __TRISBbits_t TRISBbits
;
375 //==============================================================================
378 //==============================================================================
381 extern __at(0x008C) __sfr PIE1
;
395 extern __at(0x008C) volatile __PIE1bits_t PIE1bits
;
399 //==============================================================================
402 //==============================================================================
405 extern __at(0x008E) __sfr PCON
;
411 unsigned NOT_BOR
: 1;
412 unsigned NOT_POR
: 1;
434 extern __at(0x008E) volatile __PCONbits_t PCONbits
;
436 #define _NOT_BOR 0x01
438 #define _NOT_POR 0x02
440 //==============================================================================
443 //==============================================================================
446 extern __at(0x0090) __sfr LININTF
;
460 extern __at(0x0090) volatile __LININTFbits_t LININTFbits
;
465 //==============================================================================
468 //==============================================================================
471 extern __at(0x009F) __sfr VRCON
;
494 extern __at(0x009F) volatile __VRCONbits_t VRCONbits
;
504 //==============================================================================
507 //==============================================================================
509 // Configuration Bits
511 //==============================================================================
513 #define _CONFIG1 0x2007
515 //----------------------------- CONFIG1 Options -------------------------------
517 #define _FOSC_LP 0x3FFC // LP oscillator.
518 #define _LP_OSC 0x3FFC // LP oscillator.
519 #define _FOSC_XT 0x3FFD // XT oscillator.
520 #define _XT_OSC 0x3FFD // XT oscillator.
521 #define _FOSC_HS 0x3FFE // HS oscillator.
522 #define _HS_OSC 0x3FFE // HS oscillator.
523 #define _FOSC_RC 0x3FFF // RC oscillator.
524 #define _RC_OSC 0x3FFF // RC oscillator.
525 #define _WDTE_OFF 0x3FFB // WDT disabled.
526 #define _WDT_OFF 0x3FFB // WDT disabled.
527 #define _WDTE_ON 0x3FFF // WDT enabled.
528 #define _WDT_ON 0x3FFF // WDT enabled.
529 #define _PWRTE_ON 0x3FF7 // PWRT enabled.
530 #define _PWRTE_OFF 0x3FFF // PWRT disabled.
531 #define _CP_ALL 0x00CF // All memory is code protected.
532 #define _CP_75 0x15DF // 0200h-07FFh code protected.
533 #define _CP_50 0x2AEF // 0400h-07FFh code protected.
534 #define _CP_OFF 0x3FFF // Code protection off.
535 #define _BOREN_OFF 0x3FBF // BOR disabled.
536 #define _BODEN_OFF 0x3FBF // BOR disabled.
537 #define _BOREN_ON 0x3FFF // BOR enabled.
538 #define _BODEN_ON 0x3FFF // BOR enabled.
540 //==============================================================================
542 #define _IDLOC0 0x2000
543 #define _IDLOC1 0x2001
544 #define _IDLOC2 0x2002
545 #define _IDLOC3 0x2003
547 //==============================================================================
549 #ifndef NO_BIT_DEFINES
551 #define CM0 CMCONbits.CM0 // bit 0
552 #define CM1 CMCONbits.CM1 // bit 1
553 #define CM2 CMCONbits.CM2 // bit 2
554 #define CIS CMCONbits.CIS // bit 3
555 #define C1OUT CMCONbits.C1OUT // bit 6
556 #define C2OUT CMCONbits.C2OUT // bit 7
558 #define RBIF INTCONbits.RBIF // bit 0
559 #define INTF INTCONbits.INTF // bit 1
560 #define T0IF INTCONbits.T0IF // bit 2, shadows bit in INTCONbits
561 #define TMR0IF INTCONbits.TMR0IF // bit 2, shadows bit in INTCONbits
562 #define RBIE INTCONbits.RBIE // bit 3
563 #define INTE INTCONbits.INTE // bit 4
564 #define T0IE INTCONbits.T0IE // bit 5, shadows bit in INTCONbits
565 #define TMR0IE INTCONbits.TMR0IE // bit 5, shadows bit in INTCONbits
566 #define PEIE INTCONbits.PEIE // bit 6
567 #define GIE INTCONbits.GIE // bit 7
569 #define LINVDD LININTFbits.LINVDD // bit 0
570 #define LINTX LININTFbits.LINTX // bit 2
572 #define PS0 OPTION_REGbits.PS0 // bit 0
573 #define PS1 OPTION_REGbits.PS1 // bit 1
574 #define PS2 OPTION_REGbits.PS2 // bit 2
575 #define PSA OPTION_REGbits.PSA // bit 3
576 #define T0SE OPTION_REGbits.T0SE // bit 4
577 #define T0CS OPTION_REGbits.T0CS // bit 5
578 #define INTEDG OPTION_REGbits.INTEDG // bit 6
579 #define NOT_RBPU OPTION_REGbits.NOT_RBPU // bit 7
581 #define NOT_BOR PCONbits.NOT_BOR // bit 0, shadows bit in PCONbits
582 #define NOT_BO PCONbits.NOT_BO // bit 0, shadows bit in PCONbits
583 #define NOT_POR PCONbits.NOT_POR // bit 1
585 #define CMIE PIE1bits.CMIE // bit 6
587 #define CMIF PIR1bits.CMIF // bit 6
589 #define RA0 PORTAbits.RA0 // bit 0
590 #define LINRX PORTAbits.LINRX // bit 1
591 #define RA2 PORTAbits.RA2 // bit 2
592 #define RA3 PORTAbits.RA3 // bit 3
593 #define RA4 PORTAbits.RA4 // bit 4
595 #define RB0 PORTBbits.RB0 // bit 0
596 #define RB1 PORTBbits.RB1 // bit 1
597 #define RB2 PORTBbits.RB2 // bit 2
598 #define RB3 PORTBbits.RB3 // bit 3
599 #define RB4 PORTBbits.RB4 // bit 4
600 #define RB5 PORTBbits.RB5 // bit 5
601 #define RB6 PORTBbits.RB6 // bit 6
602 #define RB7 PORTBbits.RB7 // bit 7
604 #define C STATUSbits.C // bit 0
605 #define DC STATUSbits.DC // bit 1
606 #define Z STATUSbits.Z // bit 2
607 #define NOT_PD STATUSbits.NOT_PD // bit 3
608 #define NOT_TO STATUSbits.NOT_TO // bit 4
609 #define RP0 STATUSbits.RP0 // bit 5
610 #define RP1 STATUSbits.RP1 // bit 6
611 #define IRP STATUSbits.IRP // bit 7
613 #define TRISA0 TRISAbits.TRISA0 // bit 0
614 #define TLINRX TRISAbits.TLINRX // bit 1
615 #define TRISA2 TRISAbits.TRISA2 // bit 2
616 #define TRISA3 TRISAbits.TRISA3 // bit 3
617 #define TRISA4 TRISAbits.TRISA4 // bit 4
619 #define TRISB0 TRISBbits.TRISB0 // bit 0
620 #define TRISB1 TRISBbits.TRISB1 // bit 1
621 #define TRISB2 TRISBbits.TRISB2 // bit 2
622 #define TRISB3 TRISBbits.TRISB3 // bit 3
623 #define TRISB4 TRISBbits.TRISB4 // bit 4
624 #define TRISB5 TRISBbits.TRISB5 // bit 5
625 #define TRISB6 TRISBbits.TRISB6 // bit 6
626 #define TRISB7 TRISBbits.TRISB7 // bit 7
628 #define VR0 VRCONbits.VR0 // bit 0
629 #define VR1 VRCONbits.VR1 // bit 1
630 #define VR2 VRCONbits.VR2 // bit 2
631 #define VR3 VRCONbits.VR3 // bit 3
632 #define VRR VRCONbits.VRR // bit 5
633 #define VROE VRCONbits.VROE // bit 6
634 #define VREN VRCONbits.VREN // bit 7
636 #endif // #ifndef NO_BIT_DEFINES
638 #endif // #ifndef __PIC16C432_H__