The parameters in this tab allow Processor Expert to retrieve the pointers to the current ISR and the current data structure that the ISR holds when executed. In MQX, retrieving the current ISR running in the RTOS is same as the ISR installation function. Therefore, to save the old ISR, it is necessary to install the new one.
Retrieving the data structure has a special function called _int_get_isr_data data receives the IRQ Vector Number parameter.