~ubuntu-branches/ubuntu/quantal/gputils/quantal

« back to all changes in this revision

Viewing changes to header/p18f4523.inc

  • Committer: Bazaar Package Importer
  • Author(s): Taisuke Yamada
  • Date: 2009-03-16 08:39:23 UTC
  • mfrom: (1.1.8 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090316083923-jr9k3f8bchev19s0
Tags: 0.13.7-1
* New upstream release.
* New maintainer (Closes: #504473)
* Bumped Standards-Version to 3.8.1.
* General updates in debian/* to make it lintian clean.
* Removed PS/PDF files from gputils due to duplicate with gputils-doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
        LIST
2
2
 
3
3
;==========================================================================
4
 
;  $Id: p18f4523.inc 448 2006-08-19 02:52:41Z craigfranklin $
5
4
;  MPASM PIC18F4523 processor include
6
5
7
 
;  (c) Copyright 1999-2005 Microchip Technology, All rights reserved
 
6
;  (c) Copyright 1999-2007 Microchip Technology, All rights reserved
8
7
;==========================================================================
9
8
 
10
9
        NOLIST
108
107
CMCON            EQU  H'0FB4'
109
108
CVRCON           EQU  H'0FB5'
110
109
ECCP1AS          EQU  H'0FB6'
 
110
ECCP1DEL         EQU  H'0FB7'
111
111
PWM1CON          EQU  H'0FB7'
112
112
BAUDCON          EQU  H'0FB8'
113
113
BAUDCTL          EQU  H'0FB8'
649
649
ECCPASE          EQU  H'0007'
650
650
 
651
651
 
 
652
;----- ECCP1DEL Bits -----------------------------------------------------
 
653
PDC0             EQU  H'0000'
 
654
PDC1             EQU  H'0001'
 
655
PDC2             EQU  H'0002'
 
656
PDC3             EQU  H'0003'
 
657
PDC4             EQU  H'0004'
 
658
PDC5             EQU  H'0005'
 
659
PDC6             EQU  H'0006'
 
660
PRSEN            EQU  H'0007'
 
661
 
 
662
 
652
663
;----- PWM1CON Bits -----------------------------------------------------
653
664
PDC0             EQU  H'0000'
654
665
PDC1             EQU  H'0001'
668
679
RCIDL            EQU  H'0006'
669
680
ABDOVF           EQU  H'0007'
670
681
 
 
682
TXCKP            EQU  H'0004'
 
683
RXDTP            EQU  H'0005'
671
684
RCMT             EQU  H'0006'
672
685
 
673
686
 
679
692
RCIDL            EQU  H'0006'
680
693
ABDOVF           EQU  H'0007'
681
694
 
 
695
TXCKP            EQU  H'0004'
 
696
RXDTP            EQU  H'0005'
682
697
RCMT             EQU  H'0006'
683
698
 
684
699