Can_Ipw_VS_0_PBcfg.h 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /**
  2. * @file Can_VS_0_PBcfg.h
  3. * @version 1.0.0
  4. *
  5. * @brief AUTOSAR Can - module interface
  6. * @details Configuration settings generated by user settings.
  7. *
  8. * @addtogroup CAN_DRIVER
  9. * @{
  10. */
  11. /*==================================================================================================
  12. * Project : RTD AUTOSAR 4.4
  13. * Platform : CORTEXM
  14. * Peripheral : FLEXCAN
  15. * Dependencies :
  16. *
  17. * Autosar Version : 4.4.0
  18. * Autosar Revision : ASR_REL_4_4_REV_0000
  19. * Autosar Conf.Variant :
  20. * SW Version : 1.0.0
  21. * Build Version : S32K1_RTD_1_0_0_HF01_D2109_ASR_REL_4_4_REV_0000_20210907
  22. *
  23. * (c) Copyright 2020-2021 NXP Semiconductors
  24. * All Rights Reserved.
  25. *
  26. * NXP Confidential. This software is owned or controlled by NXP and may only be
  27. * used strictly in accordance with the applicable license terms. By expressly
  28. * accepting such terms or by downloading, installing, activating and/or otherwise
  29. * using the software, you are agreeing that you have read, and that you agree to
  30. * comply with and are bound by, such license terms. If you do not agree to be
  31. * bound by the applicable license terms, then you may not retain, install,
  32. * activate or otherwise use the software.
  33. ==================================================================================================*/
  34. /*==================================================================================================
  35. ==================================================================================================*/
  36. /*
  37. @brief The consistency of the configuration must be checked by the configuration tool(s).
  38. @brief (SWS_Can_00022) The code configuration of the Can module is CAN controller specific.
  39. If the CAN controller is sited on-chip, the code generation tool for the Can module is Controller specific.
  40. If the CAN controller is an external device the generation tool must not be Controller specific.
  41. @brief (SWS_Can_00024) The valid values that can be configured are hardware dependent.
  42. Therefore the rules and constraints can't be given in the standard.
  43. The configuration tool is responsible to do a static configuration checking, also regarding dependencies between modules (i.e. Port driver, MCU driver etc.)
  44. */
  45. #ifndef CAN_IPW_VS_0_PBCFG_H
  46. #define CAN_IPW_VS_0_PBCFG_H
  47. #ifdef __cplusplus
  48. extern "C"{
  49. #endif
  50. /*==================================================================================================
  51. * INCLUDE FILES
  52. * 1) system and project includes
  53. * 2) needed interfaces from external units
  54. * 3) internal and external interfaces from this unit
  55. ==================================================================================================*/
  56. /*==================================================================================================
  57. * SOURCE FILE VERSION INFORMATION
  58. ==================================================================================================*/
  59. /*
  60. * @file Can_Ipw_VS_0_PBcfg.h
  61. */
  62. #define CAN_VENDOR_ID_VS_0_IPW_PBCFG_H 43
  63. #define CAN_AR_RELEASE_MAJOR_VERSION_VS_0_IPW_PBCFG_H 4
  64. #define CAN_AR_RELEASE_MINOR_VERSION_VS_0_IPW_PBCFG_H 4
  65. #define CAN_AR_RELEASE_REVISION_VERSION_VS_0_IPW_PBCFG_H 0
  66. #define CAN_SW_MAJOR_VERSION_VS_0_IPW_PBCFG_H 1
  67. #define CAN_SW_MINOR_VERSION_VS_0_IPW_PBCFG_H 0
  68. #define CAN_SW_PATCH_VERSION_VS_0_IPW_PBCFG_H 0
  69. /*==================================================================================================
  70. * FILE VERSION CHECKS
  71. ==================================================================================================*/
  72. /*==================================================================================================
  73. * DEFINES AND MACROS
  74. ==================================================================================================*/
  75. #define CAN_IPW_CONFIG_VS_0_PB \
  76. extern const Can_Ipw_HwChannelConfigType CanIpwHwChannelConfig_VS_00;
  77. #define CAN_IPW_ICOM_RXMESSAGE_CONFIG_VS_0_PB \
  78. extern const Can_Ipw_IcomRxMessageConfigsType CanIpwIcomRxMessageConfig_VS_0_0;
  79. /*==================================================================================================
  80. * ENUMS
  81. ==================================================================================================*/
  82. /*==================================================================================================
  83. * STRUCTURES AND OTHER TYPEDEFS
  84. ==================================================================================================*/
  85. /*==================================================================================================
  86. * GLOBAL VARIABLE DECLARATIONS
  87. ==================================================================================================*/
  88. /*==================================================================================================
  89. GLOBAL CONSTANTS
  90. ==================================================================================================*/
  91. /*==================================================================================================
  92. * FUNCTION PROTOTYPES
  93. ==================================================================================================*/
  94. #ifdef __cplusplus
  95. }
  96. #endif
  97. #endif /* _CAN_IPW_VS_0_PBCFG_H_ */
  98. /** @} */