May I use cli() and sei() like this:
ISR(EXT_INT0_vect) { cli(); MyFunction(); sei(); }
I heard that it is forbidden. Is it or I