/**************************************************************************************************/ /** * @file : Scc_Drv_PBcfg.h * @brief : AUTOSAR Mcu - Post-Build(PB) configuration file code template * - 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. **************************************************************************************************/ /** @addtogroup Mcu_Module * @{ */ /** @addtogroup Scc_Drv_Configuration * @brief SCC driver configuration * @{ */ #ifndef SCC_DRV_PBCFG_H #define SCC_DRV_PBCFG_H #ifdef __cplusplus extern "C"{ #endif /** @defgroup Public_MacroDefinition * @{ */ #define SCC_DRV_PBCFG_H_VENDOR_ID 0x00B3U #define SCC_DRV_PBCFG_H_AR_RELEASE_MAJOR_VERSION 4U #define SCC_DRV_PBCFG_H_AR_RELEASE_MINOR_VERSION 6U #define SCC_DRV_PBCFG_H_AR_RELEASE_REVISION_VERSION 0U #define SCC_DRV_PBCFG_H_SW_MAJOR_VERSION 1U #define SCC_DRV_PBCFG_H_SW_MINOR_VERSION 2U #define SCC_DRV_PBCFG_H_SW_PATCH_VERSION 0U /** @} end of Public_MacroDefinition */ /** @defgroup Public_TypeDefinition * @{ */ /** @} end of group Public_TypeDefinition */ /** @defgroup Global_VariableDeclaration * @{ */ #define SCC_DRV_CONFIG_PB \ extern const Scc_Drv_ClockConfigType Scc_Drv_ClockConfig[1U]; /** @} end of group Global_VariableDeclaration */ /** @defgroup Public_FunctionDeclaration * @{ */ /** * @brief Loss of OSC clock call back function */ extern void FOSCClkLossCallbackFunc(void); /** @} end of group Public_FunctionDeclaration */ #ifdef __cplusplus } #endif #endif /* SCC_DRV_PBCFG_H */ /** @} end of group Scc_Drv_Configuration */ /** @} end of group Mcu_Module */