PIC10F202
CONFIG (address:0x0FFF, mask:0xFFFF)
OSC -- Oscillator
OSC = IntRC 0x0FFF This is the only option. It is here for backward compatibility.
WDTE -- Watchdog Timer
WDTE = OFF 0x0FFB WDT disabled.
WDTE = ON 0x0FFF WDT enabled.
CP -- Code Protect
CP = ON 0x0FF7 Code protection on.
CP = OFF 0x0FFF Code protection off.
MCLRE -- Master Clear Enable
MCLRE = OFF 0x0FEF GP3/MCLR pin fuction is digital I/O, MCLR internally tied to VDD.
MCLRE = ON 0x0FFF GP3/MCLR pin function is MCLR.

This page generated automatically by the device-help.pl program (2012-11-26 09:25:59 UTC) from the 8bit_device.info file (rev: 1.10) of mpasmx and from the gputils source package (rev: svn 834). The mpasmx is included in the MPLAB X. The device-help.pl is included in the gputils source package.