I'm curious about how the teensy handles interrupts with the same priority. More specifically, if I have multiple attachInterrupts which all have a default priority of 128 and they get called at the same time, how does the teensy handle this situation? Also if one of the attachInterrupts gets flagged in the middle of another does it finish the current interrupt and move onto the next or does it stop the current one and resolves the more recently flagged interrupt?