| PIC16F83 | ||||
|---|---|---|---|---|
| CONFIG (address:0x2007, mask:0xFFFF) | ||||
| FOSC -- Oscillator Selection bits | ||||
| FOSC = LP | 0x3FFC | LP oscillator. | ||
| FOSC = XT | 0x3FFD | XT oscillator. | ||
| FOSC = HS | 0x3FFE | HS oscillator. | ||
| FOSC = EXTRC | 0x3FFF | RC oscillator. | ||
| WDTE -- Watchdog Timer | ||||
| WDTE = OFF | 0x3FFB | WDT disabled. | ||
| WDTE = ON | 0x3FFF | WDT enabled. | ||
| PWRTE -- Power-up Timer Enable bit | ||||
| PWRTE = ON | 0x3FF7 | Power-up Timer is enabled. | ||
| PWRTE = OFF | 0x3FFF | Power-up Timer is disabled. | ||
| CP -- Code Protection bit | ||||
| CP = ON | 0x000F | All program memory is code protected. | ||
| CP = OFF | 0x3FFF | Code protection disabled. | ||