123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- #ifndef PDB_ADC_IP_CFGDEFINES_H
- #define PDB_ADC_IP_CFGDEFINES_H
- #ifdef __cplusplus
- extern "C"{
- #endif
- #include "S32K146_PDB.h"
- #include "S32K146_SIM.h"
- #include "OsIf.h"
- #define PDB_ADC_IP_VENDOR_ID_CFGDEFINES_H 43
- #define PDB_ADC_IP_AR_RELEASE_MAJOR_VERSION_CFGDEFINES_H 4
- #define PDB_ADC_IP_AR_RELEASE_MINOR_VERSION_CFGDEFINES_H 4
- #define PDB_ADC_IP_AR_RELEASE_REVISION_VERSION_CFGDEFINES_H 0
- #define PDB_ADC_IP_SW_MAJOR_VERSION_CFGDEFINES_H 1
- #define PDB_ADC_IP_SW_MINOR_VERSION_CFGDEFINES_H 0
- #define PDB_ADC_IP_SW_PATCH_VERSION_CFGDEFINES_H 0
- #ifndef DISABLE_MCAL_INTERMODULE_ASR_CHECK
- #if ((PDB_ADC_IP_AR_RELEASE_MAJOR_VERSION_CFGDEFINES_H != OSIF_AR_RELEASE_MAJOR_VERSION) || \
- (PDB_ADC_IP_AR_RELEASE_MINOR_VERSION_CFGDEFINES_H != OSIF_AR_RELEASE_MINOR_VERSION) \
- )
- #error "AutoSar Version Numbers of Pdb_Adc_Ip_CfgDefines.h and OsIf.h are different"
- #endif
- #endif
- #define FEATURE_PDB_HAS_INSTANCE_BACKTOBACK (STD_OFF)
- #define FEATURE_PDB_HAS_INTERCHANNEL_BACKTOBACK (STD_OFF)
- #define PDB_ADC_IP_DEV_ERROR_DETECT (STD_OFF)
- #define PDB_ADC_IP_ENABLE_USER_MODE_SUPPORT (STD_OFF)
- #ifdef __cplusplus
- }
- #endif
- #endif
|