123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- #ifndef EWM_IP_PBCFG_H
- #define EWM_IP_PBCFG_H
- #ifdef __cplusplus
- extern "C"{
- #endif
- #include "Ewm_Ip_Cfg_Defines.h"
- #include "Ewm_Ip_Types.h"
- #define EWM_IP_PBCFG_VENDOR_ID 43
- #define EWM_IP_PBCFG_MODULE_ID 102
- #define EWM_IP_PBCFG_AR_RELEASE_MAJOR_VERSION 4
- #define EWM_IP_PBCFG_AR_RELEASE_MINOR_VERSION 4
- #define EWM_IP_PBCFG_AR_RELEASE_REVISION_VERSION 0
- #define EWM_IP_PBCFG_SW_MAJOR_VERSION 1
- #define EWM_IP_PBCFG_SW_MINOR_VERSION 0
- #define EWM_IP_PBCFG_SW_PATCH_VERSION 0
- #if (EWM_IP_PBCFG_VENDOR_ID != EWM_IP_CFG_DEFINES_VENDOR_ID)
- #error "Ewm_Ip_VS_0_PBcfg.h and Ewm_Ip_Cfg_Defines.h have different vendor ids"
- #endif
- #if ((EWM_IP_PBCFG_AR_RELEASE_MAJOR_VERSION != EWM_IP_CFG_DEFINES_AR_RELEASE_MAJOR_VERSION) || \
- (EWM_IP_PBCFG_AR_RELEASE_MINOR_VERSION != EWM_IP_CFG_DEFINES_AR_RELEASE_MINOR_VERSION) || \
- (EWM_IP_PBCFG_AR_RELEASE_REVISION_VERSION != EWM_IP_CFG_DEFINES_AR_RELEASE_REVISION_VERSION) \
- )
- #error "AutoSar Version Numbers of Ewm_Ip_VS_0_PBcfg.h and Ewm_Ip_Cfg_Defines.h are different"
- #endif
- #if ((EWM_IP_PBCFG_SW_MAJOR_VERSION != EWM_IP_CFG_DEFINES_SW_MAJOR_VERSION) || \
- (EWM_IP_PBCFG_SW_MINOR_VERSION != EWM_IP_CFG_DEFINES_SW_MINOR_VERSION) || \
- (EWM_IP_PBCFG_SW_PATCH_VERSION != EWM_IP_CFG_DEFINES_SW_PATCH_VERSION) \
- )
- #error "Software Version Numbers of Ewm_Ip_VS_0_PBcfg.h and Ewm_Ip_Cfg_Defines.h are different"
- #endif
- #if (EWM_IP_PBCFG_VENDOR_ID != EWM_IP_TYPES_VENDOR_ID)
- #error "Ewm_Ip_VS_0_PBcfg.h and Ewm_Ip_Types.h have different vendor ids"
- #endif
- #if ((EWM_IP_PBCFG_AR_RELEASE_MAJOR_VERSION != EWM_IP_TYPES_AR_RELEASE_MAJOR_VERSION) || \
- (EWM_IP_PBCFG_AR_RELEASE_MINOR_VERSION != EWM_IP_TYPES_AR_RELEASE_MINOR_VERSION) || \
- (EWM_IP_PBCFG_AR_RELEASE_REVISION_VERSION != EWM_IP_TYPES_AR_RELEASE_REVISION_VERSION) \
- )
- #error "AutoSar Version Numbers of Ewm_Ip_VS_0_PBcfg.h and Ewm_Ip_Types.h are different"
- #endif
- #if ((EWM_IP_PBCFG_SW_MAJOR_VERSION != EWM_IP_TYPES_SW_MAJOR_VERSION) || \
- (EWM_IP_PBCFG_SW_MINOR_VERSION != EWM_IP_TYPES_SW_MINOR_VERSION) || \
- (EWM_IP_PBCFG_SW_PATCH_VERSION != EWM_IP_TYPES_SW_PATCH_VERSION) \
- )
- #error "Software Version Numbers of Ewm_Ip_VS_0_PBcfg.h and Ewm_Ip_Types.h are different"
- #endif
- #define WDG_START_SEC_CONFIG_DATA_UNSPECIFIED
- #include "Wdg_MemMap.h"
- extern const Ewm_Ip_ConfigType Ewm_Ip_Settings_VS_0;
- #define WDG_STOP_SEC_CONFIG_DATA_UNSPECIFIED
- #include "Wdg_MemMap.h"
- #ifdef __cplusplus
- }
- #endif
- #endif
|