PIC16C71 | ||||
---|---|---|---|---|
CONFIG (address:0x2007, mask:0xFFFF) | ||||
FOSC -- Oscillator selection bits | ||||
FOSC = LP | 0x3FFC | LP oscillator. | ||
FOSC = XT | 0x3FFD | XT oscillator. | ||
FOSC = HS | 0x3FFE | HS oscillator. | ||
FOSC = RC | 0x3FFF | RC oscillator. | ||
WDTE -- Watchdog Timer Enable bit | ||||
WDTE = OFF | 0x3FFB | WDT disabled. | ||
WDTE = ON | 0x3FFF | WDT enabled. | ||
PWRTE -- Power-up Timer Enable bit | ||||
PWRTE = OFF | 0x3FF7 | PWRT disabled. | ||
PWRTE = ON | 0x3FFF | PWRT enabled. | ||
CP -- Code Protection bit | ||||
CP = ON | 0x3FEF | Code protection on. | ||
CP = OFF | 0x3FFF | Code protection off. |
This page generated automatically by the device-help.pl program (2014-05-17 13:45:43 UTC) from the 8bit_device.info file (rev: 1.19) of mpasmx and from the gputils source package (rev: svn 1017). The mpasmx is included in the MPLAB X.