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

« back to all changes in this revision

Viewing changes to header/p18f4320.inc

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2006-09-04 11:05:06 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20060904110506-1nmyanxfhepzyogy
Tags: 0.13.4-1
* New upstream version.
  - Fixed 18xx config bug when config is the last section (closes: #305547).
* Bumped Standards-Version to 3.7.2 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
763
763
;     OSC = LP             LP Oscillator
764
764
;     OSC = XT             XT Oscillator
765
765
;     OSC = HS             HS Oscillator
766
 
;     OSC = EC             External Clock on OSC1, OSC2 as Fosc/4
 
766
;     OSC = EC             External Clock on OSC1, OSC2 as FOSC/4
767
767
;     OSC = ECIO           External Clock on OSC1, OSC2 as RA6
768
768
;     OSC = HSPLL          HS + PLL
769
769
;     OSC = RCIO           External RC on OSC1, OSC2 as RA6
770
770
;     OSC = INTIO2         Internal RC, OSC1 as RA7, OSC2 as RA6
771
 
;     OSC = INTIO1         Internal RC, OSC1 as RA7, OSC2 as Fosc/4
772
 
;     OSC = RC             External RC on OSC1, OSC2 as Fosc/4
 
771
;     OSC = INTIO1         Internal RC, OSC1 as RA7, OSC2 as FOSC/4
 
772
;     OSC = RC             External RC on OSC1, OSC2 as FOSC/4
773
773
;
774
 
;   Fail Safe Clock Monitor:
775
 
;     FSCM = OFF           Fail Safe Clock Monitor disabled
776
 
;     FSCM = ON            Fail Safe Clock Monitor enabled
 
774
;   Fail-Safe Clock Monitor:
 
775
;     FSCM = OFF           Fail-Safe Clock Monitor disabled
 
776
;     FSCM = ON            Fail-Safe Clock Monitor enabled
777
777
;
778
778
;   Internal External Switch Over mode:
779
779
;     IESO = OFF           Internal External Switch Over mode disabled
780
780
;     IESO = ON            Internal External Switch Over mode enabled
781
781
;
782
 
;   Power-Up Timer:
 
782
;   Power-up Timer:
783
783
;     PWRT = ON            Enabled
784
784
;     PWRT = OFF           Disabled
785
785
;
786
 
;   Brown-Out Reset:
 
786
;   Brown-out Reset:
787
787
;     BOR = OFF            Disabled
788
788
;     BOR = ON             Enabled
789
789
;
790
 
;   Brown Out Voltage:
 
790
;   Brown-out Voltage:
791
791
;     BORV = 45            4.5V
792
792
;     BORV = 42            4.2V
793
793
;     BORV = 27            2.7V
957
957
;Configuration Byte 1H Options
958
958
_IESO_ON_1H       EQU  H'FF' ; Internal External oscillator Switch Over mode enabled
959
959
_IESO_OFF_1H      EQU  H'7F' ; Internal External oscillator Switch Over mode disabled
960
 
_FSCM_ON_1H       EQU  H'FF' ; Fail Safe Clock Monitor enabled
961
 
_FSCM_OFF_1H      EQU  H'BF' ; Fail Safe Clock Monitor disabled
962
 
_RC_OSC_1H        EQU  H'FF' ; External RC on OSC1, OSC2 as Fosc/4
 
960
_FSCM_ON_1H       EQU  H'FF' ; Fail-Safe Clock Monitor enabled
 
961
_FSCM_OFF_1H      EQU  H'BF' ; Fail-Safe Clock Monitor disabled
 
962
_RC_OSC_1H        EQU  H'FF' ; External RC on OSC1, OSC2 as FOSC/4
963
963
_RCIO_OSC_1H      EQU  H'F7' ; External RC on OSC1, OSC2 as RA6
964
964
_LP_OSC_1H        EQU  H'F0' ; LP Oscillator
965
965
_XT_OSC_1H        EQU  H'F1' ; XT Oscillator
966
966
_HS_OSC_1H        EQU  H'F2' ; HS Oscillator
967
967
_HSPLL_OSC_1H     EQU  H'F6' ; HS + PLL
968
 
_EC_OSC_1H        EQU  H'F4' ; External Clock on OSC1, OSC2 as Fosc/4
 
968
_EC_OSC_1H        EQU  H'F4' ; External Clock on OSC1, OSC2 as FOSC/4
969
969
_ECIO_OSC_1H      EQU  H'F5' ; External Clock on OSC1, OSC2 as RA6
970
 
_INTIO1_OSC_1H    EQU  H'F9' ; Internal RC, OSC1 as RA7, OSC2 as Fosc/4
 
970
_INTIO1_OSC_1H    EQU  H'F9' ; Internal RC, OSC1 as RA7, OSC2 as FOSC/4
971
971
_INTIO2_OSC_1H    EQU  H'F8' ; Internal RC, OSC1 as RA7, OSC2 as RA6
972
972
 
973
973
;Configuration Byte 2L Options
975
975
_BORV_27_2L       EQU  H'FB' ;               2.7v
976
976
_BORV_42_2L       EQU  H'F7' ;               4.2v
977
977
_BORV_45_2L       EQU  H'F3' ;               4.5v
978
 
_BOR_ON_2L        EQU  H'FF' ; Brown-Out Reset enabled
979
 
_BOR_OFF_2L       EQU  H'FD' ; Brown-Out Reset disabled
980
 
_PWRT_OFF_2L      EQU  H'FF' ; Power-Up Timer disabled
981
 
_PWRT_ON_2L       EQU  H'FE' ; Power-Up Timer enabled
 
978
_BOR_ON_2L        EQU  H'FF' ; Brown-out Reset enabled
 
979
_BOR_OFF_2L       EQU  H'FD' ; Brown-out Reset disabled
 
980
_PWRT_OFF_2L      EQU  H'FF' ; Power-up Timer disabled
 
981
_PWRT_ON_2L       EQU  H'FE' ; Power-up Timer enabled
982
982
 
983
983
;Configuration Byte 2H Options
984
984
_WDT_ON_2H        EQU  H'FF' ; Watch Dog Timer enabled