13.4.1 Interrupt Control Register 1

Note:
  1. The user is responsible for clearing this bit by writing a zero to it.
Table 13-2. Register Bit Attribute Legend
SymbolDescriptionSymbolDescriptionSymbolDescription
RReadable bitHCCleared by Hardware(Gray cell)Unimplemented
WWritable bitHSSet by HardwareXBit is unknown at Reset
CWrite to clearSSoftware settable bitxChannel number
Name: INTCON1
Offset: 0x70

Bit 3130292827262524 
 NSTDIS        
Access R/W 
Reset 0 
Bit 2322212019181716 
          
Access  
Reset  
Bit 15141312111098 
 GIE        
Access R/W 
Reset 1 
Bit 76543210 
    STKERRADDRERRBADOPERR   
Access R/WR/WR/W 
Reset 000 

Bit 31 – NSTDIS Interrupt Nesting Disable bit

ValueDescription
1

Interrupt nesting is disabled

0

Interrupt nesting is enabled

Bit 15 – GIE Global Interrupt Enable bit

ValueDescription
1Interrupts are enabled (assuming associated IE bits are enabled)
0Interrupts are disabled (traps are still enabled)

Bit 4 – STKERR  Stack Error Trap status bit(1)

ValueDescription
1Stack error trap has occurred
0

Stack error trap has not occurred

Bit 3 – ADDRERR  Address Error Trap status bit(1)

ValueDescription
1Address error trap has occurred
0Address error trap has not occurred

Bit 2 – BADOPERR  Illegal Op-code Error Trap status bit(1)

ValueDescription
1Illegal opcode error trap has occurred
0Illegal opcode error trap has not occurred