RTOSAdap_genISRFunctionDefinitionOpen

Generates the definition of C function named arg_isrFunctionName that can be used as an ISR function for interrupt vector with name defined by arg_intVectorProperty component property. Generates also opening { of the function body and also (if needed) RTOS specific ISR prolog (saving registers, handling stack pointer). The symbol arg_isrParameterName of type arg_isrParameterType can be used inside the function body. This symbol contains the value defined during installation of the ISR function.

Note: The code generated by this subroutine must have access to the possibly generated global symbol by RTOSAdap_genSetInterruptVector().
Note: There can be some RTOS specific limitations to arg_isrParameterType type. See documentation of concrete RTOS adapter for details.
Note: To generate ISR epilog and closing }, use RTOSAdap_genISRFunctionDefinitionClose().