123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- #ifndef FTFC_EEP_IP_CFG_H
- #define FTFC_EEP_IP_CFG_H
- #ifdef __cplusplus
- extern "C"{
- #endif
- #include "S32K146_FTFC.h"
- #include "S32K146_SIM.h"
- #include "Ftfc_Eep_Ip_VS_0_PBcfg.h"
- #include "Ftfc_Eep_Ip_Types.h"
- #define FTFC_EEP_IP_CFG_VENDOR_ID_H 43
- #define FTFC_EEP_IP_CFG_AR_RELEASE_MAJOR_VERSION_H 4
- #define FTFC_EEP_IP_CFG_AR_RELEASE_MINOR_VERSION_H 4
- #define FTFC_EEP_IP_CFG_AR_RELEASE_REVISION_VERSION_H 0
- #define FTFC_EEP_IP_CFG_SW_MAJOR_VERSION_H 1
- #define FTFC_EEP_IP_CFG_SW_MINOR_VERSION_H 0
- #define FTFC_EEP_IP_CFG_SW_PATCH_VERSION_H 0
- #if (FTFC_EEP_IP_CFG_VENDOR_ID_H != FTFC_EEP_IP_VS_0_PBCFG_VENDOR_ID_H)
- #error "Ftfc_Eep_Ip.h and Ftfc_Eep_Ip_VS_0_PBcfg.h have different vendor IDs!"
- #endif
- #if ((FTFC_EEP_IP_CFG_AR_RELEASE_MAJOR_VERSION_H != FTFC_EEP_IP_VS_0_PBCFG_AR_RELEASE_MAJOR_VERSION_H) || \
- (FTFC_EEP_IP_CFG_AR_RELEASE_MINOR_VERSION_H != FTFC_EEP_IP_VS_0_PBCFG_AR_RELEASE_MINOR_VERSION_H) || \
- (FTFC_EEP_IP_CFG_AR_RELEASE_REVISION_VERSION_H != FTFC_EEP_IP_VS_0_PBCFG_AR_RELEASE_REVISION_VERSION_H) \
- )
- #error "Ftfc_Eep_Ip.h and Ftfc_Eep_Ip_VS_0_PBcfg.h are for different AUTOSAR versions!"
- #endif
- #if ((FTFC_EEP_IP_CFG_SW_MAJOR_VERSION_H != FTFC_EEP_IP_VS_0_PBCFG_SW_MAJOR_VERSION_H) || \
- (FTFC_EEP_IP_CFG_SW_MINOR_VERSION_H != FTFC_EEP_IP_VS_0_PBCFG_SW_MINOR_VERSION_H) || \
- (FTFC_EEP_IP_CFG_SW_PATCH_VERSION_H != FTFC_EEP_IP_VS_0_PBCFG_SW_PATCH_VERSION_H) \
- )
- #error "Ftfc_Eep_Ip.h and Ftfc_Eep_Ip_VS_0_PBcfg.h have different SW versions!"
- #endif
- #if (FTFC_EEP_IP_CFG_VENDOR_ID_H != FTFC_EEP_IP_TYPES_VENDOR_ID_H)
- #error "Ftfc_Eep_Ip_Cfg.h and Ftfc_Eep_Ip_Types.h have different vendor IDs!"
- #endif
- #if ((FTFC_EEP_IP_CFG_AR_RELEASE_MAJOR_VERSION_H != FTFC_EEP_IP_TYPES_AR_RELEASE_MAJOR_VERSION_H) || \
- (FTFC_EEP_IP_CFG_AR_RELEASE_MINOR_VERSION_H != FTFC_EEP_IP_TYPES_AR_RELEASE_MINOR_VERSION_H) || \
- (FTFC_EEP_IP_CFG_AR_RELEASE_REVISION_VERSION_H != FTFC_EEP_IP_TYPES_AR_RELEASE_REVISION_VERSION_H) \
- )
- #error "Ftfc_Eep_Ip_Cfg.h and Ftfc_Eep_Ip_Types.h are for different AUTOSAR versions!"
- #endif
- #if ((FTFC_EEP_IP_CFG_SW_MAJOR_VERSION_H != FTFC_EEP_IP_TYPES_SW_MAJOR_VERSION_H) || \
- (FTFC_EEP_IP_CFG_SW_MINOR_VERSION_H != FTFC_EEP_IP_TYPES_SW_MINOR_VERSION_H) || \
- (FTFC_EEP_IP_CFG_SW_PATCH_VERSION_H != FTFC_EEP_IP_TYPES_SW_PATCH_VERSION_H) \
- )
- #error "Ftfc_Eep_Ip_Cfg.h and Ftfc_Eep_Ip_Types.h have different SW versions!"
- #endif
- #define FTFC_EEP_IP_FLEXRAM_ADDRESS 0x14000000U
- #define FTFC_EEP_IP_EEP_SIZE 4096U
- #define FTFC_EEP_IP_HIGH_TEMP_CHIP STD_OFF
- #define FTFC_EEP_IP_LOAD_AC_INTO_RAM STD_OFF
- #define FTFC_EEP_IP_COMPARE_API STD_ON
- #define FTFC_EEP_IP_QUICK_WRITES_API STD_ON
- #define FTFC_EEP_IP_ALIGNED_RAM_ACCESS STD_OFF
- #define FTFC_EEP_IP_TIMEOUT_TYPE OSIF_COUNTER_SYSTEM
- #define FTFC_EEP_IP_ABORT_TIMEOUT 268435456U
- #define FTFC_EEP_IP_ASYNC_WRITE_TIMEOUT 268435456U
- #define FTFC_EEP_IP_SYNC_WRITE_TIMEOUT 268435456U
- #define FTFC_EEP_IP_DEV_ERROR_DETECT STD_ON
- #ifdef __cplusplus
- }
- #endif
- #endif
|