/**************************************************************************************************/ /** * @file : Stim_Drv_PBcfg.h * @brief : Stim module - 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. **************************************************************************************************/ #ifndef STIM_DRV_PBCFG_H #define STIM_DRV_PBCFG_H /** @addtogroup Gpt_Module * @{ */ /** @addtogroup Gpt_Drv_Configuration * @brief Gpt low level driver configuration * @{ */ #ifdef __cplusplus extern "C" { #endif /** @defgroup Public_MacroDefinition * @{ */ /* Published information */ #define STIM_DRV_PBCFG_H_VENDOR_ID 0x00B3U #define STIM_DRV_PBCFG_H_AR_RELEASE_MAJOR_VERSION 4U #define STIM_DRV_PBCFG_H_AR_RELEASE_MINOR_VERSION 6U #define STIM_DRV_PBCFG_H_AR_RELEASE_REVISION_VERSION 0U #define STIM_DRV_PBCFG_H_SW_MAJOR_VERSION 1U #define STIM_DRV_PBCFG_H_SW_MINOR_VERSION 2U #define STIM_DRV_PBCFG_H_SW_PATCH_VERSION 0U /** @} end of Public_MacroDefinition */ /** @defgroup Public_TypeDefinition * @{ */ /** @} end of group Public_TypeDefinition */ /** @defgroup Global_VariableDeclaration * @{ */ #define STIM_DRV_CONFIG_PB \ extern const Stim_Drv_ChannelConfigType Stim_Drv_ChannelConfig[4U]; /** @} end of group Global_VariableDeclaration */ #ifdef __cplusplus } #endif /** @} end of group Stim_Drv_Configuration */ /** @} end of group Stim_Module */ #endif