PIC10F222 | ||||
---|---|---|---|---|
CONFIG (address:0x0FFF, mask:0xFFFF) | ||||
IOSCFS -- Internal Oscillator Frequency Select bit | ||||
IOSCFS = 4MHZ | 0x0FFE | 4 MHz. | ||
IOSCFS = 8MHZ | 0x0FFF | 8 MHz. | ||
IOFSCS -- Internal Oscillator Frequency Select bit | ||||
IOFSCS = 4MHZ | 0x0FFE | 4 MHz. | ||
IOFSCS = 8MHZ | 0x0FFF | 8 MHz. | ||
MCPU -- Master Clear Pull-up Enable bit | ||||
MCPU = ON | 0x0FFD | Pull-up enabled. | ||
MCPU = OFF | 0x0FFF | Pull-up disabled. | ||
WDTE -- Watchdog Timer Enable bit | ||||
WDTE = OFF | 0x0FFB | WDT disabled. | ||
WDTE = ON | 0x0FFF | WDT enabled. | ||
CP -- Code protection bit | ||||
CP = ON | 0x0FF7 | Code protection on. | ||
CP = OFF | 0x0FFF | Code protection off. | ||
MCLRE -- GP3/MCLR Pin Function Select bit | ||||
MCLRE = OFF | 0x0FEF | GP3/MCLR pin function is digital I/O, MCLR internally tied to VDD. | ||
MCLRE = ON | 0x0FFF | GP3/MCLR pin function is MCLR. |