123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- #ifndef WDOG_IP_VS_0_PBCFG_H
- #define WDOG_IP_VS_0_PBCFG_H
- #ifdef __cplusplus
- extern "C"{
- #endif
- #include "Wdog_Ip_Cfg_Defines.h"
- #include "Wdog_Ip_Types.h"
- #define WDOG_IP_PBCFG_VENDOR_ID 43
- #define WDOG_IP_PBCFG_MODULE_ID 102
- #define WDOG_IP_PBCFG_AR_RELEASE_MAJOR_VERSION 4
- #define WDOG_IP_PBCFG_AR_RELEASE_MINOR_VERSION 4
- #define WDOG_IP_PBCFG_AR_RELEASE_REVISION_VERSION 0
- #define WDOG_IP_PBCFG_SW_MAJOR_VERSION 1
- #define WDOG_IP_PBCFG_SW_MINOR_VERSION 0
- #define WDOG_IP_PBCFG_SW_PATCH_VERSION 0
- #if (WDOG_IP_PBCFG_VENDOR_ID != WDOG_IP_CFG_DEFINES_VENDOR_ID)
- #error "Wdog_Ip_VS_0_PBcfg.h and Wdog_Ip_Cfg_Defines.h have different vendor ids"
- #endif
- #if ((WDOG_IP_PBCFG_AR_RELEASE_MAJOR_VERSION != WDOG_IP_CFG_DEFINES_AR_RELEASE_MAJOR_VERSION) || \
- (WDOG_IP_PBCFG_AR_RELEASE_MINOR_VERSION != WDOG_IP_CFG_DEFINES_AR_RELEASE_MINOR_VERSION) || \
- (WDOG_IP_PBCFG_AR_RELEASE_REVISION_VERSION != WDOG_IP_CFG_DEFINES_AR_RELEASE_REVISION_VERSION))
- #error "AutoSar Version Numbers of Wdog_Ip_VS_0_PBcfg.h and Wdog_Ip_Cfg_Defines.h are different"
- #endif
- #if ((WDOG_IP_PBCFG_SW_MAJOR_VERSION != WDOG_IP_CFG_DEFINES_SW_MAJOR_VERSION) || \
- (WDOG_IP_PBCFG_SW_MINOR_VERSION != WDOG_IP_CFG_DEFINES_SW_MINOR_VERSION) || \
- (WDOG_IP_PBCFG_SW_PATCH_VERSION != WDOG_IP_CFG_DEFINES_SW_PATCH_VERSION))
- #error "Software Version Numbers of Wdog_Ip_VS_0_PBcfg.h and Wdog_Ip_Cfg_Defines.h are different"
- #endif
- #if (WDOG_IP_PBCFG_VENDOR_ID != WDOG_IP_TYPES_VENDOR_ID)
- #error "Wdog_Ip_VS_0_PBcfg.h and Wdog_Ip_Types.h have different vendor ids"
- #endif
- #if ((WDOG_IP_PBCFG_AR_RELEASE_MAJOR_VERSION != WDOG_IP_TYPES_AR_RELEASE_MAJOR_VERSION) || \
- (WDOG_IP_PBCFG_AR_RELEASE_MINOR_VERSION != WDOG_IP_TYPES_AR_RELEASE_MINOR_VERSION) || \
- (WDOG_IP_PBCFG_AR_RELEASE_REVISION_VERSION != WDOG_IP_TYPES_AR_RELEASE_REVISION_VERSION))
- #error "AutoSar Version Numbers of Wdog_Ip_VS_0_PBcfg.h and Wdog_Ip_Types.h are different"
- #endif
- #if ((WDOG_IP_PBCFG_SW_MAJOR_VERSION != WDOG_IP_TYPES_SW_MAJOR_VERSION) || \
- (WDOG_IP_PBCFG_SW_MINOR_VERSION != WDOG_IP_TYPES_SW_MINOR_VERSION) || \
- (WDOG_IP_PBCFG_SW_PATCH_VERSION != WDOG_IP_TYPES_SW_PATCH_VERSION))
- #error "Software Version Numbers of Wdog_Ip_VS_0_PBcfg.h and Wdog_Ip_Types.h are different"
- #endif
- #define WDG_START_SEC_CONFIG_DATA_UNSPECIFIED
- #include "Wdg_MemMap.h"
- extern const Wdog_Ip_ConfigType Wdog_Ip_OffModeSettings_VS_0;
- extern const Wdog_Ip_ConfigType Wdog_Ip_SlowModeSettings_VS_0;
- extern const Wdog_Ip_ConfigType Wdog_Ip_FastModeSettings_VS_0;
- #define WDG_STOP_SEC_CONFIG_DATA_UNSPECIFIED
- #include "Wdg_MemMap.h"
- #ifdef __cplusplus
- }
- #endif
- #endif
|