/********************************************************************************************************************** * 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: Os * 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: Os_MemMapInt.h * Generation Time: 2023-11-22 14:54:57 * Project: CBD2200592_D00_demo - Version 1.0 * Delivery: CBD2201205_D03 * Tool Version: DaVinci Configurator Classic 5.26.35 SP2 * * *********************************************************************************************************************/ /* PRQA S 0883 */ /* MD_Os_Dir4.10_0883_MemMap */ /********************************************************************************************************************** * CODE SECTIONS (Tasking) *********************************************************************************************************************/ #ifdef OS_START_SEC_ERRORHOOK_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_ERRORHOOK_CODE_OPEN # pragma section code "OS_ERRORHOOK_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_ERRORHOOK_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_ERRORHOOK_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_ERRORHOOK_CODE_OPEN # error Section OS_ERRORHOOK_CODE is currently not opened and so cannot be closed. # endif # undef OS_ERRORHOOK_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_ERRORHOOK_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OS_COREINITHOOK_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OS_COREINITHOOK_CODE_OPEN # pragma section code "OS_OS_COREINITHOOK_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OS_COREINITHOOK_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OS_COREINITHOOK_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OS_COREINITHOOK_CODE_OPEN # error Section OS_OS_COREINITHOOK_CODE is currently not opened and so cannot be closed. # endif # undef OS_OS_COREINITHOOK_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OS_COREINITHOOK_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SHUTDOWNHOOK_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SHUTDOWNHOOK_CODE_OPEN # pragma section code "OS_SHUTDOWNHOOK_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SHUTDOWNHOOK_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SHUTDOWNHOOK_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SHUTDOWNHOOK_CODE_OPEN # error Section OS_SHUTDOWNHOOK_CODE is currently not opened and so cannot be closed. # endif # undef OS_SHUTDOWNHOOK_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_SHUTDOWNHOOK_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_AdcIsr_0_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_AdcIsr_0_CODE_OPEN # pragma section code "OS_AdcIsr_0_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_AdcIsr_0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_AdcIsr_0_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_AdcIsr_0_CODE_OPEN # error Section OS_AdcIsr_0_CODE is currently not opened and so cannot be closed. # endif # undef OS_AdcIsr_0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_AdcIsr_0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_AdcIsr_1_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_AdcIsr_1_CODE_OPEN # pragma section code "OS_AdcIsr_1_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_AdcIsr_1_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_AdcIsr_1_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_AdcIsr_1_CODE_OPEN # error Section OS_AdcIsr_1_CODE is currently not opened and so cannot be closed. # endif # undef OS_AdcIsr_1_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_AdcIsr_1_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_AdcIsr_2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_AdcIsr_2_CODE_OPEN # pragma section code "OS_AdcIsr_2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_AdcIsr_2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_AdcIsr_2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_AdcIsr_2_CODE_OPEN # error Section OS_AdcIsr_2_CODE is currently not opened and so cannot be closed. # endif # undef OS_AdcIsr_2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_AdcIsr_2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_CanIsr_0_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_CanIsr_0_CODE_OPEN # pragma section code "OS_CanIsr_0_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_CanIsr_0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_CanIsr_0_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_CanIsr_0_CODE_OPEN # error Section OS_CanIsr_0_CODE is currently not opened and so cannot be closed. # endif # undef OS_CanIsr_0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_CanIsr_0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_CanIsr_4_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_CanIsr_4_CODE_OPEN # pragma section code "OS_CanIsr_4_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_CanIsr_4_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_CanIsr_4_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_CanIsr_4_CODE_OPEN # error Section OS_CanIsr_4_CODE is currently not opened and so cannot be closed. # endif # undef OS_CanIsr_4_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_CanIsr_4_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Default_Init_Task_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Default_Init_Task_CODE_OPEN # pragma section code "OS_Default_Init_Task_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Default_Init_Task_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Default_Init_Task_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Default_Init_Task_CODE_OPEN # error Section OS_Default_Init_Task_CODE is currently not opened and so cannot be closed. # endif # undef OS_Default_Init_Task_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Default_Init_Task_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Default_Init_Task_Trusted_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Default_Init_Task_Trusted_CODE_OPEN # pragma section code "OS_Default_Init_Task_Trusted_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Default_Init_Task_Trusted_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Default_Init_Task_Trusted_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Default_Init_Task_Trusted_CODE_OPEN # error Section OS_Default_Init_Task_Trusted_CODE is currently not opened and so cannot be closed. # endif # undef OS_Default_Init_Task_Trusted_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Default_Init_Task_Trusted_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineRx_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineRx_CODE_OPEN # pragma section code "OS_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineRx_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineRx_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineRx_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineRx_CODE_OPEN # error Section OS_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineRx_CODE is currently not opened and so cannot be closed. # endif # undef OS_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineRx_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineRx_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineTx_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineTx_CODE_OPEN # pragma section code "OS_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineTx_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineTx_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineTx_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineTx_CODE_OPEN # error Section OS_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineTx_CODE is currently not opened and so cannot be closed. # endif # undef OS_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineTx_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_EthIsr_EthCtrlConfig_EthInterruptServiceRoutineTx_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GPT1_Isr_timer2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GPT1_Isr_timer2_CODE_OPEN # pragma section code "OS_GPT1_Isr_timer2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GPT1_Isr_timer2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GPT1_Isr_timer2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GPT1_Isr_timer2_CODE_OPEN # error Section OS_GPT1_Isr_timer2_CODE is currently not opened and so cannot be closed. # endif # undef OS_GPT1_Isr_timer2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_GPT1_Isr_timer2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GPT1_Isr_timer3_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GPT1_Isr_timer3_CODE_OPEN # pragma section code "OS_GPT1_Isr_timer3_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GPT1_Isr_timer3_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GPT1_Isr_timer3_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GPT1_Isr_timer3_CODE_OPEN # error Section OS_GPT1_Isr_timer3_CODE is currently not opened and so cannot be closed. # endif # undef OS_GPT1_Isr_timer3_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_GPT1_Isr_timer3_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GPT1_Isr_timer6_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GPT1_Isr_timer6_CODE_OPEN # pragma section code "OS_GPT1_Isr_timer6_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GPT1_Isr_timer6_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GPT1_Isr_timer6_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GPT1_Isr_timer6_CODE_OPEN # error Section OS_GPT1_Isr_timer6_CODE is currently not opened and so cannot be closed. # endif # undef OS_GPT1_Isr_timer6_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_GPT1_Isr_timer6_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_Async_OsCore0_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_Async_OsCore0_CODE_OPEN # pragma section code "OS_OsTask_Async_OsCore0_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_Async_OsCore0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_Async_OsCore0_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_Async_OsCore0_CODE_OPEN # error Section OS_OsTask_Async_OsCore0_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_Async_OsCore0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_Async_OsCore0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_DRE_T0_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_DRE_T0_CODE_OPEN # pragma section code "OS_OsTask_DRE_T0_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_DRE_T0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_DRE_T0_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_DRE_T0_CODE_OPEN # error Section OS_OsTask_DRE_T0_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_DRE_T0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_DRE_T0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_DeInitEvent_NT0_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_DeInitEvent_NT0_CODE_OPEN # pragma section code "OS_OsTask_DeInitEvent_NT0_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_DeInitEvent_NT0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_DeInitEvent_NT0_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_DeInitEvent_NT0_CODE_OPEN # error Section OS_OsTask_DeInitEvent_NT0_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_DeInitEvent_NT0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_DeInitEvent_NT0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_DeInitEvent_T0_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_DeInitEvent_T0_CODE_OPEN # pragma section code "OS_OsTask_DeInitEvent_T0_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_DeInitEvent_T0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_DeInitEvent_T0_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_DeInitEvent_T0_CODE_OPEN # error Section OS_OsTask_DeInitEvent_T0_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_DeInitEvent_T0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_DeInitEvent_T0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_InitEvent_NT0_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_InitEvent_NT0_CODE_OPEN # pragma section code "OS_OsTask_InitEvent_NT0_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_InitEvent_NT0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_InitEvent_NT0_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_InitEvent_NT0_CODE_OPEN # error Section OS_OsTask_InitEvent_NT0_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_InitEvent_NT0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_InitEvent_NT0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_InitEvent_T0_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_InitEvent_T0_CODE_OPEN # pragma section code "OS_OsTask_InitEvent_T0_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_InitEvent_T0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_InitEvent_T0_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_InitEvent_T0_CODE_OPEN # error Section OS_OsTask_InitEvent_T0_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_InitEvent_T0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_InitEvent_T0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_Timing_NT0_100ms_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_Timing_NT0_100ms_CODE_OPEN # pragma section code "OS_OsTask_Timing_NT0_100ms_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_Timing_NT0_100ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_Timing_NT0_100ms_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_Timing_NT0_100ms_CODE_OPEN # error Section OS_OsTask_Timing_NT0_100ms_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_Timing_NT0_100ms_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_Timing_NT0_100ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_Timing_NT0_10ms_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_Timing_NT0_10ms_CODE_OPEN # pragma section code "OS_OsTask_Timing_NT0_10ms_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_Timing_NT0_10ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_Timing_NT0_10ms_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_Timing_NT0_10ms_CODE_OPEN # error Section OS_OsTask_Timing_NT0_10ms_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_Timing_NT0_10ms_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_Timing_NT0_10ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_Timing_NT0_10ms_CDD_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_Timing_NT0_10ms_CDD_CODE_OPEN # pragma section code "OS_OsTask_Timing_NT0_10ms_CDD_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_Timing_NT0_10ms_CDD_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_Timing_NT0_10ms_CDD_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_Timing_NT0_10ms_CDD_CODE_OPEN # error Section OS_OsTask_Timing_NT0_10ms_CDD_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_Timing_NT0_10ms_CDD_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_Timing_NT0_10ms_CDD_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_Timing_NT0_20ms_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_Timing_NT0_20ms_CODE_OPEN # pragma section code "OS_OsTask_Timing_NT0_20ms_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_Timing_NT0_20ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_Timing_NT0_20ms_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_Timing_NT0_20ms_CODE_OPEN # error Section OS_OsTask_Timing_NT0_20ms_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_Timing_NT0_20ms_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_Timing_NT0_20ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_Timing_NT0_50ms_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_Timing_NT0_50ms_CODE_OPEN # pragma section code "OS_OsTask_Timing_NT0_50ms_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_Timing_NT0_50ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_Timing_NT0_50ms_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_Timing_NT0_50ms_CODE_OPEN # error Section OS_OsTask_Timing_NT0_50ms_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_Timing_NT0_50ms_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_Timing_NT0_50ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_Timing_T0_100ms_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_Timing_T0_100ms_CODE_OPEN # pragma section code "OS_OsTask_Timing_T0_100ms_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_Timing_T0_100ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_Timing_T0_100ms_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_Timing_T0_100ms_CODE_OPEN # error Section OS_OsTask_Timing_T0_100ms_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_Timing_T0_100ms_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_Timing_T0_100ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_Timing_T0_10ms_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_Timing_T0_10ms_CODE_OPEN # pragma section code "OS_OsTask_Timing_T0_10ms_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_Timing_T0_10ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_Timing_T0_10ms_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_Timing_T0_10ms_CODE_OPEN # error Section OS_OsTask_Timing_T0_10ms_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_Timing_T0_10ms_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_Timing_T0_10ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_Timing_T0_10ms_BSW_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_Timing_T0_10ms_BSW_CODE_OPEN # pragma section code "OS_OsTask_Timing_T0_10ms_BSW_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_Timing_T0_10ms_BSW_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_Timing_T0_10ms_BSW_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_Timing_T0_10ms_BSW_CODE_OPEN # error Section OS_OsTask_Timing_T0_10ms_BSW_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_Timing_T0_10ms_BSW_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_Timing_T0_10ms_BSW_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_Timing_T0_1ms_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_Timing_T0_1ms_CODE_OPEN # pragma section code "OS_OsTask_Timing_T0_1ms_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_Timing_T0_1ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_Timing_T0_1ms_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_Timing_T0_1ms_CODE_OPEN # error Section OS_OsTask_Timing_T0_1ms_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_Timing_T0_1ms_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_Timing_T0_1ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_Timing_T0_2ms_BSW_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_Timing_T0_2ms_BSW_CODE_OPEN # pragma section code "OS_OsTask_Timing_T0_2ms_BSW_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_Timing_T0_2ms_BSW_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_Timing_T0_2ms_BSW_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_Timing_T0_2ms_BSW_CODE_OPEN # error Section OS_OsTask_Timing_T0_2ms_BSW_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_Timing_T0_2ms_BSW_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_Timing_T0_2ms_BSW_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_Timing_T0_5ms_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_Timing_T0_5ms_CODE_OPEN # pragma section code "OS_OsTask_Timing_T0_5ms_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_Timing_T0_5ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_Timing_T0_5ms_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_Timing_T0_5ms_CODE_OPEN # error Section OS_OsTask_Timing_T0_5ms_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_Timing_T0_5ms_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_Timing_T0_5ms_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_OsTask_Timing_T0_5ms_BSW_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_OsTask_Timing_T0_5ms_BSW_CODE_OPEN # pragma section code "OS_OsTask_Timing_T0_5ms_BSW_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_OsTask_Timing_T0_5ms_BSW_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_OsTask_Timing_T0_5ms_BSW_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_OsTask_Timing_T0_5ms_BSW_CODE_OPEN # error Section OS_OsTask_Timing_T0_5ms_BSW_CODE is currently not opened and so cannot be closed. # endif # undef OS_OsTask_Timing_T0_5ms_BSW_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_OsTask_Timing_T0_5ms_BSW_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_QSPI3ERR_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_QSPI3ERR_CODE_OPEN # pragma section code "OS_QSPI3ERR_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_QSPI3ERR_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_QSPI3ERR_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_QSPI3ERR_CODE_OPEN # error Section OS_QSPI3ERR_CODE is currently not opened and so cannot be closed. # endif # undef OS_QSPI3ERR_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_QSPI3ERR_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_QSPI3PT_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_QSPI3PT_CODE_OPEN # pragma section code "OS_QSPI3PT_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_QSPI3PT_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_QSPI3PT_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_QSPI3PT_CODE_OPEN # error Section OS_QSPI3PT_CODE is currently not opened and so cannot be closed. # endif # undef OS_QSPI3PT_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_QSPI3PT_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_QSPI3_DMA_RX_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_QSPI3_DMA_RX_CODE_OPEN # pragma section code "OS_QSPI3_DMA_RX_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_QSPI3_DMA_RX_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_QSPI3_DMA_RX_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_QSPI3_DMA_RX_CODE_OPEN # error Section OS_QSPI3_DMA_RX_CODE is currently not opened and so cannot be closed. # endif # undef OS_QSPI3_DMA_RX_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_QSPI3_DMA_RX_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_QSPI3_DMA_TX_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_QSPI3_DMA_TX_CODE_OPEN # pragma section code "OS_QSPI3_DMA_TX_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_QSPI3_DMA_TX_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_QSPI3_DMA_TX_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_QSPI3_DMA_TX_CODE_OPEN # error Section OS_QSPI3_DMA_TX_CODE is currently not opened and so cannot be closed. # endif # undef OS_QSPI3_DMA_TX_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_QSPI3_DMA_TX_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SMU0_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SMU0_CODE_OPEN # pragma section code "OS_SMU0_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SMU0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SMU0_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SMU0_CODE_OPEN # error Section OS_SMU0_CODE is currently not opened and so cannot be closed. # endif # undef OS_SMU0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_SMU0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_TOM0CH0_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_TOM0CH0_CODE_OPEN # pragma section code "OS_TOM0CH0_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_TOM0CH0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_TOM0CH0_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_TOM0CH0_CODE_OPEN # error Section OS_TOM0CH0_CODE is currently not opened and so cannot be closed. # endif # undef OS_TOM0CH0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_TOM0CH0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_TOM0CH1_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_TOM0CH1_CODE_OPEN # pragma section code "OS_TOM0CH1_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_TOM0CH1_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_TOM0CH1_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_TOM0CH1_CODE_OPEN # error Section OS_TOM0CH1_CODE is currently not opened and so cannot be closed. # endif # undef OS_TOM0CH1_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_TOM0CH1_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_TOM0CH2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_TOM0CH2_CODE_OPEN # pragma section code "OS_TOM0CH2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_TOM0CH2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_TOM0CH2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_TOM0CH2_CODE_OPEN # error Section OS_TOM0CH2_CODE is currently not opened and so cannot be closed. # endif # undef OS_TOM0CH2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_TOM0CH2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_TOM0CH3_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_TOM0CH3_CODE_OPEN # pragma section code "OS_TOM0CH3_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_TOM0CH3_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_TOM0CH3_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_TOM0CH3_CODE_OPEN # error Section OS_TOM0CH3_CODE is currently not opened and so cannot be closed. # endif # undef OS_TOM0CH3_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_TOM0CH3_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_TOM0CH4_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_TOM0CH4_CODE_OPEN # pragma section code "OS_TOM0CH4_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_TOM0CH4_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_TOM0CH4_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_TOM0CH4_CODE_OPEN # error Section OS_TOM0CH4_CODE is currently not opened and so cannot be closed. # endif # undef OS_TOM0CH4_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_TOM0CH4_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_TOM0CH5_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_TOM0CH5_CODE_OPEN # pragma section code "OS_TOM0CH5_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_TOM0CH5_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_TOM0CH5_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_TOM0CH5_CODE_OPEN # error Section OS_TOM0CH5_CODE is currently not opened and so cannot be closed. # endif # undef OS_TOM0CH5_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_TOM0CH5_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_TOM1CH0_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_TOM1CH0_CODE_OPEN # pragma section code "OS_TOM1CH0_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_TOM1CH0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_TOM1CH0_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_TOM1CH0_CODE_OPEN # error Section OS_TOM1CH0_CODE is currently not opened and so cannot be closed. # endif # undef OS_TOM1CH0_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_TOM1CH0_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_00_Err_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_00_Err_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_00_Err_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_00_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_00_Err_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_00_Err_Cat2_CODE_OPEN # error Section OS_Uart_Isr_00_Err_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_00_Err_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_00_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_00_Rx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_00_Rx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_00_Rx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_00_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_00_Rx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_00_Rx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_00_Rx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_00_Rx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_00_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_00_Tx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_00_Tx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_00_Tx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_00_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_00_Tx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_00_Tx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_00_Tx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_00_Tx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_00_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_01_Err_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_01_Err_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_01_Err_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_01_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_01_Err_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_01_Err_Cat2_CODE_OPEN # error Section OS_Uart_Isr_01_Err_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_01_Err_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_01_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_01_Rx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_01_Rx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_01_Rx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_01_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_01_Rx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_01_Rx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_01_Rx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_01_Rx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_01_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_01_Tx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_01_Tx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_01_Tx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_01_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_01_Tx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_01_Tx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_01_Tx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_01_Tx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_01_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_02_Err_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_02_Err_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_02_Err_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_02_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_02_Err_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_02_Err_Cat2_CODE_OPEN # error Section OS_Uart_Isr_02_Err_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_02_Err_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_02_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_02_Rx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_02_Rx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_02_Rx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_02_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_02_Rx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_02_Rx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_02_Rx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_02_Rx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_02_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_02_Tx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_02_Tx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_02_Tx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_02_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_02_Tx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_02_Tx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_02_Tx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_02_Tx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_02_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_03_Err_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_03_Err_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_03_Err_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_03_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_03_Err_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_03_Err_Cat2_CODE_OPEN # error Section OS_Uart_Isr_03_Err_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_03_Err_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_03_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_03_Rx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_03_Rx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_03_Rx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_03_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_03_Rx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_03_Rx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_03_Rx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_03_Rx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_03_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_03_Tx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_03_Tx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_03_Tx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_03_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_03_Tx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_03_Tx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_03_Tx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_03_Tx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_03_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_04_Err_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_04_Err_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_04_Err_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_04_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_04_Err_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_04_Err_Cat2_CODE_OPEN # error Section OS_Uart_Isr_04_Err_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_04_Err_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_04_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_04_Rx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_04_Rx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_04_Rx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_04_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_04_Rx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_04_Rx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_04_Rx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_04_Rx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_04_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_04_Tx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_04_Tx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_04_Tx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_04_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_04_Tx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_04_Tx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_04_Tx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_04_Tx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_04_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_05_Err_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_05_Err_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_05_Err_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_05_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_05_Err_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_05_Err_Cat2_CODE_OPEN # error Section OS_Uart_Isr_05_Err_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_05_Err_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_05_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_05_Rx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_05_Rx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_05_Rx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_05_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_05_Rx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_05_Rx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_05_Rx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_05_Rx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_05_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_05_Tx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_05_Tx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_05_Tx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_05_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_05_Tx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_05_Tx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_05_Tx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_05_Tx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_05_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_06_Err_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_06_Err_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_06_Err_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_06_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_06_Err_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_06_Err_Cat2_CODE_OPEN # error Section OS_Uart_Isr_06_Err_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_06_Err_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_06_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_06_Rx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_06_Rx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_06_Rx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_06_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_06_Rx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_06_Rx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_06_Rx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_06_Rx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_06_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_06_Tx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_06_Tx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_06_Tx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_06_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_06_Tx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_06_Tx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_06_Tx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_06_Tx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_06_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_07_Err_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_07_Err_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_07_Err_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_07_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_07_Err_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_07_Err_Cat2_CODE_OPEN # error Section OS_Uart_Isr_07_Err_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_07_Err_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_07_Err_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_07_Rx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_07_Rx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_07_Rx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_07_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_07_Rx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_07_Rx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_07_Rx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_07_Rx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_07_Rx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_Uart_Isr_07_Tx_Cat2_CODE # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_Uart_Isr_07_Tx_Cat2_CODE_OPEN # pragma section code "OS_Uart_Isr_07_Tx_Cat2_CODE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_Uart_Isr_07_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_Uart_Isr_07_Tx_Cat2_CODE # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_Uart_Isr_07_Tx_Cat2_CODE_OPEN # error Section OS_Uart_Isr_07_Tx_Cat2_CODE is currently not opened and so cannot be closed. # endif # undef OS_Uart_Isr_07_Tx_Cat2_CODE_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section code restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_Uart_Isr_07_Tx_Cat2_CODE /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif /********************************************************************************************************************** * CONST SECTIONS *********************************************************************************************************************/ #ifdef OS_START_SEC_GLOBALSHARED_CONST_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_CONST_BOOLEAN_OPEN # pragma section farrom "OS_GLOBALSHARED_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_GLOBALSHARED_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_CONST_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_CONST_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_CONST_BOOLEAN_OPEN # error Section OS_GLOBALSHARED_CONST_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_CONST_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_GLOBALSHARED_CONST_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_CONST_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_CONST_8BIT_OPEN # pragma section farrom "OS_GLOBALSHARED_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_GLOBALSHARED_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_CONST_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_CONST_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_CONST_8BIT_OPEN # error Section OS_GLOBALSHARED_CONST_8BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_CONST_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_GLOBALSHARED_CONST_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_CONST_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_CONST_16BIT_OPEN # pragma section farrom "OS_GLOBALSHARED_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_GLOBALSHARED_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_CONST_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_CONST_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_CONST_16BIT_OPEN # error Section OS_GLOBALSHARED_CONST_16BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_CONST_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_GLOBALSHARED_CONST_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_CONST_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_CONST_32BIT_OPEN # pragma section farrom "OS_GLOBALSHARED_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_GLOBALSHARED_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_CONST_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_CONST_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_CONST_32BIT_OPEN # error Section OS_GLOBALSHARED_CONST_32BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_CONST_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_GLOBALSHARED_CONST_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_CONST_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_CONST_UNSPECIFIED_OPEN # pragma section farrom "OS_GLOBALSHARED_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_GLOBALSHARED_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_CONST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_CONST_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_CONST_UNSPECIFIED_OPEN # error Section OS_GLOBALSHARED_CONST_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_CONST_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_GLOBALSHARED_CONST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_CONST_FAST_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_CONST_FAST_BOOLEAN_OPEN # pragma section farrom "OS_GLOBALSHARED_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_GLOBALSHARED_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_CONST_FAST_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_CONST_FAST_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_CONST_FAST_BOOLEAN_OPEN # error Section OS_GLOBALSHARED_CONST_FAST_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_CONST_FAST_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_GLOBALSHARED_CONST_FAST_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_CONST_FAST_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_CONST_FAST_8BIT_OPEN # pragma section farrom "OS_GLOBALSHARED_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_GLOBALSHARED_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_CONST_FAST_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_CONST_FAST_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_CONST_FAST_8BIT_OPEN # error Section OS_GLOBALSHARED_CONST_FAST_8BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_CONST_FAST_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_GLOBALSHARED_CONST_FAST_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_CONST_FAST_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_CONST_FAST_16BIT_OPEN # pragma section farrom "OS_GLOBALSHARED_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_GLOBALSHARED_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_CONST_FAST_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_CONST_FAST_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_CONST_FAST_16BIT_OPEN # error Section OS_GLOBALSHARED_CONST_FAST_16BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_CONST_FAST_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_GLOBALSHARED_CONST_FAST_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_CONST_FAST_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_CONST_FAST_32BIT_OPEN # pragma section farrom "OS_GLOBALSHARED_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_GLOBALSHARED_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_CONST_FAST_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_CONST_FAST_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_CONST_FAST_32BIT_OPEN # error Section OS_GLOBALSHARED_CONST_FAST_32BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_CONST_FAST_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_GLOBALSHARED_CONST_FAST_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_CONST_FAST_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_CONST_FAST_UNSPECIFIED_OPEN # pragma section farrom "OS_GLOBALSHARED_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_GLOBALSHARED_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_CONST_FAST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_CONST_FAST_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_CONST_FAST_UNSPECIFIED_OPEN # error Section OS_GLOBALSHARED_CONST_FAST_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_CONST_FAST_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_GLOBALSHARED_CONST_FAST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_CONST_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_CONST_BOOLEAN_OPEN # pragma section farrom "OS_SystemApplication_OsCore0_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_SystemApplication_OsCore0_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_CONST_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_CONST_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_CONST_BOOLEAN_OPEN # error Section OS_SystemApplication_OsCore0_CONST_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_CONST_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_SystemApplication_OsCore0_CONST_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_CONST_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_CONST_8BIT_OPEN # pragma section farrom "OS_SystemApplication_OsCore0_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_SystemApplication_OsCore0_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_CONST_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_CONST_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_CONST_8BIT_OPEN # error Section OS_SystemApplication_OsCore0_CONST_8BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_CONST_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_SystemApplication_OsCore0_CONST_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_CONST_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_CONST_16BIT_OPEN # pragma section farrom "OS_SystemApplication_OsCore0_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_SystemApplication_OsCore0_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_CONST_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_CONST_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_CONST_16BIT_OPEN # error Section OS_SystemApplication_OsCore0_CONST_16BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_CONST_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_SystemApplication_OsCore0_CONST_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_CONST_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_CONST_32BIT_OPEN # pragma section farrom "OS_SystemApplication_OsCore0_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_SystemApplication_OsCore0_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_CONST_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_CONST_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_CONST_32BIT_OPEN # error Section OS_SystemApplication_OsCore0_CONST_32BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_CONST_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_SystemApplication_OsCore0_CONST_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_CONST_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_CONST_UNSPECIFIED_OPEN # pragma section farrom "OS_SystemApplication_OsCore0_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_SystemApplication_OsCore0_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_CONST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_CONST_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_CONST_UNSPECIFIED_OPEN # error Section OS_SystemApplication_OsCore0_CONST_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_CONST_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_SystemApplication_OsCore0_CONST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_CONST_FAST_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_CONST_FAST_BOOLEAN_OPEN # pragma section farrom "OS_SystemApplication_OsCore0_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_SystemApplication_OsCore0_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_CONST_FAST_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_CONST_FAST_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_CONST_FAST_BOOLEAN_OPEN # error Section OS_SystemApplication_OsCore0_CONST_FAST_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_CONST_FAST_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_SystemApplication_OsCore0_CONST_FAST_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_CONST_FAST_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_CONST_FAST_8BIT_OPEN # pragma section farrom "OS_SystemApplication_OsCore0_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_SystemApplication_OsCore0_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_CONST_FAST_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_CONST_FAST_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_CONST_FAST_8BIT_OPEN # error Section OS_SystemApplication_OsCore0_CONST_FAST_8BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_CONST_FAST_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_SystemApplication_OsCore0_CONST_FAST_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_CONST_FAST_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_CONST_FAST_16BIT_OPEN # pragma section farrom "OS_SystemApplication_OsCore0_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_SystemApplication_OsCore0_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_CONST_FAST_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_CONST_FAST_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_CONST_FAST_16BIT_OPEN # error Section OS_SystemApplication_OsCore0_CONST_FAST_16BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_CONST_FAST_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_SystemApplication_OsCore0_CONST_FAST_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_CONST_FAST_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_CONST_FAST_32BIT_OPEN # pragma section farrom "OS_SystemApplication_OsCore0_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_SystemApplication_OsCore0_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_CONST_FAST_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_CONST_FAST_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_CONST_FAST_32BIT_OPEN # error Section OS_SystemApplication_OsCore0_CONST_FAST_32BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_CONST_FAST_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_SystemApplication_OsCore0_CONST_FAST_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_CONST_FAST_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_CONST_FAST_UNSPECIFIED_OPEN # pragma section farrom "OS_SystemApplication_OsCore0_CONST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom "OS_SystemApplication_OsCore0_CONST_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_CONST_FAST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_CONST_FAST_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_CONST_FAST_UNSPECIFIED_OPEN # error Section OS_SystemApplication_OsCore0_CONST_FAST_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_CONST_FAST_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # pragma section farrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearrom restore /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_STOP_SEC_SystemApplication_OsCore0_CONST_FAST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif /********************************************************************************************************************** * VAR SECTIONS *********************************************************************************************************************/ #ifdef OS_START_SEC_GLOBALSHARED_VAR_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_BOOLEAN_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_BOOLEAN_OPEN # error Section OS_GLOBALSHARED_VAR_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_8BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_8BIT_OPEN # error Section OS_GLOBALSHARED_VAR_8BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_16BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_16BIT_OPEN # error Section OS_GLOBALSHARED_VAR_16BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_32BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_32BIT_OPEN # error Section OS_GLOBALSHARED_VAR_32BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_UNSPECIFIED_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_UNSPECIFIED_OPEN # error Section OS_GLOBALSHARED_VAR_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOINIT_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOINIT_BOOLEAN_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOINIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOINIT_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOINIT_BOOLEAN_OPEN # error Section OS_GLOBALSHARED_VAR_NOINIT_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOINIT_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOINIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOINIT_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOINIT_8BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOINIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOINIT_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOINIT_8BIT_OPEN # error Section OS_GLOBALSHARED_VAR_NOINIT_8BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOINIT_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOINIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOINIT_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOINIT_16BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOINIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOINIT_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOINIT_16BIT_OPEN # error Section OS_GLOBALSHARED_VAR_NOINIT_16BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOINIT_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOINIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOINIT_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOINIT_32BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOINIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOINIT_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOINIT_32BIT_OPEN # error Section OS_GLOBALSHARED_VAR_NOINIT_32BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOINIT_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOINIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOINIT_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOINIT_UNSPECIFIED_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOINIT_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOINIT_UNSPECIFIED_OPEN # error Section OS_GLOBALSHARED_VAR_NOINIT_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOINIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_ZERO_INIT_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_ZERO_INIT_BOOLEAN_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_ZERO_INIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_ZERO_INIT_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_ZERO_INIT_BOOLEAN_OPEN # error Section OS_GLOBALSHARED_VAR_ZERO_INIT_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_ZERO_INIT_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_ZERO_INIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_ZERO_INIT_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_ZERO_INIT_8BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_ZERO_INIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_ZERO_INIT_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_ZERO_INIT_8BIT_OPEN # error Section OS_GLOBALSHARED_VAR_ZERO_INIT_8BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_ZERO_INIT_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_ZERO_INIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_ZERO_INIT_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_ZERO_INIT_16BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_ZERO_INIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_ZERO_INIT_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_ZERO_INIT_16BIT_OPEN # error Section OS_GLOBALSHARED_VAR_ZERO_INIT_16BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_ZERO_INIT_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_ZERO_INIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_ZERO_INIT_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_ZERO_INIT_32BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_ZERO_INIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_ZERO_INIT_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_ZERO_INIT_32BIT_OPEN # error Section OS_GLOBALSHARED_VAR_ZERO_INIT_32BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_ZERO_INIT_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_ZERO_INIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_ZERO_INIT_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_ZERO_INIT_UNSPECIFIED_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_ZERO_INIT_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_ZERO_INIT_UNSPECIFIED_OPEN # error Section OS_GLOBALSHARED_VAR_ZERO_INIT_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_ZERO_INIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_FAST_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_FAST_BOOLEAN_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_FAST_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_FAST_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_FAST_BOOLEAN_OPEN # error Section OS_GLOBALSHARED_VAR_FAST_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_FAST_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_FAST_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_FAST_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_FAST_8BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_FAST_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_FAST_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_FAST_8BIT_OPEN # error Section OS_GLOBALSHARED_VAR_FAST_8BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_FAST_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_FAST_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_FAST_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_FAST_16BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_FAST_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_FAST_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_FAST_16BIT_OPEN # error Section OS_GLOBALSHARED_VAR_FAST_16BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_FAST_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_FAST_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_FAST_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_FAST_32BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_FAST_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_FAST_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_FAST_32BIT_OPEN # error Section OS_GLOBALSHARED_VAR_FAST_32BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_FAST_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_FAST_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_FAST_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_FAST_UNSPECIFIED_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_FAST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_FAST_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_FAST_UNSPECIFIED_OPEN # error Section OS_GLOBALSHARED_VAR_FAST_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_FAST_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_FAST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_FAST_NOINIT_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_FAST_NOINIT_BOOLEAN_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_FAST_NOINIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_FAST_NOINIT_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_FAST_NOINIT_BOOLEAN_OPEN # error Section OS_GLOBALSHARED_VAR_FAST_NOINIT_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_FAST_NOINIT_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_FAST_NOINIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_FAST_NOINIT_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_FAST_NOINIT_8BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_FAST_NOINIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_FAST_NOINIT_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_FAST_NOINIT_8BIT_OPEN # error Section OS_GLOBALSHARED_VAR_FAST_NOINIT_8BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_FAST_NOINIT_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_FAST_NOINIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_FAST_NOINIT_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_FAST_NOINIT_16BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_FAST_NOINIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_FAST_NOINIT_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_FAST_NOINIT_16BIT_OPEN # error Section OS_GLOBALSHARED_VAR_FAST_NOINIT_16BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_FAST_NOINIT_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_FAST_NOINIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_FAST_NOINIT_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_FAST_NOINIT_32BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_FAST_NOINIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_FAST_NOINIT_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_FAST_NOINIT_32BIT_OPEN # error Section OS_GLOBALSHARED_VAR_FAST_NOINIT_32BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_FAST_NOINIT_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_FAST_NOINIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_FAST_NOINIT_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_FAST_NOINIT_UNSPECIFIED_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_FAST_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_FAST_NOINIT_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_FAST_NOINIT_UNSPECIFIED_OPEN # error Section OS_GLOBALSHARED_VAR_FAST_NOINIT_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_FAST_NOINIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_FAST_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_BOOLEAN_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_BOOLEAN_OPEN # error Section OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_8BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_8BIT_OPEN # error Section OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_8BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_16BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_16BIT_OPEN # error Section OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_16BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_32BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_32BIT_OPEN # error Section OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_32BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_UNSPECIFIED_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_UNSPECIFIED_OPEN # error Section OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_FAST_ZERO_INIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_FAST_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOCACHE_BOOLEAN_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOCACHE_BOOLEAN_OPEN # error Section OS_GLOBALSHARED_VAR_NOCACHE_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOCACHE_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOCACHE_8BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOCACHE_8BIT_OPEN # error Section OS_GLOBALSHARED_VAR_NOCACHE_8BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOCACHE_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOCACHE_16BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOCACHE_16BIT_OPEN # error Section OS_GLOBALSHARED_VAR_NOCACHE_16BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOCACHE_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOCACHE_32BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOCACHE_32BIT_OPEN # error Section OS_GLOBALSHARED_VAR_NOCACHE_32BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOCACHE_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOCACHE_UNSPECIFIED_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOCACHE_UNSPECIFIED_OPEN # error Section OS_GLOBALSHARED_VAR_NOCACHE_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOCACHE_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_BOOLEAN_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_BOOLEAN_OPEN # error Section OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_8BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_8BIT_OPEN # error Section OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_8BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_16BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_16BIT_OPEN # error Section OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_16BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_32BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_32BIT_OPEN # error Section OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_32BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_UNSPECIFIED_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_UNSPECIFIED_OPEN # error Section OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOCACHE_NOINIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_BOOLEAN_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_BOOLEAN_OPEN # error Section OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_8BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_8BIT_OPEN # error Section OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_8BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_16BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_16BIT_OPEN # error Section OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_16BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_32BIT_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_32BIT_OPEN # error Section OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_32BIT is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED_OPEN # pragma section farnoclear "OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_GLOBALSHARED_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_GLOBALSHARED_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_GLOBALSHARED_VAR_FAST_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED_OPEN # error Section OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_GLOBALSHARED_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_BOOLEAN_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_BOOLEAN_OPEN # error Section OS_SystemApplication_OsCore0_VAR_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_8BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_8BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_8BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_16BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_16BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_16BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_32BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_32BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_32BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_UNSPECIFIED_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_UNSPECIFIED_OPEN # error Section OS_SystemApplication_OsCore0_VAR_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOINIT_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOINIT_BOOLEAN_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOINIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOINIT_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOINIT_BOOLEAN_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOINIT_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOINIT_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOINIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOINIT_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOINIT_8BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOINIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOINIT_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOINIT_8BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOINIT_8BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOINIT_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOINIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOINIT_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOINIT_16BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOINIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOINIT_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOINIT_16BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOINIT_16BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOINIT_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOINIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOINIT_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOINIT_32BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOINIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOINIT_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOINIT_32BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOINIT_32BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOINIT_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOINIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOINIT_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOINIT_UNSPECIFIED_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOINIT_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOINIT_UNSPECIFIED_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOINIT_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOINIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_ZERO_INIT_BOOLEAN_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_ZERO_INIT_BOOLEAN_OPEN # error Section OS_SystemApplication_OsCore0_VAR_ZERO_INIT_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_ZERO_INIT_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_ZERO_INIT_8BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_ZERO_INIT_8BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_ZERO_INIT_8BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_ZERO_INIT_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_ZERO_INIT_16BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_ZERO_INIT_16BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_ZERO_INIT_16BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_ZERO_INIT_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_ZERO_INIT_32BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_ZERO_INIT_32BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_ZERO_INIT_32BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_ZERO_INIT_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_ZERO_INIT_UNSPECIFIED_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_ZERO_INIT_UNSPECIFIED_OPEN # error Section OS_SystemApplication_OsCore0_VAR_ZERO_INIT_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_ZERO_INIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_FAST_BOOLEAN_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_FAST_BOOLEAN_OPEN # error Section OS_SystemApplication_OsCore0_VAR_FAST_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_FAST_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_FAST_8BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_FAST_8BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_FAST_8BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_FAST_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_FAST_16BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_FAST_16BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_FAST_16BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_FAST_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_FAST_32BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_FAST_32BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_FAST_32BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_FAST_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_FAST_UNSPECIFIED_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_FAST_UNSPECIFIED_OPEN # error Section OS_SystemApplication_OsCore0_VAR_FAST_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_FAST_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_BOOLEAN_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_BOOLEAN_OPEN # error Section OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_8BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_8BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_8BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_16BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_16BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_16BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_32BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_32BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_32BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_UNSPECIFIED_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_UNSPECIFIED_OPEN # error Section OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_FAST_NOINIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_BOOLEAN_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_BOOLEAN_OPEN # error Section OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_8BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_8BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_8BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_16BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_16BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_16BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_32BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_32BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_32BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_UNSPECIFIED_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_UNSPECIFIED_OPEN # error Section OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_FAST_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOCACHE_BOOLEAN_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOCACHE_BOOLEAN_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOCACHE_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOCACHE_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOCACHE_8BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOCACHE_8BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOCACHE_8BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOCACHE_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOCACHE_16BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOCACHE_16BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOCACHE_16BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOCACHE_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOCACHE_32BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOCACHE_32BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOCACHE_32BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOCACHE_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOCACHE_UNSPECIFIED_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOCACHE_UNSPECIFIED_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOCACHE_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOCACHE_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_BOOLEAN_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_BOOLEAN_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_8BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_8BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_8BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_16BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_16BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_16BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_32BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_32BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_32BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_UNSPECIFIED_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_NOINIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_UNSPECIFIED_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_NOINIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_BOOLEAN # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_BOOLEAN_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_BOOLEAN # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_BOOLEAN_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_BOOLEAN is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_BOOLEAN_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_BOOLEAN /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_8BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_8BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_8BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_8BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_8BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_8BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_8BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_16BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_16BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_16BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_16BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_16BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_16BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_16BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_32BIT # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_32BIT_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_32BIT # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_32BIT_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_32BIT is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_32BIT_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_32BIT /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED # ifdef OS_MEMMAP_SECTION_OPEN # error A MemMap section is already open. Nesting is not supported. # endif # define OS_MEMMAP_SECTION_OPEN # define OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED_OPEN # pragma section farnoclear "OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section farbss "OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section fardata "OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearnoclear "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section nearbss "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_ZERO_INIT_bss" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # pragma section neardata "OS_SystemApplication_OsCore0_VAR_FAST_NOCACHE_ZERO_INIT" /* PRQA S 3116 */ /* MD_MSR_Pragma */ # undef OS_START_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif #ifdef OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED # ifndef OS_MEMMAP_SECTION_OPEN # error No MemMap section is currently opened. # endif # undef OS_MEMMAP_SECTION_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # ifndef OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED_OPEN # error Section OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED is currently not opened and so cannot be closed. # endif # undef OS_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED_OPEN /* PRQA S 0841 */ /* MD_MSR_Undef */ # 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 OS_STOP_SEC_SystemApplication_OsCore0_VAR_NOCACHE_ZERO_INIT_UNSPECIFIED /* PRQA S 0841 */ /* MD_MSR_Undef */ # undef MEMMAP_ERROR /* PRQA S 0841 */ /* MD_MSR_Undef */ #endif /* PRQA S 0883 */ /* MD_Os_Dir4.10_0883_MemMap */