AUTO_INT_COUNT Constant

intr.h

#define AUTO_INT_COUNT (LAST_AUTO_INT - FIRST_AUTO_INT + 1)

Returns the total number of Auto-Int vectors.

You can use it together with FIRST_AUTO_INT, LAST_AUTO_INT, and AUTO_INT to loop through all interrupts.