PIC10F322 | ||||
---|---|---|---|---|
CONFIG (address:0x2007, mask:0x1FFF, default:0x1FFF) | ||||
FOSC -- Oscillator Selection bits (bitmask:0x0001) | ||||
FOSC = INTOSC | 0x3FFE | INTOSC oscillator: CLKIN function disabled. | ||
FOSC = EC | 0x3FFF | EC: CLKIN function enabled. | ||
BOREN -- Brown-out Reset Enable (bitmask:0x0006) | ||||
BOREN = OFF | 0x3FF9 | Brown-out Reset disabled. | ||
BOREN = SBODEN | 0x3FFB | Brown-out Reset controlled by the SBOREN bit in the BORCON register. | ||
BOREN = NSLEEP | 0x3FFD | Brown-out Reset enabled while running and disabled in Sleep. | ||
BOREN = ON | 0x3FFF | Brown-out Reset enabled. | ||
WDTE -- Watchdog Timer Enable (bitmask:0x0018) | ||||
WDTE = OFF | 0x3FE7 | WDT disabled. | ||
WDTE = SWDTEN | 0x3FEF | WDT controlled by the SWDTEN bit in the WDTCON register. | ||
WDTE = NSLEEP | 0x3FF7 | WDT enabled while running and disabled in Sleep. | ||
WDTE = ON | 0x3FFF | WDT enabled. | ||
PWRTE -- Power-up Timer Enable bit (bitmask:0x0020) | ||||
PWRTE = ON | 0x3FDF | PWRT enabled. | ||
PWRTE = OFF | 0x3FFF | PWRT disabled. | ||
MCLRE -- MCLR Pin Function Select bit (bitmask:0x0040) | ||||
MCLRE = OFF | 0x3FBF | MCLR pin function is digital input, MCLR internally tied to VDD. | ||
MCLRE = ON | 0x3FFF | MCLR pin function is MCLR. | ||
CP -- Code Protection bit (bitmask:0x0080) | ||||
CP = ON | 0x3F7F | Program memory code protection is enabled. | ||
CP = OFF | 0x3FFF | Program memory code protection is disabled. | ||
LVP -- Low-Voltage Programming Enable (bitmask:0x0100) | ||||
LVP = OFF | 0x3EFF | High-voltage on MCLR/VPP must be used for programming. | ||
LVP = ON | 0x3FFF | Low-voltage programming enabled. | ||
LPBOR -- Brown-out Reset Selection bits (bitmask:0x0200) | ||||
LPBOR = OFF | 0x3DFF | BOR disabled. | ||
LPBOR = ON | 0x3FFF | BOR enabled. | ||
BORV -- Brown-out Reset Voltage Selection (bitmask:0x0400) | ||||
BORV = HI | 0x3BFF | Brown-out Reset Voltage (Vbor), high trip point selected. | ||
BORV = LO | 0x3FFF | Brown-out Reset Voltage (Vbor), low trip point selected. | ||
WRT -- Flash Memory Self-Write Protection (bitmask:0x1800) | ||||
WRT = ALL | 0x27FF | 000h to 1FFh write protected, no addresses may be modified by PMCON control. | ||
WRT = HALF | 0x2FFF | 000h to 0FFh write protected, 100h to 1FFh may be modified by PMCON control. | ||
WRT = BOOT | 0x37FF | 000h to 07Fh write protected, 080h to 1FFh may be modified by PMCON control. | ||
WRT = OFF | 0x3FFF | Write 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.