Sounds a bit confused.
Depends what one talks about, there's a difference between ATTiny/ATMega and ATXMega.
In the former as long an interrupt service routine is executed, all other interrupts are disabled, till the ISR is finished.
The latter provides different interrupt levels, where the higher level may interrupt the lower level interrupt.
↧