void __ISR(_INT_VECTOR_NUMBER, IPLx[SRS|SOFT|AUTO]) isrName(void) { /* Clear the cause of the interrupt (if required) */32bit:mx-code-examples-general-exception-usage /* Clear the interrupt flag */ /* ISR-specific processing */ }