Generates the code fragment which routes interrupt vector with name defined by arg_intVectorProperty component property to ISR function with name arg_isrFunctionName. The ISR function obtains an argument of type arg_isrParameterType. The value of such parameter is defined by arg_isrParameterValue. The previous settings of the interrupt vector (handling ISR function and ISR function argument value) are stored into arg_oldISRSettings. If run time allocation of ISR vectors is not available, ISR vector is allocated statically in the interrupt vector table generated by Processor Expert, and the parameter passed into the ISR function is transferred by help global variable; its definition is generated into thread arg_globDefsThread. The code generated by this subroutine and by RTOSAdap_genISRFunctionDefinition() must have access to this possibly generated global symbol.