/********************************************************************************************************************** * COPYRIGHT * ------------------------------------------------------------------------------------------------------------------- * \verbatim * * This software is copyright protected and proprietary to Vector Informatik GmbH. * Vector Informatik GmbH grants to you only those rights as set out in the license conditions. * All other rights remain with Vector Informatik GmbH. * \endverbatim * ------------------------------------------------------------------------------------------------------------------- * LICENSE * ------------------------------------------------------------------------------------------------------------------- * Module: MemMap * Program: MSR_Vector_SLP4 * Customer: Marelli Automotive Components (Wuhu) Co., Ltd. * Expiry Date: Not restricted * Ordered Derivat.: TC377TP * License Scope : The usage is restricted to CBD2201205_D03 * * ------------------------------------------------------------------------------------------------------------------- * FILE DESCRIPTION * ------------------------------------------------------------------------------------------------------------------- * File: Rte_MemMap.h * Generation Time: 2024-01-18 14:55:17 * Project: CBD2200592_D00_demo - Version 1.0 * Delivery: CBD2201205_D03 * Tool Version: DaVinci Configurator Classic 5.26.35 SP2 * * *********************************************************************************************************************/ #ifndef MICROSAR_DISABLE_MEMMAP /********************************************************************************************************************** * PRE USER CONFIG FILE *********************************************************************************************************************/ /* User Config File Start */ /* User Config File End */ /********************************************************************************************************************** * MEMMAP SECTIONS *********************************************************************************************************************/ #define MEMMAP_ERROR #if defined RTE_START_SEC_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CODE_OPEN # error Using RTE_STOP_SEC_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_VAR_NOINIT_UNSPECIFIED # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_VAR_NOINIT_UNSPECIFIED is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_VAR_NOINIT_UNSPECIFIED_OPEN /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_VAR_NO_INIT/MSR_VAR_NO_INIT */ # pragma section farnoclear "MSR_VAR_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "MSR_VAR_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "MSR_VAR_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "MSR_VAR_FAST_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "MSR_VAR_FAST_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "MSR_VAR_FAST_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef RTE_START_SEC_VAR_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_VAR_NOINIT_UNSPECIFIED # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_VAR_NOINIT_UNSPECIFIED is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_VAR_NOINIT_UNSPECIFIED_OPEN # error Using RTE_STOP_SEC_VAR_NOINIT_UNSPECIFIED is not possible as the corresponding memory section has not been opened. # endif # undef RTE_VAR_NOINIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_VAR_NO_INIT/MSR_VAR_NO_INIT */ # pragma section farnoclear restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef RTE_STOP_SEC_VAR_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_VAR_ZERO_INIT_UNSPECIFIED # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_VAR_ZERO_INIT_UNSPECIFIED is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_VAR_ZERO_INIT_UNSPECIFIED_OPEN /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_VAR_CLEARED/MSR_VAR_CLEARED */ # pragma section farnoclear "MSR_VAR_CLEARED" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "MSR_VAR_CLEARED" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "MSR_VAR_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "MSR_VAR_FAST_CLEARED" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "MSR_VAR_FAST_CLEARED" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "MSR_VAR_FAST_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef RTE_START_SEC_VAR_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_VAR_ZERO_INIT_UNSPECIFIED # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_VAR_ZERO_INIT_UNSPECIFIED is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_VAR_ZERO_INIT_UNSPECIFIED_OPEN # error Using RTE_STOP_SEC_VAR_ZERO_INIT_UNSPECIFIED is not possible as the corresponding memory section has not been opened. # endif # undef RTE_VAR_ZERO_INIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_VAR_CLEARED/MSR_VAR_CLEARED */ # pragma section farnoclear restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef RTE_STOP_SEC_VAR_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_VAR_ZERO_INIT_8BIT # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_VAR_ZERO_INIT_8BIT is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_VAR_ZERO_INIT_8BIT_OPEN /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_VAR_CLEARED/MSR_VAR_CLEARED */ # pragma section farnoclear "MSR_VAR_CLEARED" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "MSR_VAR_CLEARED" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "MSR_VAR_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "MSR_VAR_FAST_CLEARED" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "MSR_VAR_FAST_CLEARED" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "MSR_VAR_FAST_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef RTE_START_SEC_VAR_ZERO_INIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_VAR_ZERO_INIT_8BIT # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_VAR_ZERO_INIT_8BIT is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_VAR_ZERO_INIT_8BIT_OPEN # error Using RTE_STOP_SEC_VAR_ZERO_INIT_8BIT is not possible as the corresponding memory section has not been opened. # endif # undef RTE_VAR_ZERO_INIT_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_VAR_CLEARED/MSR_VAR_CLEARED */ # pragma section farnoclear restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef RTE_STOP_SEC_VAR_ZERO_INIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_VAR_INIT_UNSPECIFIED # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_VAR_INIT_UNSPECIFIED is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_VAR_INIT_UNSPECIFIED_OPEN /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_VAR_INIT/MSR_VAR_INIT */ # pragma section farnoclear "MSR_VAR_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "MSR_VAR_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "MSR_VAR_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "MSR_VAR_FAST_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "MSR_VAR_FAST_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "MSR_VAR_FAST_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef RTE_START_SEC_VAR_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_VAR_INIT_UNSPECIFIED # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_VAR_INIT_UNSPECIFIED is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_VAR_INIT_UNSPECIFIED_OPEN # error Using RTE_STOP_SEC_VAR_INIT_UNSPECIFIED is not possible as the corresponding memory section has not been opened. # endif # undef RTE_VAR_INIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_VAR_INIT/MSR_VAR_INIT */ # pragma section farnoclear restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef RTE_STOP_SEC_VAR_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CONST_UNSPECIFIED # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CONST_UNSPECIFIED is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CONST_UNSPECIFIED_OPEN /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_CONST/MSR_CONST */ # pragma section farrom "MSR_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "MSR_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef RTE_START_SEC_CONST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CONST_UNSPECIFIED # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CONST_UNSPECIFIED is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CONST_UNSPECIFIED_OPEN # error Using RTE_STOP_SEC_CONST_UNSPECIFIED is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CONST_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_CONST/MSR_CONST */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef RTE_STOP_SEC_CONST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_APPL_CODE_OPEN # error Using RTE_STOP_SEC_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_BSWM_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_BSWM_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_BSWM_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_BSWM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_BSWM_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_BSWM_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_BSWM_APPL_CODE_OPEN # error Using RTE_STOP_SEC_BSWM_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_BSWM_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_BSWM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_COMM_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_COMM_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_COMM_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_COMM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_COMM_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_COMM_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_COMM_APPL_CODE_OPEN # error Using RTE_STOP_SEC_COMM_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_COMM_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_COMM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_DCM_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_DCM_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_DCM_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_DCM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_DCM_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_DCM_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_DCM_APPL_CODE_OPEN # error Using RTE_STOP_SEC_DCM_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_DCM_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_DCM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_DEMMASTER_0_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_DEMMASTER_0_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_DEMMASTER_0_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_DEMMASTER_0_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_DEMMASTER_0_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_DEMMASTER_0_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_DEMMASTER_0_APPL_CODE_OPEN # error Using RTE_STOP_SEC_DEMMASTER_0_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_DEMMASTER_0_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_DEMMASTER_0_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_DEMSATELLITE_0_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_DEMSATELLITE_0_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_DEMSATELLITE_0_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_DEMSATELLITE_0_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_DEMSATELLITE_0_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_DEMSATELLITE_0_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_DEMSATELLITE_0_APPL_CODE_OPEN # error Using RTE_STOP_SEC_DEMSATELLITE_0_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_DEMSATELLITE_0_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_DEMSATELLITE_0_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_DET_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_DET_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_DET_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_DET_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_DET_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_DET_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_DET_APPL_CODE_OPEN # error Using RTE_STOP_SEC_DET_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_DET_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_DET_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_ECUM_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_ECUM_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_ECUM_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_ECUM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_ECUM_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_ECUM_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_ECUM_APPL_CODE_OPEN # error Using RTE_STOP_SEC_ECUM_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_ECUM_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_ECUM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OS_OSCORE0_SWC_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OS_OSCORE0_SWC_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OS_OSCORE0_SWC_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OS_OSCORE0_SWC_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OS_OSCORE0_SWC_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OS_OSCORE0_SWC_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OS_OSCORE0_SWC_APPL_CODE_OPEN # error Using RTE_STOP_SEC_OS_OSCORE0_SWC_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OS_OSCORE0_SWC_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OS_OSCORE0_SWC_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_IDLETASK_OSCORE0_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_IDLETASK_OSCORE0_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_IDLETASK_OSCORE0_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_IDLETASK_OSCORE0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_IDLETASK_OSCORE0_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_IDLETASK_OSCORE0_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_IDLETASK_OSCORE0_CODE_OPEN # error Using RTE_STOP_SEC_IDLETASK_OSCORE0_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_IDLETASK_OSCORE0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_IDLETASK_OSCORE0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_ASYNC_OSCORE0_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_ASYNC_OSCORE0_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_ASYNC_OSCORE0_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_ASYNC_OSCORE0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_ASYNC_OSCORE0_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_ASYNC_OSCORE0_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_ASYNC_OSCORE0_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_ASYNC_OSCORE0_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_ASYNC_OSCORE0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_ASYNC_OSCORE0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_DEFAULT_INIT_TASK_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_DEFAULT_INIT_TASK_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_DEFAULT_INIT_TASK_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_DEFAULT_INIT_TASK_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_DEFAULT_INIT_TASK_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_DEFAULT_INIT_TASK_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_DEFAULT_INIT_TASK_CODE_OPEN # error Using RTE_STOP_SEC_DEFAULT_INIT_TASK_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_DEFAULT_INIT_TASK_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_DEFAULT_INIT_TASK_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_DEFAULT_INIT_TASK_TRUSTED_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_DEFAULT_INIT_TASK_TRUSTED_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_DEFAULT_INIT_TASK_TRUSTED_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_DEFAULT_INIT_TASK_TRUSTED_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_DEFAULT_INIT_TASK_TRUSTED_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_DEFAULT_INIT_TASK_TRUSTED_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_DEFAULT_INIT_TASK_TRUSTED_CODE_OPEN # error Using RTE_STOP_SEC_DEFAULT_INIT_TASK_TRUSTED_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_DEFAULT_INIT_TASK_TRUSTED_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_DEFAULT_INIT_TASK_TRUSTED_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_NVM_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_NVM_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_NVM_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_NVM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_NVM_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_NVM_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_NVM_APPL_CODE_OPEN # error Using RTE_STOP_SEC_NVM_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_NVM_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_NVM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAAAFS_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAAAFS_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAAAFS_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAAAFS_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAAAFS_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAAAFS_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAAAFS_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAAAFS_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAAAFS_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAAAFS_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAAAPPM_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAAAPPM_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAAAPPM_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAAAPPM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAAAPPM_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAAAPPM_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAAAPPM_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAAAPPM_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAAAPPM_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAAAPPM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAAAVAC_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAAAVAC_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAAAVAC_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAAAVAC_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAAAVAC_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAAAVAC_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAAAVAC_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAAAVAC_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAAAVAC_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAAAVAC_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAACODM_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAACODM_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAACODM_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAACODM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAACODM_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAACODM_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAACODM_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAACODM_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAACODM_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAACODM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAACTRLTPS929_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAACTRLTPS929_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAACTRLTPS929_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAACTRLTPS929_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAACTRLTPS929_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAACTRLTPS929_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAACTRLTPS929_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAACTRLTPS929_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAACTRLTPS929_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAACTRLTPS929_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAADIAGM_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAADIAGM_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAADIAGM_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAADIAGM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAADIAGM_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAADIAGM_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAADIAGM_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAADIAGM_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAADIAGM_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAADIAGM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAAECUNM_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAAECUNM_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAAECUNM_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAAECUNM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAAECUNM_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAAECUNM_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAAECUNM_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAAECUNM_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAAECUNM_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAAECUNM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAAPXA_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAAPXA_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAAPXA_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAAPXA_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAAPXA_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAAPXA_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAAPXA_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAAPXA_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAAPXA_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAAPXA_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAASIGPREP0_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAASIGPREP0_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAASIGPREP0_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAASIGPREP0_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAASIGPREP0_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAASIGPREP0_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAASIGPREP0_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAASIGPREP0_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAASIGPREP0_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAASIGPREP0_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAASIGPREP1_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAASIGPREP1_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAASIGPREP1_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAASIGPREP1_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAASIGPREP1_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAASIGPREP1_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAASIGPREP1_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAASIGPREP1_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAASIGPREP1_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAASIGPREP1_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAASYSMON_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAASYSMON_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAASYSMON_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAASYSMON_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAASYSMON_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAASYSMON_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAASYSMON_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAASYSMON_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAASYSMON_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAASYSMON_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAAVEHICLEHUB_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAAVEHICLEHUB_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAAVEHICLEHUB_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAAVEHICLEHUB_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAAVEHICLEHUB_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAAVEHICLEHUB_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAAVEHICLEHUB_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAAVEHICLEHUB_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAAVEHICLEHUB_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAAVEHICLEHUB_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTADCDDEFT_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTADCDDEFT_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTADCDDEFT_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTADCDDEFT_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTADCDDEFT_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTADCDDEFT_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTADCDDEFT_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTADCDDEFT_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTADCDDEFT_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTADCDDEFT_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTADCDDSBC_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTADCDDSBC_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTADCDDSBC_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTADCDDSBC_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTADCDDSBC_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTADCDDSBC_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTADCDDSBC_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTADCDDSBC_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTADCDDSBC_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTADCDDSBC_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTADCDDSWI_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTADCDDSWI_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTADCDDSWI_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTADCDDSWI_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTADCDDSWI_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTADCDDSWI_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTADCDDSWI_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTADCDDSWI_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTADCDDSWI_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTADCDDSWI_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTADCDDTPS929_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTADCDDTPS929_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTADCDDTPS929_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTADCDDTPS929_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTADCDDTPS929_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTADCDDTPS929_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTADCDDTPS929_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTADCDDTPS929_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTADCDDTPS929_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTADCDDTPS929_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTASRSENS_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTASRSENS_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTASRSENS_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTASRSENS_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTASRSENS_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTASRSENS_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTASRSENS_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTASRSENS_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTASRSENS_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTASRSENS_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTASSENSM_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTASSENSM_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTASSENSM_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTASSENSM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTASSENSM_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTASSENSM_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTASSENSM_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTASSENSM_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTASSENSM_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTASSENSM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_DRE_T0_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_DRE_T0_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_DRE_T0_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_DRE_T0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_DRE_T0_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_DRE_T0_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_DRE_T0_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_DRE_T0_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_DRE_T0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_DRE_T0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_DEINITEVENT_NT0_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_DEINITEVENT_NT0_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_DEINITEVENT_NT0_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_DEINITEVENT_NT0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_DEINITEVENT_NT0_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_DEINITEVENT_NT0_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_DEINITEVENT_NT0_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_DEINITEVENT_NT0_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_DEINITEVENT_NT0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_DEINITEVENT_NT0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_DEINITEVENT_T0_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_DEINITEVENT_T0_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_DEINITEVENT_T0_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_DEINITEVENT_T0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_DEINITEVENT_T0_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_DEINITEVENT_T0_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_DEINITEVENT_T0_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_DEINITEVENT_T0_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_DEINITEVENT_T0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_DEINITEVENT_T0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_INITEVENT_NT0_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_INITEVENT_NT0_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_INITEVENT_NT0_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_INITEVENT_NT0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_INITEVENT_NT0_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_INITEVENT_NT0_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_INITEVENT_NT0_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_INITEVENT_NT0_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_INITEVENT_NT0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_INITEVENT_NT0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_INITEVENT_T0_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_INITEVENT_T0_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_INITEVENT_T0_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_INITEVENT_T0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_INITEVENT_T0_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_INITEVENT_T0_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_INITEVENT_T0_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_INITEVENT_T0_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_INITEVENT_T0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_INITEVENT_T0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_TIMING_NT0_100MS_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_TIMING_NT0_100MS_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_TIMING_NT0_100MS_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_TIMING_NT0_100MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_TIMING_NT0_100MS_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_NT0_100MS_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_TIMING_NT0_100MS_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_NT0_100MS_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_TIMING_NT0_100MS_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_TIMING_NT0_100MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_TIMING_NT0_10MS_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_TIMING_NT0_10MS_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_TIMING_NT0_10MS_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_TIMING_NT0_10MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_TIMING_NT0_10MS_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_NT0_10MS_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_TIMING_NT0_10MS_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_NT0_10MS_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_TIMING_NT0_10MS_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_TIMING_NT0_10MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_TIMING_NT0_10MS_CDD_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_TIMING_NT0_10MS_CDD_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_TIMING_NT0_10MS_CDD_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_TIMING_NT0_10MS_CDD_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_TIMING_NT0_10MS_CDD_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_NT0_10MS_CDD_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_TIMING_NT0_10MS_CDD_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_NT0_10MS_CDD_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_TIMING_NT0_10MS_CDD_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_TIMING_NT0_10MS_CDD_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_TIMING_NT0_20MS_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_TIMING_NT0_20MS_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_TIMING_NT0_20MS_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_TIMING_NT0_20MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_TIMING_NT0_20MS_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_NT0_20MS_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_TIMING_NT0_20MS_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_NT0_20MS_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_TIMING_NT0_20MS_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_TIMING_NT0_20MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_TIMING_NT0_50MS_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_TIMING_NT0_50MS_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_TIMING_NT0_50MS_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_TIMING_NT0_50MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_TIMING_NT0_50MS_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_NT0_50MS_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_TIMING_NT0_50MS_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_NT0_50MS_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_TIMING_NT0_50MS_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_TIMING_NT0_50MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_TIMING_T0_100MS_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_TIMING_T0_100MS_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_TIMING_T0_100MS_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_TIMING_T0_100MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_TIMING_T0_100MS_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_100MS_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_TIMING_T0_100MS_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_100MS_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_TIMING_T0_100MS_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_TIMING_T0_100MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_TIMING_T0_10MS_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_TIMING_T0_10MS_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_TIMING_T0_10MS_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_TIMING_T0_10MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_TIMING_T0_10MS_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_10MS_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_TIMING_T0_10MS_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_10MS_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_TIMING_T0_10MS_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_TIMING_T0_10MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_TIMING_T0_10MS_BSW_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_TIMING_T0_10MS_BSW_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_TIMING_T0_10MS_BSW_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_TIMING_T0_10MS_BSW_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_TIMING_T0_10MS_BSW_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_10MS_BSW_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_TIMING_T0_10MS_BSW_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_10MS_BSW_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_TIMING_T0_10MS_BSW_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_TIMING_T0_10MS_BSW_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_TIMING_T0_1MS_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_TIMING_T0_1MS_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_TIMING_T0_1MS_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_TIMING_T0_1MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_TIMING_T0_1MS_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_1MS_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_TIMING_T0_1MS_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_1MS_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_TIMING_T0_1MS_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_TIMING_T0_1MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_TIMING_T0_2MS_BSW_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_TIMING_T0_2MS_BSW_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_TIMING_T0_2MS_BSW_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_TIMING_T0_2MS_BSW_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_TIMING_T0_2MS_BSW_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_2MS_BSW_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_TIMING_T0_2MS_BSW_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_2MS_BSW_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_TIMING_T0_2MS_BSW_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_TIMING_T0_2MS_BSW_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_TIMING_T0_5MS_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_TIMING_T0_5MS_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_TIMING_T0_5MS_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_TIMING_T0_5MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_TIMING_T0_5MS_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_5MS_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_TIMING_T0_5MS_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_5MS_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_TIMING_T0_5MS_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_TIMING_T0_5MS_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_OSTASK_TIMING_T0_5MS_BSW_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_OSTASK_TIMING_T0_5MS_BSW_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_OSTASK_TIMING_T0_5MS_BSW_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_OSTASK_TIMING_T0_5MS_BSW_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_OSTASK_TIMING_T0_5MS_BSW_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_5MS_BSW_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_OSTASK_TIMING_T0_5MS_BSW_CODE_OPEN # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_5MS_BSW_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_OSTASK_TIMING_T0_5MS_BSW_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_OSTASK_TIMING_T0_5MS_BSW_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTASCTRLSWI_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTASCTRLSWI_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTASCTRLSWI_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTASCTRLSWI_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTASCTRLSWI_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTASCTRLSWI_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTASCTRLSWI_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTASCTRLSWI_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTASCTRLSWI_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTASCTRLSWI_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAAADBCLUSTER_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAAADBCLUSTER_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAAADBCLUSTER_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAAADBCLUSTER_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAAADBCLUSTER_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAAADBCLUSTER_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAAADBCLUSTER_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAAADBCLUSTER_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAAADBCLUSTER_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAAADBCLUSTER_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAAADBMXB_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAAADBMXB_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAAADBMXB_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAAADBMXB_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAAADBMXB_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAAADBMXB_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAAADBMXB_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAAADBMXB_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAAADBMXB_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAAADBMXB_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAAPLSR_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAAPLSR_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAAPLSR_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAAPLSR_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAAPLSR_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAAPLSR_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAAPLSR_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAAPLSR_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAAPLSR_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAAPLSR_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAHIOHWABUSER_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAHIOHWABUSER_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAHIOHWABUSER_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAHIOHWABUSER_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAHIOHWABUSER_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAHIOHWABUSER_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAHIOHWABUSER_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAHIOHWABUSER_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAHIOHWABUSER_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAHIOHWABUSER_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTASSYSVOLT_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTASSYSVOLT_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTASSYSVOLT_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTASSYSVOLT_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTASSYSVOLT_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTASSYSVOLT_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTASSYSVOLT_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTASSYSVOLT_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTASSYSVOLT_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTASSYSVOLT_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTASTHERMOM_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTASTHERMOM_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTASTHERMOM_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTASTHERMOM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTASTHERMOM_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTASTHERMOM_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTASTHERMOM_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTASTHERMOM_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTASTHERMOM_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTASTHERMOM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAACLAMP2LIGHT_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAACLAMP2LIGHT_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAACLAMP2LIGHT_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAACLAMP2LIGHT_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAACLAMP2LIGHT_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAACLAMP2LIGHT_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAACLAMP2LIGHT_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAACLAMP2LIGHT_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAACLAMP2LIGHT_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAACLAMP2LIGHT_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAACUSTDATAENG_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAACUSTDATAENG_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAACUSTDATAENG_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAACUSTDATAENG_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAACUSTDATAENG_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAACUSTDATAENG_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAACUSTDATAENG_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAACUSTDATAENG_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAACUSTDATAENG_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAACUSTDATAENG_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CONST_DEFAULT_RTE_CDATA_GROUP_UNSPECIFIED # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CONST_DEFAULT_RTE_CDATA_GROUP_UNSPECIFIED is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CONST_DEFAULT_RTE_CDATA_GROUP_UNSPECIFIED_OPEN /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_CONST/MSR_CONST */ # pragma section farrom "MSR_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "MSR_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef RTE_START_SEC_CONST_DEFAULT_RTE_CDATA_GROUP_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CONST_DEFAULT_RTE_CDATA_GROUP_UNSPECIFIED # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CONST_DEFAULT_RTE_CDATA_GROUP_UNSPECIFIED is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CONST_DEFAULT_RTE_CDATA_GROUP_UNSPECIFIED_OPEN # error Using RTE_STOP_SEC_CONST_DEFAULT_RTE_CDATA_GROUP_UNSPECIFIED is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CONST_DEFAULT_RTE_CDATA_GROUP_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_CONST/MSR_CONST */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef RTE_STOP_SEC_CONST_DEFAULT_RTE_CDATA_GROUP_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_VAR_DEFAULT_RTE_PIM_GROUP_INIT_UNSPECIFIED # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_VAR_DEFAULT_RTE_PIM_GROUP_INIT_UNSPECIFIED is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_VAR_DEFAULT_RTE_PIM_GROUP_INIT_UNSPECIFIED_OPEN /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_VAR_INIT/MSR_VAR_INIT */ # pragma section farnoclear "MSR_VAR_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "MSR_VAR_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "MSR_VAR_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "MSR_VAR_FAST_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "MSR_VAR_FAST_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "MSR_VAR_FAST_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef RTE_START_SEC_VAR_DEFAULT_RTE_PIM_GROUP_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_VAR_DEFAULT_RTE_PIM_GROUP_INIT_UNSPECIFIED # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_VAR_DEFAULT_RTE_PIM_GROUP_INIT_UNSPECIFIED is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_VAR_DEFAULT_RTE_PIM_GROUP_INIT_UNSPECIFIED_OPEN # error Using RTE_STOP_SEC_VAR_DEFAULT_RTE_PIM_GROUP_INIT_UNSPECIFIED is not possible as the corresponding memory section has not been opened. # endif # undef RTE_VAR_DEFAULT_RTE_PIM_GROUP_INIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_VAR_INIT/MSR_VAR_INIT */ # pragma section farnoclear restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef RTE_STOP_SEC_VAR_DEFAULT_RTE_PIM_GROUP_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_WDGM_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_WDGM_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_WDGM_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_WDGM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_WDGM_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_WDGM_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_WDGM_APPL_CODE_OPEN # error Using RTE_STOP_SEC_WDGM_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_WDGM_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_WDGM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTAASTPM_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTAASTPM_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTAASTPM_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTAASTPM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTAASTPM_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTAASTPM_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTAASTPM_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTAASTPM_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTAASTPM_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTAASTPM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTADCDDEXTFLASH_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTADCDDEXTFLASH_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTADCDDEXTFLASH_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTADCDDEXTFLASH_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTADCDDEXTFLASH_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTADCDDEXTFLASH_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTADCDDEXTFLASH_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTADCDDEXTFLASH_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTADCDDEXTFLASH_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTADCDDEXTFLASH_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined RTE_START_SEC_CTADCDDSTATM_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using RTE_START_SEC_CTADCDDSTATM_APPL_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define RTE_CTADCDDSTATM_APPL_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_START_SEC_CTADCDDSTATM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined RTE_STOP_SEC_CTADCDDSTATM_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using RTE_STOP_SEC_CTADCDDSTATM_APPL_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef RTE_CTADCDDSTATM_APPL_CODE_OPEN # error Using RTE_STOP_SEC_CTADCDDSTATM_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef RTE_CTADCDDSTATM_APPL_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef RTE_STOP_SEC_CTADCDDSTATM_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif /* -------------------------------------------------------------------------------- */ /********************************************************************************************************************** * MEMMAP ERROR CHECKS *********************************************************************************************************************/ #ifdef RTE_START_SEC_CODE # error Using RTE_START_SEC_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CODE # error Using RTE_STOP_SEC_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_VAR_NOINIT_UNSPECIFIED # error Using RTE_START_SEC_VAR_NOINIT_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_VAR_NOINIT_UNSPECIFIED # error Using RTE_STOP_SEC_VAR_NOINIT_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_VAR_ZERO_INIT_UNSPECIFIED # error Using RTE_START_SEC_VAR_ZERO_INIT_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_VAR_ZERO_INIT_UNSPECIFIED # error Using RTE_STOP_SEC_VAR_ZERO_INIT_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_VAR_ZERO_INIT_8BIT # error Using RTE_START_SEC_VAR_ZERO_INIT_8BIT is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_VAR_ZERO_INIT_8BIT # error Using RTE_STOP_SEC_VAR_ZERO_INIT_8BIT is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_VAR_INIT_UNSPECIFIED # error Using RTE_START_SEC_VAR_INIT_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_VAR_INIT_UNSPECIFIED # error Using RTE_STOP_SEC_VAR_INIT_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CONST_UNSPECIFIED # error Using RTE_START_SEC_CONST_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CONST_UNSPECIFIED # error Using RTE_STOP_SEC_CONST_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_APPL_CODE # error Using RTE_START_SEC_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_APPL_CODE # error Using RTE_STOP_SEC_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_BSWM_APPL_CODE # error Using RTE_START_SEC_BSWM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_BSWM_APPL_CODE # error Using RTE_STOP_SEC_BSWM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_COMM_APPL_CODE # error Using RTE_START_SEC_COMM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_COMM_APPL_CODE # error Using RTE_STOP_SEC_COMM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_DCM_APPL_CODE # error Using RTE_START_SEC_DCM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_DCM_APPL_CODE # error Using RTE_STOP_SEC_DCM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_DEMMASTER_0_APPL_CODE # error Using RTE_START_SEC_DEMMASTER_0_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_DEMMASTER_0_APPL_CODE # error Using RTE_STOP_SEC_DEMMASTER_0_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_DEMSATELLITE_0_APPL_CODE # error Using RTE_START_SEC_DEMSATELLITE_0_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_DEMSATELLITE_0_APPL_CODE # error Using RTE_STOP_SEC_DEMSATELLITE_0_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_DET_APPL_CODE # error Using RTE_START_SEC_DET_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_DET_APPL_CODE # error Using RTE_STOP_SEC_DET_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_ECUM_APPL_CODE # error Using RTE_START_SEC_ECUM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_ECUM_APPL_CODE # error Using RTE_STOP_SEC_ECUM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OS_OSCORE0_SWC_APPL_CODE # error Using RTE_START_SEC_OS_OSCORE0_SWC_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OS_OSCORE0_SWC_APPL_CODE # error Using RTE_STOP_SEC_OS_OSCORE0_SWC_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_IDLETASK_OSCORE0_CODE # error Using RTE_START_SEC_IDLETASK_OSCORE0_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_IDLETASK_OSCORE0_CODE # error Using RTE_STOP_SEC_IDLETASK_OSCORE0_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_ASYNC_OSCORE0_CODE # error Using RTE_START_SEC_OSTASK_ASYNC_OSCORE0_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_ASYNC_OSCORE0_CODE # error Using RTE_STOP_SEC_OSTASK_ASYNC_OSCORE0_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_DEFAULT_INIT_TASK_CODE # error Using RTE_START_SEC_DEFAULT_INIT_TASK_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_DEFAULT_INIT_TASK_CODE # error Using RTE_STOP_SEC_DEFAULT_INIT_TASK_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_DEFAULT_INIT_TASK_TRUSTED_CODE # error Using RTE_START_SEC_DEFAULT_INIT_TASK_TRUSTED_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_DEFAULT_INIT_TASK_TRUSTED_CODE # error Using RTE_STOP_SEC_DEFAULT_INIT_TASK_TRUSTED_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_NVM_APPL_CODE # error Using RTE_START_SEC_NVM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_NVM_APPL_CODE # error Using RTE_STOP_SEC_NVM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAAAFS_APPL_CODE # error Using RTE_START_SEC_CTAAAFS_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAAAFS_APPL_CODE # error Using RTE_STOP_SEC_CTAAAFS_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAAAPPM_APPL_CODE # error Using RTE_START_SEC_CTAAAPPM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAAAPPM_APPL_CODE # error Using RTE_STOP_SEC_CTAAAPPM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAAAVAC_APPL_CODE # error Using RTE_START_SEC_CTAAAVAC_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAAAVAC_APPL_CODE # error Using RTE_STOP_SEC_CTAAAVAC_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAACODM_APPL_CODE # error Using RTE_START_SEC_CTAACODM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAACODM_APPL_CODE # error Using RTE_STOP_SEC_CTAACODM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAACTRLTPS929_APPL_CODE # error Using RTE_START_SEC_CTAACTRLTPS929_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAACTRLTPS929_APPL_CODE # error Using RTE_STOP_SEC_CTAACTRLTPS929_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAADIAGM_APPL_CODE # error Using RTE_START_SEC_CTAADIAGM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAADIAGM_APPL_CODE # error Using RTE_STOP_SEC_CTAADIAGM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAAECUNM_APPL_CODE # error Using RTE_START_SEC_CTAAECUNM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAAECUNM_APPL_CODE # error Using RTE_STOP_SEC_CTAAECUNM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAAPXA_APPL_CODE # error Using RTE_START_SEC_CTAAPXA_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAAPXA_APPL_CODE # error Using RTE_STOP_SEC_CTAAPXA_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAASIGPREP0_APPL_CODE # error Using RTE_START_SEC_CTAASIGPREP0_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAASIGPREP0_APPL_CODE # error Using RTE_STOP_SEC_CTAASIGPREP0_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAASIGPREP1_APPL_CODE # error Using RTE_START_SEC_CTAASIGPREP1_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAASIGPREP1_APPL_CODE # error Using RTE_STOP_SEC_CTAASIGPREP1_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAASYSMON_APPL_CODE # error Using RTE_START_SEC_CTAASYSMON_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAASYSMON_APPL_CODE # error Using RTE_STOP_SEC_CTAASYSMON_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAAVEHICLEHUB_APPL_CODE # error Using RTE_START_SEC_CTAAVEHICLEHUB_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAAVEHICLEHUB_APPL_CODE # error Using RTE_STOP_SEC_CTAAVEHICLEHUB_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTADCDDEFT_APPL_CODE # error Using RTE_START_SEC_CTADCDDEFT_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTADCDDEFT_APPL_CODE # error Using RTE_STOP_SEC_CTADCDDEFT_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTADCDDSBC_APPL_CODE # error Using RTE_START_SEC_CTADCDDSBC_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTADCDDSBC_APPL_CODE # error Using RTE_STOP_SEC_CTADCDDSBC_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTADCDDSWI_APPL_CODE # error Using RTE_START_SEC_CTADCDDSWI_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTADCDDSWI_APPL_CODE # error Using RTE_STOP_SEC_CTADCDDSWI_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTADCDDTPS929_APPL_CODE # error Using RTE_START_SEC_CTADCDDTPS929_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTADCDDTPS929_APPL_CODE # error Using RTE_STOP_SEC_CTADCDDTPS929_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTASRSENS_APPL_CODE # error Using RTE_START_SEC_CTASRSENS_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTASRSENS_APPL_CODE # error Using RTE_STOP_SEC_CTASRSENS_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTASSENSM_APPL_CODE # error Using RTE_START_SEC_CTASSENSM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTASSENSM_APPL_CODE # error Using RTE_STOP_SEC_CTASSENSM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_DRE_T0_CODE # error Using RTE_START_SEC_OSTASK_DRE_T0_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_DRE_T0_CODE # error Using RTE_STOP_SEC_OSTASK_DRE_T0_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_DEINITEVENT_NT0_CODE # error Using RTE_START_SEC_OSTASK_DEINITEVENT_NT0_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_DEINITEVENT_NT0_CODE # error Using RTE_STOP_SEC_OSTASK_DEINITEVENT_NT0_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_DEINITEVENT_T0_CODE # error Using RTE_START_SEC_OSTASK_DEINITEVENT_T0_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_DEINITEVENT_T0_CODE # error Using RTE_STOP_SEC_OSTASK_DEINITEVENT_T0_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_INITEVENT_NT0_CODE # error Using RTE_START_SEC_OSTASK_INITEVENT_NT0_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_INITEVENT_NT0_CODE # error Using RTE_STOP_SEC_OSTASK_INITEVENT_NT0_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_INITEVENT_T0_CODE # error Using RTE_START_SEC_OSTASK_INITEVENT_T0_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_INITEVENT_T0_CODE # error Using RTE_STOP_SEC_OSTASK_INITEVENT_T0_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_TIMING_NT0_100MS_CODE # error Using RTE_START_SEC_OSTASK_TIMING_NT0_100MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_TIMING_NT0_100MS_CODE # error Using RTE_STOP_SEC_OSTASK_TIMING_NT0_100MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_TIMING_NT0_10MS_CODE # error Using RTE_START_SEC_OSTASK_TIMING_NT0_10MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_TIMING_NT0_10MS_CODE # error Using RTE_STOP_SEC_OSTASK_TIMING_NT0_10MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_TIMING_NT0_10MS_CDD_CODE # error Using RTE_START_SEC_OSTASK_TIMING_NT0_10MS_CDD_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_TIMING_NT0_10MS_CDD_CODE # error Using RTE_STOP_SEC_OSTASK_TIMING_NT0_10MS_CDD_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_TIMING_NT0_20MS_CODE # error Using RTE_START_SEC_OSTASK_TIMING_NT0_20MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_TIMING_NT0_20MS_CODE # error Using RTE_STOP_SEC_OSTASK_TIMING_NT0_20MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_TIMING_NT0_50MS_CODE # error Using RTE_START_SEC_OSTASK_TIMING_NT0_50MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_TIMING_NT0_50MS_CODE # error Using RTE_STOP_SEC_OSTASK_TIMING_NT0_50MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_TIMING_T0_100MS_CODE # error Using RTE_START_SEC_OSTASK_TIMING_T0_100MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_TIMING_T0_100MS_CODE # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_100MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_TIMING_T0_10MS_CODE # error Using RTE_START_SEC_OSTASK_TIMING_T0_10MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_TIMING_T0_10MS_CODE # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_10MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_TIMING_T0_10MS_BSW_CODE # error Using RTE_START_SEC_OSTASK_TIMING_T0_10MS_BSW_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_TIMING_T0_10MS_BSW_CODE # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_10MS_BSW_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_TIMING_T0_1MS_CODE # error Using RTE_START_SEC_OSTASK_TIMING_T0_1MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_TIMING_T0_1MS_CODE # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_1MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_TIMING_T0_2MS_BSW_CODE # error Using RTE_START_SEC_OSTASK_TIMING_T0_2MS_BSW_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_TIMING_T0_2MS_BSW_CODE # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_2MS_BSW_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_TIMING_T0_5MS_CODE # error Using RTE_START_SEC_OSTASK_TIMING_T0_5MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_TIMING_T0_5MS_CODE # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_5MS_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_OSTASK_TIMING_T0_5MS_BSW_CODE # error Using RTE_START_SEC_OSTASK_TIMING_T0_5MS_BSW_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_OSTASK_TIMING_T0_5MS_BSW_CODE # error Using RTE_STOP_SEC_OSTASK_TIMING_T0_5MS_BSW_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTASCTRLSWI_APPL_CODE # error Using RTE_START_SEC_CTASCTRLSWI_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTASCTRLSWI_APPL_CODE # error Using RTE_STOP_SEC_CTASCTRLSWI_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAAADBCLUSTER_APPL_CODE # error Using RTE_START_SEC_CTAAADBCLUSTER_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAAADBCLUSTER_APPL_CODE # error Using RTE_STOP_SEC_CTAAADBCLUSTER_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAAADBMXB_APPL_CODE # error Using RTE_START_SEC_CTAAADBMXB_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAAADBMXB_APPL_CODE # error Using RTE_STOP_SEC_CTAAADBMXB_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAAPLSR_APPL_CODE # error Using RTE_START_SEC_CTAAPLSR_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAAPLSR_APPL_CODE # error Using RTE_STOP_SEC_CTAAPLSR_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAHIOHWABUSER_APPL_CODE # error Using RTE_START_SEC_CTAHIOHWABUSER_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAHIOHWABUSER_APPL_CODE # error Using RTE_STOP_SEC_CTAHIOHWABUSER_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTASSYSVOLT_APPL_CODE # error Using RTE_START_SEC_CTASSYSVOLT_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTASSYSVOLT_APPL_CODE # error Using RTE_STOP_SEC_CTASSYSVOLT_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTASTHERMOM_APPL_CODE # error Using RTE_START_SEC_CTASTHERMOM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTASTHERMOM_APPL_CODE # error Using RTE_STOP_SEC_CTASTHERMOM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAACLAMP2LIGHT_APPL_CODE # error Using RTE_START_SEC_CTAACLAMP2LIGHT_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAACLAMP2LIGHT_APPL_CODE # error Using RTE_STOP_SEC_CTAACLAMP2LIGHT_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAACUSTDATAENG_APPL_CODE # error Using RTE_START_SEC_CTAACUSTDATAENG_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAACUSTDATAENG_APPL_CODE # error Using RTE_STOP_SEC_CTAACUSTDATAENG_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CONST_DEFAULT_RTE_CDATA_GROUP_UNSPECIFIED # error Using RTE_START_SEC_CONST_DEFAULT_RTE_CDATA_GROUP_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CONST_DEFAULT_RTE_CDATA_GROUP_UNSPECIFIED # error Using RTE_STOP_SEC_CONST_DEFAULT_RTE_CDATA_GROUP_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_VAR_DEFAULT_RTE_PIM_GROUP_INIT_UNSPECIFIED # error Using RTE_START_SEC_VAR_DEFAULT_RTE_PIM_GROUP_INIT_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_VAR_DEFAULT_RTE_PIM_GROUP_INIT_UNSPECIFIED # error Using RTE_STOP_SEC_VAR_DEFAULT_RTE_PIM_GROUP_INIT_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_WDGM_APPL_CODE # error Using RTE_START_SEC_WDGM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_WDGM_APPL_CODE # error Using RTE_STOP_SEC_WDGM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTAASTPM_APPL_CODE # error Using RTE_START_SEC_CTAASTPM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTAASTPM_APPL_CODE # error Using RTE_STOP_SEC_CTAASTPM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTADCDDEXTFLASH_APPL_CODE # error Using RTE_START_SEC_CTADCDDEXTFLASH_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTADCDDEXTFLASH_APPL_CODE # error Using RTE_STOP_SEC_CTADCDDEXTFLASH_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_START_SEC_CTADCDDSTATM_APPL_CODE # error Using RTE_START_SEC_CTADCDDSTATM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef RTE_STOP_SEC_CTADCDDSTATM_APPL_CODE # error Using RTE_STOP_SEC_CTADCDDSTATM_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef MEMMAP_ERROR # error No MemMap section found in Rte_MemMap.h. Check your section define for validity. #endif /********************************************************************************************************************** * POST USER CONFIG FILE *********************************************************************************************************************/ /* User Config File Start */ /* User Config File End */ #endif /********************************************************************************************************************** * END OF FILE: Rte_MemMap.h *********************************************************************************************************************/ /* PRQA S 0883 */ /* MD_MSR_MemMap */