RTOSAdap_genISRSettingsVarDeclaration(arg_varName, opt_arg_comment)

Generates the C declaration of object storing the settings of ISR vector (handling ISR function and ISR function argument value). If generated inside C function body, it results into definition of automatic variable with name arg_varName. If generated inside C structure definition, it results into declaration of structure member with name arg_varName. If generated outside any function definition, it results into definition of global variable with name arg_varName.