
=================================================================
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        | myMCAN0_INT1 (INT_MCANA_1)
255        | 255        | myMCAN0_INT0 (INT_MCANA_0)
=============================================================



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

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

Context0 Interrupts
-------------------
myMCAN0_INT1 (INT_MCANA_1)
myMCAN0_INT0 (INT_MCANA_0)

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

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


