When a logic change
on any PCINT[11:8] pin triggers an interrupt request, PCIF1 becomes set (one). If
the I-bit in SREG and the PCIE1 bit in PCICR are set (one), the MCU will jump to the
corresponding Interrupt Vector. The flag is cleared when the interrupt routine is
executed. Alternatively, the flag can be cleared by writing a logical one to
it.
Bit 0 – PCIF0 Pin Change
Interrupt Flag 0
When a logic change
on any PCINT[7:0] pin triggers an interrupt request, PCIF0 becomes set (one). If the
I-bit in SREG and the PCIE0 bit in PCICR are set (one), the MCU will jump to the
corresponding Interrupt Vector. The flag is cleared when the interrupt routine is
executed. Alternatively, the flag can be cleared by writing a logical one to
it.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.