CDD_Mcl_VS_0_PBcfg.h 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /**
  2. * @file Mcl_PBcfg_VS_0.h
  3. * @version 1.0.0
  4. *
  5. * @brief AUTOSAR Mcl - Data structures for the Mcl driver.
  6. * @details Postbuild structure configurations for the driver initalization.
  7. *
  8. * @addtogroup MCL
  9. * @{
  10. */
  11. /*==================================================================================================
  12. * Project : RTD AUTOSAR 4.4
  13. * Platform : CORTEXM
  14. * Peripheral : DMA,CACHE,TRGMUX,FLEXIO
  15. * Dependencies : none
  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. /*==================================================================================================
  27. ==================================================================================================*/
  28. #ifndef MCL_PBCFG_VS_0_H_
  29. #define MCL_PBCFG_VS_0_H_
  30. #ifdef __cplusplus
  31. extern "C"
  32. {
  33. #endif
  34. /**
  35. * @page misra_violations MISRA-C:2012 violations
  36. *
  37. * @section [global]
  38. * Violates MISRA 2012 Required Rule 5.4, Macro identifiers shall be distinct.
  39. * This violation is due to the AUTOSAR requirement [SWS_BSW_00036] (perform inter module checks).
  40. *
  41. * @section [global]
  42. * Violates MISRA 2012 Required Rule 5.1, External identifiers shall be distinct.
  43. * This rule does not apply if either identifier is a macro identifier, because this case is covered
  44. * by Rule 5.4 and Rule 5.5.
  45. *
  46. * @section [global]
  47. * Violates MISRA 2012 Required Rule 5.2, Identifiers declared in the same scope and name space shall be distinct.
  48. * This rule does not apply if either identifier is a macro identifier, because this case is covered
  49. * by Rule 5.4 and Rule 5.5.
  50. *
  51. * @section [global]
  52. * Violates MISRA 2012 Required Rule 5.5, Identifiers shall be distinct from macro names.
  53. * The identifier clash is between macro identifiers. Therefore, this rule is incorrectly reported by the tool.
  54. *
  55. */
  56. /*==================================================================================================
  57. INCLUDE FILES
  58. 1) system and project includes
  59. 2) needed interfaces from external units
  60. 3) internal and external interfaces from this unit
  61. ==================================================================================================*/
  62. /*==================================================================================================
  63. SOURCE FILE VERSION INFORMATION
  64. ==================================================================================================*/
  65. #define CDD_MCL_VS_0_PBCFG_VENDOR_ID_H 43
  66. #define CDD_MCL_VS_0_PBCFG_AR_RELEASE_MAJOR_VERSION_H 4
  67. #define CDD_MCL_VS_0_PBCFG_AR_RELEASE_MINOR_VERSION_H 4
  68. #define CDD_MCL_VS_0_PBCFG_AR_RELEASE_REVISION_VERSION_H 0
  69. #define CDD_MCL_VS_0_PBCFG_SW_MAJOR_VERSION_H 1
  70. #define CDD_MCL_VS_0_PBCFG_SW_MINOR_VERSION_H 0
  71. #define CDD_MCL_VS_0_PBCFG_SW_PATCH_VERSION_H 0
  72. /*==================================================================================================
  73. FILE VERSION CHECKS
  74. ==================================================================================================*/
  75. /*==================================================================================================
  76. LOCAL TYPEDEFS (STRUCTURES, UNIONS, ENUMS)
  77. ==================================================================================================*/
  78. /*==================================================================================================
  79. LOCAL MACROS
  80. ==================================================================================================*/
  81. /*==================================================================================================
  82. LOCAL CONSTANTS
  83. ==================================================================================================*/
  84. /*==================================================================================================
  85. LOCAL VARIABLES
  86. ==================================================================================================*/
  87. /*==================================================================================================
  88. GLOBAL CONSTANTS
  89. ==================================================================================================*/
  90. /*==================================================================================================
  91. GLOBAL VARIABLES
  92. ==================================================================================================*/
  93. #define MCL_START_SEC_CONFIG_DATA_UNSPECIFIED
  94. /* @violates @ref Mcl_Dma_h_REF_1 MISRA 2012 Required Directive 4.10, Precautions shall be taken in order to prevent the contents of a header file being included more than once. */
  95. #include "Mcl_MemMap.h"
  96. extern const Mcl_ConfigType Mcl_Config;
  97. #define MCL_STOP_SEC_CONFIG_DATA_UNSPECIFIED
  98. /* @violates @ref Mcl_Dma_h_REF_1 MISRA 2012 Required Directive 4.10, Precautions shall be taken in order to prevent the contents of a header file being included more than once. */
  99. #include "Mcl_MemMap.h"
  100. /*==================================================================================================
  101. LOCAL FUNCTION PROTOTYPES
  102. ==================================================================================================*/
  103. /*==================================================================================================
  104. LOCAL FUNCTIONS
  105. ==================================================================================================*/
  106. /*==================================================================================================
  107. GLOBAL FUNCTIONS
  108. ==================================================================================================*/
  109. #ifdef __cplusplus
  110. }
  111. #endif
  112. #endif /* #ifndef MCL_PBCFG_VS_0_H_ */
  113. /** @} */