123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- #ifndef ADC_IPW_VS_0_PBCFG_H
- #define ADC_IPW_VS_0_PBCFG_H
- #ifdef __cplusplus
- extern "C"{
- #endif
- #include "Adc_Ipw_Types.h"
- #define ADC_VENDOR_ID_IPW_VS_0_PBCFG_H 43
- #define ADC_AR_RELEASE_MAJOR_VERSION_IPW_VS_0_PBCFG_H 4
- #define ADC_AR_RELEASE_MINOR_VERSION_IPW_VS_0_PBCFG_H 4
- #define ADC_AR_RELEASE_REVISION_VERSION_IPW_VS_0_PBCFG_H 0
- #define ADC_SW_MAJOR_VERSION_IPW_VS_0_PBCFG_H 1
- #define ADC_SW_MINOR_VERSION_IPW_VS_0_PBCFG_H 0
- #define ADC_SW_PATCH_VERSION_IPW_VS_0_PBCFG_H 0
- #if (ADC_VENDOR_ID_IPW_VS_0_PBCFG_H != ADC_VENDOR_ID_IPW_TYPES_H)
- #error "Adc_Ipw_VS_0_PBcfg.h and Adc_Ipw_Types.h have different vendor ids"
- #endif
- #if ((ADC_AR_RELEASE_MAJOR_VERSION_IPW_VS_0_PBCFG_H != ADC_AR_RELEASE_MAJOR_VERSION_IPW_TYPES_H) || \
- (ADC_AR_RELEASE_MINOR_VERSION_IPW_VS_0_PBCFG_H != ADC_AR_RELEASE_MINOR_VERSION_IPW_TYPES_H) || \
- (ADC_AR_RELEASE_REVISION_VERSION_IPW_VS_0_PBCFG_H != ADC_AR_RELEASE_REVISION_VERSION_IPW_TYPES_H) \
- )
- #error "AutoSar Version Numbers of Adc_Ipw_VS_0_PBcfg.h and Adc_Ipw_Types.h are different"
- #endif
- #if ((ADC_SW_MAJOR_VERSION_IPW_VS_0_PBCFG_H != ADC_SW_MAJOR_VERSION_IPW_TYPES_H) || \
- (ADC_SW_MINOR_VERSION_IPW_VS_0_PBCFG_H != ADC_SW_MINOR_VERSION_IPW_TYPES_H) || \
- (ADC_SW_PATCH_VERSION_IPW_VS_0_PBCFG_H != ADC_SW_PATCH_VERSION_IPW_TYPES_H) \
- )
- #error "Software Version Numbers of Adc_Ipw_VS_0_PBcfg.h and Adc_Ipw_Types.h are different"
- #endif
- #define ADC_START_SEC_CONFIG_DATA_UNSPECIFIED
- #include "Adc_MemMap.h"
- extern const Adc_Ipw_Config AdcIpwCfg_VS_0;
- extern const Adc_Ipw_GroupConfig AdcIpwGroupConfig_0_VS_0;
- extern const Adc_Ipw_GroupConfig AdcIpwGroupConfig_1_VS_0;
- #define ADC_STOP_SEC_CONFIG_DATA_UNSPECIFIED
- #include "Adc_MemMap.h"
- #define ADC_START_SEC_CODE
- #include "Adc_MemMap.h"
- extern void Notification_0(void);
- extern void Notification_1(void);
- #define ADC_STOP_SEC_CODE
- #include "Adc_MemMap.h"
- #ifdef __cplusplus
- }
- #endif
- #endif
|