Port_Ci_Port_Ip_Cfg.h 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #ifndef _PORT_CI_PORT_IP_CFG_H_
  2. #define _PORT_CI_PORT_IP_CFG_H_
  3. #include "S32K144_PORT.h"
  4. #include "S32K144_GPIO.h"
  5. #include "Port_Ci_Port_Ip_Types.h"
  6. /***********************************************************************************************************************
  7. * Definitions
  8. **********************************************************************************************************************/
  9. /*==================================================================================================
  10. * SOURCE FILE VERSION INFORMATION
  11. ==================================================================================================*/
  12. #define PORT_CI_PORT_IP_VENDOR_ID_CFG_H 43
  13. #define PORT_CI_PORT_IP_AR_RELEASE_MAJOR_VERSION_CFG_H 4
  14. #define PORT_CI_PORT_IP_AR_RELEASE_MINOR_VERSION_CFG_H 4
  15. #define PORT_CI_PORT_IP_AR_RELEASE_REVISION_VERSION_CFG_H 0
  16. #define PORT_CI_PORT_IP_SW_MAJOR_VERSION_CFG_H 1
  17. #define PORT_CI_PORT_IP_SW_MINOR_VERSION_CFG_H 0
  18. #define PORT_CI_PORT_IP_SW_PATCH_VERSION_CFG_H 0
  19. /*!
  20. * @addtogroup Port_Ci_Port_Ip_Cfg
  21. * @{
  22. */
  23. /***********************************************************************************************************************
  24. * API
  25. **********************************************************************************************************************/
  26. #if defined(__cplusplus)
  27. extern "C" {
  28. #endif
  29. /*! @brief Definitions/Declarations for BOARD_InitPins Functional Group */
  30. /*! @brief No pin was configured for this group or no need any configuration */
  31. #if defined(__cplusplus)
  32. }
  33. #endif
  34. /*!
  35. * @}
  36. */
  37. #endif /* _PORT_CI_PORT_IP_CFG_H_ */
  38. /***********************************************************************************************************************
  39. * EOF
  40. **********************************************************************************************************************/