The technical reference manual (in the page of Figure 3-44. Event-Trigger Interrupt Generator) said "If interrupts are enabled, but the interrupt flag is already set, then the counter will hold its output high
until the ENTFLG[INT] flag is cleared. This allows for one interrupt to be pending while one is serviced." So, I can use ETCLR.bit.INT to clear the register manually to allow further interrupt pulses.
But, my question is when an interrupt triggered by EPWM1 is working, what will happen if another EPWM2-based interrupt is triggered? Will the EPWM2-based interrupt wait until EPWM1-based interrupt finish or the EPWM2-based interrupt will be neglected?