PIC10F200 | ||||
---|---|---|---|---|
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 (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.