[Menu]>[Guide to use the PIC]>[873 Hardware]>[SFR]


SFR explanation for PIC16F873(9)

PIE2 ( Peripheral Interrupt Enable register ) 8Dh
    This register contains the enable bits for the CCP2 interrupt, the SSP bus collision interrupt and the EEPROM write operation interrupt.
The value in the parenthesis is in the condition immediately after the turning on.

EEIE : EEPROM Write Operation Interrupt Enable bit
1:Enable EE Write interrupt
0:Disable EE Write interrupt

BCLIE : Bus Collision Interrupt Enable bit
1:Enable Bus Collision Interrupt
0:Disable Bus Collision Interrupt

CCP2IE : CCP2 Interrupt Enable bit
1:Enables the CCP2 Interrupt
0:Disable the CCP2 Interrupt