PIC16CR56A | ||||
---|---|---|---|---|
CONFIG (address:0x0FFF, mask:0x0FFF, default:0x0FFF) | ||||
OSC -- Oscillator selection bits (bitmask:0x0003) | ||||
OSC = LP | 0x0FFC | LP oscillator. | ||
OSC = XT | 0x0FFD | XT oscillator. | ||
OSC = HS | 0x0FFE | HS oscillator. | ||
OSC = RC | 0x0FFF | RC oscillator. | ||
WDT -- Watchdog timer enable bit (bitmask:0x0004) | ||||
WDT = OFF | 0x0FFB | WDT disabled. | ||
WDT = ON | 0x0FFF | WDT enabled. | ||
CP -- Code protection bit (bitmask:0x0FF8) | ||||
CP = ON | 0x0007 | Code protection on. | ||
CP = OFF | 0x0FFF | Code protection off. |
This page generated automatically by the device-help.pl program (2017-05-13 09:29:46 UTC) from the 8bit_device.info file (rev: 1.36) of mpasmx and from the gputils source package (rev: svn 1308). The mpasmx is included in the MPLAB X.