Domanda sugli ATmega, bit di interrupt

Non mi riferisco al bit per abilitare gli interrupt ma al flag che mi indica che l'interrupt deve essere processato. Un esempio è il bit ACI del registri ACRS, il quale viene portato a uno quando l'interrupt deve essere gestito. Riporto quanto dice il datasheet:

Bit 4 – ACI: Analog Comparator Interrupt Flag
This bit is set by hardware when a comparator output event triggers the interrupt mode defined by ACIS1 and ACIS0. The Analog Comparator interrupt routine is executed if the ACIE bit is set and the I-bit in SREG is set. ACI is cleared by hardware when executing the corresponding interrupt handling vector. Alternatively, ACI is cleared by writing a logic one to the flag.