hello. I ask the question as follows.

During PORTE_IRQHandler operation by PTE15 interrupt,
How is it handled when a PTE16 interrupt occurs?
After completing the PORTE_IRQHandler operation, is the PORTE_IRQHandler function called again?
Otherwise, it is expected that missing or duplicate processing will occur.
-> If there is no re-call, it is thought that PTE16 interrupt processing will be missed.
-> If PORTE_IRQHandler is called again when a PTE16 interrupt occurs, it is thought that problems will occur due to duplicate processing of code.