PIC16CR83 | ||||
---|---|---|---|---|
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 = ON | 0x3FF7 | PWRT enabled. | ||
PWRTE = OFF | 0x3FFF | PWRT disabled. | ||
CP -- Program Memory Code Protection bit | ||||
CP = ON | 0x008F | Program memory is code protected. | ||
CP = OFF | 0x3FFF | Code Protection Off. | ||
DP -- Data Memory Code Protection bit | ||||
DP = ON | 0x3F7F | Data memory is code protected. | ||
DP = OFF | 0x3FFF | Code Protection Off. |
This page generated automatically by the device-help.pl program (2013-05-17 07:55:34 UTC) from the 8bit_device.info file (rev: 1.13) of mpasmx and from the gputils source package (rev: svn 979:980). The mpasmx is included in the MPLAB X.