1 /* 2 * Copyright 2022 NXP 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef CANEXCEL_IP_CFGDEFINES_H 8 #define CANEXCEL_IP_CFGDEFINES_H 9 10 /** 11 * @file CanEXCEL_Ip_CfgDefines.h 12 * 13 * @addtogroup CanEXCEL 14 * @{ 15 */ 16 17 #ifdef __cplusplus 18 extern "C"{ 19 #endif 20 21 /*================================================================================================== 22 * INCLUDE FILES 23 * 1) system and project includes 24 * 2) needed interfaces from external units 25 * 3) internal and external interfaces from this unit 26 27 ==================================================================================================*/ 28 #include "S32Z2.h" 29 30 /*================================================================================================== 31 * SOURCE FILE VERSION INFORMATION 32 ==================================================================================================*/ 33 /* 34 * @file CanEXCEL_Ip_CfgDefines.h 35 */ 36 #define CANEXCEL_IP_CFGDEFINES_VENDOR_ID_H 43 37 #define CANEXCEL_IP_CFGDEFINES_AR_RELEASE_MAJOR_VERSION_H 4 38 #define CANEXCEL_IP_CFGDEFINES_AR_RELEASE_MINOR_VERSION_H 7 39 #define CANEXCEL_IP_CFGDEFINES_AR_RELEASE_REVISION_VERSION_H 0 40 #define CANEXCEL_IP_CFGDEFINES_SW_MAJOR_VERSION_H 0 41 #define CANEXCEL_IP_CFGDEFINES_SW_MINOR_VERSION_H 9 42 #define CANEXCEL_IP_CFGDEFINES_SW_PATCH_VERSION_H 0 43 /*================================================================================================== 44 * FILE VERSION CHECKS 45 ==================================================================================================*/ 46 47 /*================================================================================================== 48 * CONSTANTS 49 ==================================================================================================*/ 50 51 /*================================================================================================== 52 * DEFINES AND MACROS 53 ==================================================================================================*/ 54 55 56 #ifdef __cplusplus 57 } 58 #endif /* __cplusplus */ 59 60 /** @} */ 61 62 #endif /* CANEXCEL_IP_CFGDEFINES_H */ 63 64