123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- #ifndef LPIT_GPT_IP_CFG_H
- #define LPIT_GPT_IP_CFG_H
- #ifdef __cplusplus
- extern "C"{
- #endif
- #include "LPit_Gpt_Ip_VS_0_PBcfg.h"
- #define LPIT_GPT_IP_VENDOR_ID_CFG 43
- #define LPIT_GPT_IP_AR_RELEASE_MAJOR_VERSION_CFG 4
- #define LPIT_GPT_IP_AR_RELEASE_MINOR_VERSION_CFG 4
- #define LPIT_GPT_IP_AR_RELEASE_REVISION_VERSION_CFG 0
- #define LPIT_GPT_IP_SW_MAJOR_VERSION_CFG 1
- #define LPIT_GPT_IP_SW_MINOR_VERSION_CFG 0
- #define LPIT_GPT_IP_SW_PATCH_VERSION_CFG 0
- #if (LPIT_GPT_IP_VENDOR_ID_CFG != LPIT_GPT_IP_VENDOR_ID_VS_0_PBCFG_H)
- #error "LPit_Gpt_Ip_Cfg.h and LPit_Gpt_Ip_VS_0_PBcfg.h have different vendor ids"
- #endif
- #if ((LPIT_GPT_IP_AR_RELEASE_MAJOR_VERSION_CFG != LPIT_GPT_IP_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_H) || \
- (LPIT_GPT_IP_AR_RELEASE_MINOR_VERSION_CFG != LPIT_GPT_IP_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_H) || \
- (LPIT_GPT_IP_AR_RELEASE_REVISION_VERSION_CFG != LPIT_GPT_IP_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_H) \
- )
- #error "AutoSar Version Numbers of LPit_Gpt_Ip_Cfg.h and LPit_Gpt_Ip_VS_0_PBcfg.h are different"
- #endif
- #if ((LPIT_GPT_IP_SW_MAJOR_VERSION_CFG != LPIT_GPT_IP_SW_MAJOR_VERSION_VS_0_PBCFG_H) || \
- (LPIT_GPT_IP_SW_MINOR_VERSION_CFG != LPIT_GPT_IP_SW_MINOR_VERSION_VS_0_PBCFG_H) || \
- (LPIT_GPT_IP_SW_PATCH_VERSION_CFG != LPIT_GPT_IP_SW_PATCH_VERSION_VS_0_PBCFG_H) \
- )
- #error "Software Version Numbers of LPit_Gpt_Ip_Cfg.h and LPit_Gpt_Ip_VS_0_PBcfg.h are different"
- #endif
- #define LPIT_GPT_IP_DEV_ERROR_DETECT (STD_OFF)
- #define LPIT_GPT_IP_CHAIN_MODE (STD_OFF)
- #define LPIT_GPT_IP_ENABLE_USER_MODE_SUPPORT (STD_OFF)
- #ifdef __cplusplus
- }
- #endif
- #endif
|