
=================================================================
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        | myEPWM1_ET_INT (INT_EPWM1)
255        | 255        | myEPWM2_ET_INT (INT_EPWM16)
255        | 255        | myEPWM3_ET_INT (INT_EPWM3)
255        | 255        | INT_myIPC_1_1 (INT_IPC_1_1)
=============================================================



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

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

Context0 Interrupts
-------------------
myEPWM1_ET_INT (INT_EPWM1)
myEPWM2_ET_INT (INT_EPWM16)
myEPWM3_ET_INT (INT_EPWM3)
INT_myIPC_1_1 (INT_IPC_1_1)

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

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


