/**************************************************************************************************/ /** * @file : SchM_Port.h * @brief : AUTOSAR RTE header file. It is a stub file. Integrators shall replace this file. * - Platform: Z20K14xM * - Autosar Version: 4.6.0 * @version : 1.2.0 * @author : Zhixin Semiconductor * @note : None * * @copyright : Copyright (c) 2021-2023 Zhixin Semiconductor Ltd. All rights reserved. **************************************************************************************************/ #ifndef SCHM_PORT_H #define SCHM_PORT_H /** @addtogroup Rte_Module * @{ */ /** @addtogroup SchM_Port * @brief Port schedule manager header file. This is a stub file. * @{ */ #ifdef __cplusplus extern "C" { #endif /** @defgroup Public_MacroDefinition * @{ */ /* Published information */ #define SCHM_PORT_VENDOR_ID 0x00B3U #define SCHM_PORT_AR_RELEASE_MAJOR_VERSION 4U #define SCHM_PORT_AR_RELEASE_MINOR_VERSION 6U #define SCHM_PORT_AR_RELEASE_REVISION_VERSION 0U #define SCHM_PORT_SW_MAJOR_VERSION 1U #define SCHM_PORT_SW_MINOR_VERSION 2U #define SCHM_PORT_SW_PATCH_VERSION 0U /** @} end of Public_MacroDefinition */ /** @defgroup Public_TypeDefinition * @{ */ /** @} end of group Public_TypeDefinition */ /** @defgroup Global_VariableDeclaration * @{ */ /** @} end of group Global_VariableDeclaration */ /** @defgroup Public_FunctionDeclaration * @{ */ #define RTE_START_SEC_CODE #include "Rte_MemMap.h" extern void SchM_Enter_Port_WritePortPcr(void); extern void SchM_Exit_Port_WritePortPcr(void); extern void SchM_Enter_Port_WriteGpioPddr(void); extern void SchM_Exit_Port_WriteGpioPddr(void); #define RTE_STOP_SEC_CODE #include "Rte_MemMap.h" /** @} end of group Public_FunctionDeclaration */ #ifdef __cplusplus } #endif /** @} end of group SchM_Adc */ /** @} end of group Rte_Module */ #endif /* SCHM_PORT_H */