/********************************************************************************************************************** * 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: Dcm_MemMap.h * Generation Time: 2023-10-23 09:18:11 * 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 DCM_START_SEC_CALLOUT_CODE # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_CALLOUT_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_CALLOUT_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef DCM_START_SEC_CALLOUT_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_CALLOUT_CODE # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_CALLOUT_CODE is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_CALLOUT_CODE_OPEN # error Using DCM_STOP_SEC_CALLOUT_CODE is not possible as the corresponding memory section has not been opened. # endif # undef DCM_CALLOUT_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 DCM_STOP_SEC_CALLOUT_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_CODE # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef DCM_START_SEC_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_CODE # ifndef MEMMAP_SECTION_OPEN # error Using DCM_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 DCM_CODE_OPEN # error Using DCM_STOP_SEC_CODE is not possible as the corresponding memory section has not been opened. # endif # undef DCM_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 DCM_STOP_SEC_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_APPL_CODE # ifdef MEMMAP_SECTION_OPEN # error Using DCM_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 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 DCM_START_SEC_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_APPL_CODE # ifndef MEMMAP_SECTION_OPEN # error Using DCM_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 DCM_APPL_CODE_OPEN # error Using DCM_STOP_SEC_APPL_CODE is not possible as the corresponding memory section has not been opened. # endif # undef 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 DCM_STOP_SEC_APPL_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_CONST_8 # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_CONST_8 is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_CONST_8_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 DCM_START_SEC_CONST_8 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_CONST_8 # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_CONST_8 is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_CONST_8_OPEN # error Using DCM_STOP_SEC_CONST_8 is not possible as the corresponding memory section has not been opened. # endif # undef DCM_CONST_8_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 DCM_STOP_SEC_CONST_8 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_CONST_16 # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_CONST_16 is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_CONST_16_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 DCM_START_SEC_CONST_16 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_CONST_16 # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_CONST_16 is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_CONST_16_OPEN # error Using DCM_STOP_SEC_CONST_16 is not possible as the corresponding memory section has not been opened. # endif # undef DCM_CONST_16_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 DCM_STOP_SEC_CONST_16 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_CONST_32 # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_CONST_32 is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_CONST_32_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 DCM_START_SEC_CONST_32 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_CONST_32 # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_CONST_32 is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_CONST_32_OPEN # error Using DCM_STOP_SEC_CONST_32 is not possible as the corresponding memory section has not been opened. # endif # undef DCM_CONST_32_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 DCM_STOP_SEC_CONST_32 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_CONST_UNSPECIFIED # ifdef MEMMAP_SECTION_OPEN # error Using DCM_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 DCM_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 DCM_START_SEC_CONST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_CONST_UNSPECIFIED # ifndef MEMMAP_SECTION_OPEN # error Using DCM_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 DCM_CONST_UNSPECIFIED_OPEN # error Using DCM_STOP_SEC_CONST_UNSPECIFIED is not possible as the corresponding memory section has not been opened. # endif # undef DCM_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 DCM_STOP_SEC_CONST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_PBCFG # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_PBCFG is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_PBCFG_OPEN /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_PBCFG_CONST/MSR_PBCFG_CONST */ # pragma section farrom "MSR_PBCFG_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "MSR_PBCFG_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef DCM_START_SEC_PBCFG /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_PBCFG # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_PBCFG is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_PBCFG_OPEN # error Using DCM_STOP_SEC_PBCFG is not possible as the corresponding memory section has not been opened. # endif # undef DCM_PBCFG_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_PBCFG_CONST/MSR_PBCFG_CONST */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef DCM_STOP_SEC_PBCFG /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_VAR_INIT_8 # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_VAR_INIT_8 is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_VAR_INIT_8_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 DCM_START_SEC_VAR_INIT_8 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_VAR_INIT_8 # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_VAR_INIT_8 is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_VAR_INIT_8_OPEN # error Using DCM_STOP_SEC_VAR_INIT_8 is not possible as the corresponding memory section has not been opened. # endif # undef DCM_VAR_INIT_8_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 DCM_STOP_SEC_VAR_INIT_8 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_VAR_INIT_16 # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_VAR_INIT_16 is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_VAR_INIT_16_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 DCM_START_SEC_VAR_INIT_16 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_VAR_INIT_16 # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_VAR_INIT_16 is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_VAR_INIT_16_OPEN # error Using DCM_STOP_SEC_VAR_INIT_16 is not possible as the corresponding memory section has not been opened. # endif # undef DCM_VAR_INIT_16_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 DCM_STOP_SEC_VAR_INIT_16 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_VAR_INIT_32 # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_VAR_INIT_32 is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_VAR_INIT_32_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 DCM_START_SEC_VAR_INIT_32 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_VAR_INIT_32 # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_VAR_INIT_32 is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_VAR_INIT_32_OPEN # error Using DCM_STOP_SEC_VAR_INIT_32 is not possible as the corresponding memory section has not been opened. # endif # undef DCM_VAR_INIT_32_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 DCM_STOP_SEC_VAR_INIT_32 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_VAR_NO_INIT_8 # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_VAR_NO_INIT_8 is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_VAR_NO_INIT_8_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 DCM_START_SEC_VAR_NO_INIT_8 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_VAR_NO_INIT_8 # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_VAR_NO_INIT_8 is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_VAR_NO_INIT_8_OPEN # error Using DCM_STOP_SEC_VAR_NO_INIT_8 is not possible as the corresponding memory section has not been opened. # endif # undef DCM_VAR_NO_INIT_8_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 DCM_STOP_SEC_VAR_NO_INIT_8 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_VAR_NO_INIT_16 # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_VAR_NO_INIT_16 is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_VAR_NO_INIT_16_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 DCM_START_SEC_VAR_NO_INIT_16 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_VAR_NO_INIT_16 # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_VAR_NO_INIT_16 is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_VAR_NO_INIT_16_OPEN # error Using DCM_STOP_SEC_VAR_NO_INIT_16 is not possible as the corresponding memory section has not been opened. # endif # undef DCM_VAR_NO_INIT_16_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 DCM_STOP_SEC_VAR_NO_INIT_16 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_VAR_NO_INIT_32 # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_VAR_NO_INIT_32 is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_VAR_NO_INIT_32_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 DCM_START_SEC_VAR_NO_INIT_32 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_VAR_NO_INIT_32 # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_VAR_NO_INIT_32 is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_VAR_NO_INIT_32_OPEN # error Using DCM_STOP_SEC_VAR_NO_INIT_32 is not possible as the corresponding memory section has not been opened. # endif # undef DCM_VAR_NO_INIT_32_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 DCM_STOP_SEC_VAR_NO_INIT_32 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_VAR_NO_INIT_UNSPECIFIED # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_VAR_NO_INIT_UNSPECIFIED is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_VAR_NO_INIT_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 DCM_START_SEC_VAR_NO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_VAR_NO_INIT_UNSPECIFIED # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_VAR_NO_INIT_UNSPECIFIED is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_VAR_NO_INIT_UNSPECIFIED_OPEN # error Using DCM_STOP_SEC_VAR_NO_INIT_UNSPECIFIED is not possible as the corresponding memory section has not been opened. # endif # undef DCM_VAR_NO_INIT_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 DCM_STOP_SEC_VAR_NO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_VAR_PBCFG # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_VAR_PBCFG is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_VAR_PBCFG_OPEN /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_PBCFG_VAR/MSR_PBCFG_VAR */ # pragma section farnoclear "MSR_PBCFG_VAR_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "MSR_PBCFG_VAR_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "MSR_PBCFG_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "MSR_PBCFG_VAR_FAST_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "MSR_PBCFG_VAR_FAST_NO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "MSR_PBCFG_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef DCM_START_SEC_VAR_PBCFG /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_VAR_PBCFG # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_VAR_PBCFG is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_VAR_PBCFG_OPEN # error Using DCM_STOP_SEC_VAR_PBCFG is not possible as the corresponding memory section has not been opened. # endif # undef DCM_VAR_PBCFG_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/MSR_PBCFG_VAR/MSR_PBCFG_VAR */ # 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 DCM_STOP_SEC_VAR_PBCFG /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_CALIB_8 # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_CALIB_8 is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_CALIB_8_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 DCM_START_SEC_CALIB_8 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_CALIB_8 # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_CALIB_8 is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_CALIB_8_OPEN # error Using DCM_STOP_SEC_CALIB_8 is not possible as the corresponding memory section has not been opened. # endif # undef DCM_CALIB_8_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 DCM_STOP_SEC_CALIB_8 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_CALIB_16 # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_CALIB_16 is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_CALIB_16_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 DCM_START_SEC_CALIB_16 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_CALIB_16 # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_CALIB_16 is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_CALIB_16_OPEN # error Using DCM_STOP_SEC_CALIB_16 is not possible as the corresponding memory section has not been opened. # endif # undef DCM_CALIB_16_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 DCM_STOP_SEC_CALIB_16 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_CALIB_32 # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_CALIB_32 is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_CALIB_32_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 DCM_START_SEC_CALIB_32 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_CALIB_32 # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_CALIB_32 is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_CALIB_32_OPEN # error Using DCM_STOP_SEC_CALIB_32 is not possible as the corresponding memory section has not been opened. # endif # undef DCM_CALIB_32_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 DCM_STOP_SEC_CALIB_32 /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined DCM_START_SEC_CALIB_UNSPECIFIED # ifdef MEMMAP_SECTION_OPEN # error Using DCM_START_SEC_CALIB_UNSPECIFIED is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define DCM_CALIB_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 DCM_START_SEC_CALIB_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined DCM_STOP_SEC_CALIB_UNSPECIFIED # ifndef MEMMAP_SECTION_OPEN # error Using DCM_STOP_SEC_CALIB_UNSPECIFIED is not possible as no memory section has been opened. # endif # undef MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef DCM_CALIB_UNSPECIFIED_OPEN # error Using DCM_STOP_SEC_CALIB_UNSPECIFIED is not possible as the corresponding memory section has not been opened. # endif # undef DCM_CALIB_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 DCM_STOP_SEC_CALIB_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined Dcm_START_SEC_CODE # ifdef MEMMAP_SECTION_OPEN # error Using Dcm_START_SEC_CODE is not possible as a memory section has already been opened. Nesting is not supported. # endif # define MEMMAP_SECTION_OPEN # define Dcm_CODE_OPEN /* Generation of pragmas is not possible as neither a start/stop pragma nor a valid vLinkGen logical group reference is given. */ # undef Dcm_START_SEC_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined Dcm_STOP_SEC_CODE # ifndef MEMMAP_SECTION_OPEN # error Using Dcm_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 Dcm_CODE_OPEN # error Using Dcm_STOP_SEC_CODE is not possible as the corresponding memory section has not been opened. # endif # undef Dcm_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 Dcm_STOP_SEC_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined Dcm_START_SEC_CONST_UNSPECIFIED # ifdef MEMMAP_SECTION_OPEN # error Using Dcm_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 Dcm_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 Dcm_START_SEC_CONST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined Dcm_STOP_SEC_CONST_UNSPECIFIED # ifndef MEMMAP_SECTION_OPEN # error Using Dcm_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 Dcm_CONST_UNSPECIFIED_OPEN # error Using Dcm_STOP_SEC_CONST_UNSPECIFIED is not possible as the corresponding memory section has not been opened. # endif # undef Dcm_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 Dcm_STOP_SEC_CONST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined Dcm_START_SEC_VAR_NOINIT_UNSPECIFIED # ifdef MEMMAP_SECTION_OPEN # error Using Dcm_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 Dcm_VAR_NOINIT_UNSPECIFIED_OPEN /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/OS_SystemApplication_OsCore0_VAR_NOINIT/OS_SystemApplication_OsCore0_VAR_NOINIT */ # pragma section farnoclear "OS_CORE0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_CORE0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_CORE0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_CORE0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_CORE0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_CORE0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef Dcm_START_SEC_VAR_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined Dcm_STOP_SEC_VAR_NOINIT_UNSPECIFIED # ifndef MEMMAP_SECTION_OPEN # error Using Dcm_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 Dcm_VAR_NOINIT_UNSPECIFIED_OPEN # error Using Dcm_STOP_SEC_VAR_NOINIT_UNSPECIFIED is not possible as the corresponding memory section has not been opened. # endif # undef Dcm_VAR_NOINIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/OS_SystemApplication_OsCore0_VAR_NOINIT/OS_SystemApplication_OsCore0_VAR_NOINIT */ # 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 Dcm_STOP_SEC_VAR_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined Dcm_START_SEC_VAR_INIT_UNSPECIFIED # ifdef MEMMAP_SECTION_OPEN # error Using Dcm_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 Dcm_VAR_INIT_UNSPECIFIED_OPEN /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/OS_SystemApplication_OsCore0_VAR_INIT/OS_SystemApplication_OsCore0_VAR_INIT */ # pragma section farnoclear "OS_CORE0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_CORE0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_CORE0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_CORE0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_CORE0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_CORE0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef Dcm_START_SEC_VAR_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined Dcm_STOP_SEC_VAR_INIT_UNSPECIFIED # ifndef MEMMAP_SECTION_OPEN # error Using Dcm_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 Dcm_VAR_INIT_UNSPECIFIED_OPEN # error Using Dcm_STOP_SEC_VAR_INIT_UNSPECIFIED is not possible as the corresponding memory section has not been opened. # endif # undef Dcm_VAR_INIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/OS_SystemApplication_OsCore0_VAR_INIT/OS_SystemApplication_OsCore0_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 Dcm_STOP_SEC_VAR_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ /* -------------------------------------------------------------------------------- */ #elif defined Dcm_START_SEC_VAR_ZERO_INIT_UNSPECIFIED # ifdef MEMMAP_SECTION_OPEN # error Using Dcm_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 Dcm_VAR_ZERO_INIT_UNSPECIFIED_OPEN /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/OS_SystemApplication_OsCore0_VAR_ZERO_INIT/OS_SystemApplication_OsCore0_VAR_ZERO_INIT */ # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_CORE0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_CORE0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef Dcm_START_SEC_VAR_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #elif defined Dcm_STOP_SEC_VAR_ZERO_INIT_UNSPECIFIED # ifndef MEMMAP_SECTION_OPEN # error Using Dcm_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 Dcm_VAR_ZERO_INIT_UNSPECIFIED_OPEN # error Using Dcm_STOP_SEC_VAR_ZERO_INIT_UNSPECIFIED is not possible as the corresponding memory section has not been opened. # endif # undef Dcm_VAR_ZERO_INIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ /* Pragmas generated automatically. Related MemMapAddressingMode: /ActiveEcuC/MemMap/OS_SystemApplication_OsCore0_VAR_ZERO_INIT/OS_SystemApplication_OsCore0_VAR_ZERO_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 Dcm_STOP_SEC_VAR_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif /* -------------------------------------------------------------------------------- */ /********************************************************************************************************************** * MEMMAP ERROR CHECKS *********************************************************************************************************************/ #ifdef DCM_START_SEC_CALLOUT_CODE # error Using DCM_START_SEC_CALLOUT_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_CALLOUT_CODE # error Using DCM_STOP_SEC_CALLOUT_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_CODE # error Using DCM_START_SEC_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_CODE # error Using DCM_STOP_SEC_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_APPL_CODE # error Using DCM_START_SEC_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_APPL_CODE # error Using DCM_STOP_SEC_APPL_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_CONST_8 # error Using DCM_START_SEC_CONST_8 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_CONST_8 # error Using DCM_STOP_SEC_CONST_8 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_CONST_16 # error Using DCM_START_SEC_CONST_16 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_CONST_16 # error Using DCM_STOP_SEC_CONST_16 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_CONST_32 # error Using DCM_START_SEC_CONST_32 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_CONST_32 # error Using DCM_STOP_SEC_CONST_32 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_CONST_UNSPECIFIED # error Using DCM_START_SEC_CONST_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_CONST_UNSPECIFIED # error Using DCM_STOP_SEC_CONST_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_PBCFG # error Using DCM_START_SEC_PBCFG is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_PBCFG # error Using DCM_STOP_SEC_PBCFG is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_VAR_INIT_8 # error Using DCM_START_SEC_VAR_INIT_8 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_VAR_INIT_8 # error Using DCM_STOP_SEC_VAR_INIT_8 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_VAR_INIT_16 # error Using DCM_START_SEC_VAR_INIT_16 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_VAR_INIT_16 # error Using DCM_STOP_SEC_VAR_INIT_16 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_VAR_INIT_32 # error Using DCM_START_SEC_VAR_INIT_32 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_VAR_INIT_32 # error Using DCM_STOP_SEC_VAR_INIT_32 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_VAR_NO_INIT_8 # error Using DCM_START_SEC_VAR_NO_INIT_8 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_VAR_NO_INIT_8 # error Using DCM_STOP_SEC_VAR_NO_INIT_8 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_VAR_NO_INIT_16 # error Using DCM_START_SEC_VAR_NO_INIT_16 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_VAR_NO_INIT_16 # error Using DCM_STOP_SEC_VAR_NO_INIT_16 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_VAR_NO_INIT_32 # error Using DCM_START_SEC_VAR_NO_INIT_32 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_VAR_NO_INIT_32 # error Using DCM_STOP_SEC_VAR_NO_INIT_32 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_VAR_NO_INIT_UNSPECIFIED # error Using DCM_START_SEC_VAR_NO_INIT_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_VAR_NO_INIT_UNSPECIFIED # error Using DCM_STOP_SEC_VAR_NO_INIT_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_VAR_PBCFG # error Using DCM_START_SEC_VAR_PBCFG is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_VAR_PBCFG # error Using DCM_STOP_SEC_VAR_PBCFG is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_CALIB_8 # error Using DCM_START_SEC_CALIB_8 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_CALIB_8 # error Using DCM_STOP_SEC_CALIB_8 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_CALIB_16 # error Using DCM_START_SEC_CALIB_16 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_CALIB_16 # error Using DCM_STOP_SEC_CALIB_16 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_CALIB_32 # error Using DCM_START_SEC_CALIB_32 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_CALIB_32 # error Using DCM_STOP_SEC_CALIB_32 is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_START_SEC_CALIB_UNSPECIFIED # error Using DCM_START_SEC_CALIB_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef DCM_STOP_SEC_CALIB_UNSPECIFIED # error Using DCM_STOP_SEC_CALIB_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef Dcm_START_SEC_CODE # error Using Dcm_START_SEC_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef Dcm_STOP_SEC_CODE # error Using Dcm_STOP_SEC_CODE is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef Dcm_START_SEC_CONST_UNSPECIFIED # error Using Dcm_START_SEC_CONST_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef Dcm_STOP_SEC_CONST_UNSPECIFIED # error Using Dcm_STOP_SEC_CONST_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef Dcm_START_SEC_VAR_NOINIT_UNSPECIFIED # error Using Dcm_START_SEC_VAR_NOINIT_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef Dcm_STOP_SEC_VAR_NOINIT_UNSPECIFIED # error Using Dcm_STOP_SEC_VAR_NOINIT_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef Dcm_START_SEC_VAR_INIT_UNSPECIFIED # error Using Dcm_START_SEC_VAR_INIT_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef Dcm_STOP_SEC_VAR_INIT_UNSPECIFIED # error Using Dcm_STOP_SEC_VAR_INIT_UNSPECIFIED is not possible as multiple memory allocation keywords are defined. Include the MemMap separately for each one. #endif #ifdef Dcm_START_SEC_VAR_ZERO_INIT_UNSPECIFIED # error Using Dcm_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 Dcm_STOP_SEC_VAR_ZERO_INIT_UNSPECIFIED # error Using Dcm_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 MEMMAP_ERROR # error No MemMap section found in Dcm_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: Dcm_MemMap.h *********************************************************************************************************************/ /* PRQA S 0883 */ /* MD_MSR_MemMap */