11.13.26 PIR8

Peripheral Interrupt Request Register 8
Note:
  1. Interrupt flag bits get set when an interrupt condition occurs, regardless of the state of its corresponding enable bit or the global enable bit. User software must ensure the appropriate interrupt flag bits are clear prior to enabling an interrupt.
  2. U2IF is a read-only bit. To clear the interrupt condition, all bits in the U2UIR register must be cleared.
  3. U2EIF is a read-only bit. To clear the interrupt condition, all bits in the U2ERR register must be cleared.
  4. U2TXIF and U2RXIF are read-only bits and cannot be set/cleared by software.
Name: PIR8
Address: 0x4BA

Bit 76543210 
 SCANIFCCP2IFCLC4IF U2IFU2EIFU2TXIFU2RXIF 
Access R/W/HSR/W/HSR/W/HSRRRR 
Reset 0000000 

Bit 7 – SCANIF Memory Scanner Interrupt Flag

ValueDescription
1 Interrupt has occurred (must be cleared by software)
0 Interrupt event has not occurred

Bit 6 – CCP2IF CCP2 Interrupt Flag

ValueDescription
1 Interrupt has occurred (must be cleared by software)
0 Interrupt event has not occurred

Bit 5 – CLC4IF CLC4 Interrupt Flag

ValueDescription
1 Interrupt has occurred (must be cleared by software)
0 Interrupt event has not occurred

Bit 3 – U2IF  UART2 Interrupt Flag(2)

ValueDescription
1 Interrupt has occurred
0 Interrupt event has not occurred

Bit 2 – U2EIF  UART2 Framing Error Interrupt Flag(3)

ValueDescription
1 Interrupt has occurred
0 Interrupt event has not occurred

Bit 1 – U2TXIF  UART2 Transmit Interrupt Flag(4)

ValueDescription
1 Interrupt has occurred
0 Interrupt event has not occurred

Bit 0 – U2RXIF  UART2 Receive Interrupt Flag(4)

ValueDescription
1 Interrupt has occurred
0 Interrupt event has not occurred
Interrupt flag bits get set when an interrupt condition occurs, regardless of the state of its corresponding enable bit or the global enable bit. User software must ensure the appropriate interrupt flag bits are clear prior to enabling an interrupt. U2IF is a read-only bit. To clear the interrupt condition, all bits in the U2UIR register must be cleared. U2EIF is a read-only bit. To clear the interrupt condition, all bits in the U2ERR register must be cleared. U2TXIF and U2RXIF are read-only bits and cannot be set/cleared by software.