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

« back to all changes in this revision

Viewing changes to header/p18f448.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:
359
359
RBPU            EQU  H'0007'
360
360
INTEDG0         EQU  H'0006'
361
361
INTEDG1         EQU  H'0005'
 
362
INTEDG2         EQU  H'0004'
362
363
TMR0IP          EQU  H'0002'
363
364
T0IP            EQU  H'0002'      ; For compatibility with T0IE and T0IF
364
365
RBIP            EQU  H'0000'
1403
1404
;     OSCS = ON            Enabled
1404
1405
;     OSCS = OFF           Disabled
1405
1406
;
1406
 
;   Power Up Timer:
 
1407
;   Power-up Timer:
1407
1408
;     PWRT = ON            Enabled
1408
1409
;     PWRT = OFF           Disabled
1409
1410
;
1410
 
;   Brown Out Reset:
 
1411
;   Brown-out Reset:
1411
1412
;     BOR = OFF            Disabled
1412
1413
;     BOR = ON             Enabled
1413
1414
;
1414
 
;   Brown Out Voltage:
 
1415
;   Brown-out Voltage:
1415
1416
;     BORV = 45            4.5V
1416
1417
;     BORV = 42            4.2V
1417
1418
;     BORV = 27            2.7V
1524
1525
_RCIO_OSC_1H      EQU  H'FF'    ; RC w/OSC2 as an IO pin (RA6)
1525
1526
 
1526
1527
;Configuration Byte 2L Options
1527
 
_BOR_ON_2L        EQU  H'FF'    ; Brown-Out Reset enable
 
1528
_BOR_ON_2L        EQU  H'FF'    ; Brown-out Reset enable
1528
1529
_BOR_OFF_2L       EQU  H'FD'
1529
 
_PWRT_OFF_2L      EQU  H'FF'    ; Power-Up Timer enable
 
1530
_PWRT_OFF_2L      EQU  H'FF'    ; Power-up Timer enable
1530
1531
_PWRT_ON_2L       EQU  H'FE'
1531
1532
_BORV_25_2L       EQU  H'FF'    ; BOR Voltage - 2.5v
1532
1533
_BORV_27_2L       EQU  H'FB'    ;               2.7v