1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- #ifndef FTM_ICU_IP_CFG_H
- #define FTM_ICU_IP_CFG_H
- #ifdef __cplusplus
- extern "C"{
- #endif
- #include "Ftm_Icu_Ip_VS_0_PBcfg.h"
- #define FTM_ICU_IP_CFG_VENDOR_ID 43
- #define FTM_ICU_IP_CFG_AR_RELEASE_MAJOR_VERSION 4
- #define FTM_ICU_IP_CFG_AR_RELEASE_MINOR_VERSION 4
- #define FTM_ICU_IP_CFG_AR_RELEASE_REVISION_VERSION 0
- #define FTM_ICU_IP_CFG_SW_MAJOR_VERSION 1
- #define FTM_ICU_IP_CFG_SW_MINOR_VERSION 0
- #define FTM_ICU_IP_CFG_SW_PATCH_VERSION 0
- #if (FTM_ICU_IP_VS_0_PBCFG_VENDOR_ID != FTM_ICU_IP_CFG_VENDOR_ID)
- #error "Ftm_Icu_Ip_VS_0_PBcfg.h and Ftm_Icu_Ip_Cfg.h have different vendor IDs"
- #endif
-
- #if ((FTM_ICU_IP_VS_0_PBCFG_AR_RELEASE_MAJOR_VERSION != FTM_ICU_IP_CFG_AR_RELEASE_MAJOR_VERSION) || \
- (FTM_ICU_IP_VS_0_PBCFG_AR_RELEASE_MINOR_VERSION != FTM_ICU_IP_CFG_AR_RELEASE_MINOR_VERSION) || \
- (FTM_ICU_IP_VS_0_PBCFG_AR_RELEASE_REVISION_VERSION != FTM_ICU_IP_CFG_AR_RELEASE_REVISION_VERSION) \
- )
- #error "AutoSar Version Numbers of Ftm_Icu_Ip_VS_0_PBcfg.h and Ftm_Icu_Ip_Cfg.h are different"
- #endif
- #if ((FTM_ICU_IP_VS_0_PBCFG_SW_MAJOR_VERSION != FTM_ICU_IP_CFG_SW_MAJOR_VERSION) || \
- (FTM_ICU_IP_VS_0_PBCFG_SW_MINOR_VERSION != FTM_ICU_IP_CFG_SW_MINOR_VERSION) || \
- (FTM_ICU_IP_VS_0_PBCFG_SW_PATCH_VERSION != FTM_ICU_IP_CFG_SW_PATCH_VERSION) \
- )
- #error "Software Version Numbers of Ftm_Icu_Ip_VS_0_PBcfg.h and Ftm_Icu_Ip_Cfg.h are different"
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif
|