
=================================================================
Interrupts List in the order of priority
Interrupts within the group will not preempt each other
=================================================================

=============================================================
                    RTINTs
=============================================================
Group      | Priority   | Interrupt Name
=============================================================
=============================================================


=============================================================
                    INTs
=============================================================
Group      | Priority   | Interrupt Name
=============================================================
255        | 255        | myEPWM4_ET_INT (INT_EPWM4)
255        | 255        | myEPWM5_ET_INT (INT_EPWM2)
255        | 255        | myEPWM6_ET_INT (INT_EPWM6)
=============================================================



=================================================================
Interrupts in different Contexts
=================================================================

Context Agnostic Interrupts
----------------------------

Context0 Interrupts
-------------------
myEPWM4_ET_INT (INT_EPWM4)
myEPWM5_ET_INT (INT_EPWM2)
myEPWM6_ET_INT (INT_EPWM6)

Context1 Interrupts
-------------------

Context2 Interrupts
-------------------


