Dem_IntErrId.h 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. /*==================================================================================================
  2. * Project : RTD AUTOSAR 4.4
  3. * Platform : CORTEXM
  4. * Peripheral :
  5. * Dependencies :
  6. *
  7. * Autosar Version : 4.4.0
  8. * Autosar Revision : ASR_REL_4_4_REV_0000
  9. * Autosar Conf.Variant :
  10. * SW Version : 1.0.0
  11. * Build Version : S32K1_RTD_1_0_0_HF01_D2109_ASR_REL_4_4_REV_0000_20210907
  12. *
  13. * (c) Copyright 2020-2021 NXP Semiconductors
  14. * All Rights Reserved.
  15. *
  16. * NXP Confidential. This software is owned or controlled by NXP and may only be
  17. * used strictly in accordance with the applicable license terms. By expressly
  18. * accepting such terms or by downloading, installing, activating and/or otherwise
  19. * using the software, you are agreeing that you have read, and that you agree to
  20. * comply with and are bound by, such license terms. If you do not agree to be
  21. * bound by the applicable license terms, then you may not retain, install,
  22. * activate or otherwise use the software.
  23. ==================================================================================================*/
  24. #ifndef DEM_INTERRID_H
  25. #define DEM_INTERRID_H
  26. /**
  27. * @file Dem_IntErrId.h
  28. *
  29. * @addtogroup DEM_MODULE
  30. * @{
  31. */
  32. #ifdef __cplusplus
  33. extern "C"{
  34. #endif
  35. /*==================================================================================================
  36. * INCLUDE FILES
  37. * 1) system and project includes
  38. * 2) needed interfaces from external units
  39. * 3) internal and external interfaces from this unit
  40. ==================================================================================================*/
  41. /*==================================================================================================
  42. * SOURCE FILE VERSION INFORMATION
  43. ==================================================================================================*/
  44. #define DEM_INTERRID_VENDOR_ID 43
  45. #define DEM_INTERRID_MODULE_ID 54
  46. #define DEM_INTERRID_AR_RELEASE_MAJOR_VERSION 4
  47. #define DEM_INTERRID_AR_RELEASE_MINOR_VERSION 4
  48. #define DEM_INTERRID_AR_RELEASE_REVISION_VERSION 0
  49. #define DEM_INTERRID_SW_MAJOR_VERSION 1
  50. #define DEM_INTERRID_SW_MINOR_VERSION 0
  51. #define DEM_INTERRID_SW_PATCH_VERSION 0
  52. /*==================================================================================================
  53. * FILE VERSION CHECKS
  54. ==================================================================================================*/
  55. #include "Dem_Types.h"
  56. #include "Rte_Dem_Type.h"
  57. /*==================================================================================================
  58. CONSTANTS
  59. ==================================================================================================*/
  60. /*==================================================================================================
  61. * DEFINES AND MACROS
  62. ==================================================================================================*/
  63. /** @brief Identifier for DEM error MCEM_E_ERROR_BACK*/
  64. #define DemConf_DemEventParameter_MCEM_E_ERROR_BACK ((Dem_EventIdType) 0x1)
  65. /** @brief Identifier for DEM error MCU_E_CLOCK_FAILURE*/
  66. #define DemConf_DemEventParameter_MCU_E_CLOCK_FAILURE ((Dem_EventIdType) 0x1)
  67. /** @brief Identifier for DEM error MCU_E_DEFAULTCASE_FAILURE*/
  68. #define DemConf_DemEventParameter_MCU_E_DEFAULTCASE_FAILURE ((Dem_EventIdType) 0x2)
  69. /** @brief Identifier for DEM error FLS_E_WRITE_FAILED*/
  70. #define DemConf_DemEventParameter_FLS_E_WRITE_FAILED ((Dem_EventIdType) 0x3)
  71. /** @brief Identifier for DEM error MCU_E_FORBIDDEN_INVOCATION*/
  72. #define DemConf_DemEventParameter_MCU_E_FORBIDDEN_INVOCATION ((Dem_EventIdType) 0x3)
  73. /** @brief Identifier for DEM error FLS_E_ERASE_FAILED*/
  74. #define DemConf_DemEventParameter_FLS_E_ERASE_FAILED ((Dem_EventIdType) 0x4)
  75. /** @brief Identifier for DEM error MCU_E_FUNCRESET_FAILURE*/
  76. #define DemConf_DemEventParameter_MCU_E_FUNCRESET_FAILURE ((Dem_EventIdType) 0x4)
  77. /** @brief Identifier for DEM error FLS_E_READ_FAILED*/
  78. #define DemConf_DemEventParameter_FLS_E_READ_FAILED ((Dem_EventIdType) 0x5)
  79. /** @brief Identifier for DEM error MCU_E_INVALID_PARAMETER*/
  80. #define DemConf_DemEventParameter_MCU_E_INVALID_PARAMETER ((Dem_EventIdType) 0x5)
  81. /** @brief Identifier for DEM error MCEM_E_ERROR*/
  82. #define DemConf_DemEventParameter_MCEM_E_ERROR ((Dem_EventIdType) 0x6)
  83. /** @brief Identifier for DEM error MCU_E_MEMORY_CORRUPTION*/
  84. #define DemConf_DemEventParameter_MCU_E_MEMORY_CORRUPTION ((Dem_EventIdType) 0x6)
  85. /** @brief Identifier for DEM error FLS_E_UNEXPECTED_FLASH_ID*/
  86. #define DemConf_DemEventParameter_FLS_E_UNEXPECTED_FLASH_ID ((Dem_EventIdType) 0x7)
  87. /** @brief Identifier for DEM error MCU_E_PLLLOCK_FAILURE*/
  88. #define DemConf_DemEventParameter_MCU_E_PLLLOCK_FAILURE ((Dem_EventIdType) 0x7)
  89. /** @brief Identifier for DEM error MCU_E_QUARTZ_FAILURE*/
  90. #define DemConf_DemEventParameter_MCU_E_QUARTZ_FAILURE ((Dem_EventIdType) 0x8)
  91. /** @brief Identifier for DEM error MCU_E_SPURIOUSINT_FAILURE*/
  92. #define DemConf_DemEventParameter_MCU_E_SPURIOUSINT_FAILURE ((Dem_EventIdType) 0x9)
  93. /** @brief Identifier for DEM error MCU_E_SWITCHMODE_FAILURE*/
  94. #define DemConf_DemEventParameter_MCU_E_SWITCHMODE_FAILURE ((Dem_EventIdType) 0xa)
  95. /** @brief Identifier for DEM error MCU_E_LOCK_FAILURE*/
  96. #define DemConf_DemEventParameter_MCU_E_LOCK_FAILURE ((Dem_EventIdType) 0xb)
  97. /** @brief Identifier for DEM error MCU_E_TIMEOUT_FAILURE*/
  98. #define DemConf_DemEventParameter_MCU_E_TIMEOUT_FAILURE ((Dem_EventIdType) 0xb)
  99. /** @brief Identifier for DEM error MCU_E_DESTRESET_FAILURE*/
  100. #define DemConf_DemEventParameter_MCU_E_DESTRESET_FAILURE ((Dem_EventIdType) 0xc)
  101. /** @brief Identifier for DEM error MCU_E_SAFEMODE_FAILURE*/
  102. #define DemConf_DemEventParameter_MCU_E_SAFEMODE_FAILURE ((Dem_EventIdType) 0xd)
  103. /** @brief Identifier for DEM error MCU_E_TIMEOUT_TRANSITION*/
  104. #define DemConf_DemEventParameter_MCU_E_TIMEOUT_TRANSITION ((Dem_EventIdType) 0xd)
  105. /** @brief Identifier for DEM error MCU_E_MODE_TRANSTION_COMPLETE*/
  106. #define DemConf_DemEventParameter_MCU_E_MODE_TRANSTION_COMPLETE ((Dem_EventIdType) 0xe)
  107. /** @brief Identifier for DEM error MCU_E_INVALIDMODE*/
  108. #define DemConf_DemEventParameter_MCU_E_INVALIDMODE ((Dem_EventIdType) 0xf)
  109. /** @brief Identifier for DEM error MCU_E_INVALIDMODE_CONFIG*/
  110. #define DemConf_DemEventParameter_MCU_E_INVALIDMODE_CONFIG ((Dem_EventIdType) 0x10)
  111. /** @brief Identifier for DEM error WDG_E_MODE_FAILED*/
  112. #define DemConf_DemEventParameter_WDG_E_MODE_FAILED ((Dem_EventIdType) 0x10)
  113. /** @brief Identifier for DEM error MCU_E_VOLTAGE_ERROR*/
  114. #define DemConf_DemEventParameter_MCU_E_VOLTAGE_ERROR ((Dem_EventIdType) 0x11)
  115. /** @brief Identifier for DEM error WDG_E_DISABLE_REJECTED*/
  116. #define DemConf_DemEventParameter_WDG_E_DISABLE_REJECTED ((Dem_EventIdType) 0x11)
  117. /** @brief Identifier for DEM error MCU_E_TEMPERATURE_ERROR*/
  118. #define DemConf_DemEventParameter_MCU_E_TEMPERATURE_ERROR ((Dem_EventIdType) 0x12)
  119. /** @brief Identifier for DEM error WDG_E_MISS_TRIGGER*/
  120. #define DemConf_DemEventParameter_WDG_E_MISS_TRIGGER ((Dem_EventIdType) 0x12)
  121. /** @brief Identifier for DEM error MCU_E_CER_FAILURE*/
  122. #define DemConf_DemEventParameter_MCU_E_CER_FAILURE ((Dem_EventIdType) 0x13)
  123. /** @brief Identifier for DEM error WDG_E_CORRUPT_CONFIG*/
  124. #define DemConf_DemEventParameter_WDG_E_CORRUPT_CONFIG ((Dem_EventIdType) 0x13)
  125. /** @brief Identifier for DEM error WDG_E_MEMORY_CORRUPTION*/
  126. #define DemConf_DemEventParameter_WDG_E_MEMORY_CORRUPTION ((Dem_EventIdType) 0x13)
  127. /** @brief Identifier for DEM error MCL_DMA_E_BUS*/
  128. #define DemConf_DemEventParameter_MCL_DMA_E_BUS ((Dem_EventIdType) 0x14)
  129. /** @brief Identifier for DEM error MCL_DMA_E_DESCRIPTOR*/
  130. #define DemConf_DemEventParameter_MCL_DMA_E_DESCRIPTOR ((Dem_EventIdType) 0x14)
  131. /** @brief Identifier for DEM error MCL_DMA_E_ECC*/
  132. #define DemConf_DemEventParameter_MCL_DMA_E_ECC ((Dem_EventIdType) 0x14)
  133. /** @brief Identifier for DEM error MCL_DMA_E_PRIORITY*/
  134. #define DemConf_DemEventParameter_MCL_DMA_E_PRIORITY ((Dem_EventIdType) 0x14)
  135. /** @brief Identifier for DEM error MCU_E_SSCM_CER_FAILURE*/
  136. #define DemConf_DemEventParameter_MCU_E_SSCM_CER_FAILURE ((Dem_EventIdType) 0x14)
  137. /** @brief Identifier for DEM error WDG_E_UNLOCKED*/
  138. #define DemConf_DemEventParameter_WDG_E_UNLOCKED ((Dem_EventIdType) 0x14)
  139. /** @brief Identifier for DEM error WDG_E_INVALID_PARAMETER*/
  140. #define DemConf_DemEventParameter_WDG_E_INVALID_PARAMETER ((Dem_EventIdType) 0x15)
  141. /** @brief Identifier for DEM error WDG_E_FORBIDDEN_INVOCATION*/
  142. #define DemConf_DemEventParameter_WDG_E_FORBIDDEN_INVOCATION ((Dem_EventIdType) 0x16)
  143. /** @brief Identifier for DEM error WDG_E_FORBIDEN_INVOCATION*/
  144. #define DemConf_DemEventParameter_WDG_E_FORBIDEN_INVOCATION ((Dem_EventIdType) 0x16)
  145. /** @brief Identifier for DEM error WDG_E_INVALID_CALL*/
  146. #define DemConf_DemEventParameter_WDG_E_INVALID_CALL ((Dem_EventIdType) 0x17)
  147. /** @brief Identifier for DEM error GPT_E_FORBIDDEN_INVOCATION*/
  148. #define DemConf_DemEventParameter_GPT_E_FORBIDDEN_INVOCATION ((Dem_EventIdType) 0x18)
  149. /** @brief Identifier for DEM error GPT_E_PERIODIC_CHECK*/
  150. #define DemConf_DemEventParameter_GPT_E_PERIODIC_CHECK ((Dem_EventIdType) 0x19)
  151. /*==================================================================================================
  152. * ENUMS
  153. ==================================================================================================*/
  154. /*==================================================================================================
  155. * STRUCTURES AND OTHER TYPEDEFS
  156. ==================================================================================================*/
  157. /*==================================================================================================
  158. * GLOBAL VARIABLE DECLARATIONS
  159. ==================================================================================================*/
  160. /*==================================================================================================
  161. * FUNCTION PROTOTYPES
  162. ==================================================================================================*/
  163. #ifdef __cplusplus
  164. }
  165. #endif
  166. /** @} */
  167. #endif /* DEM_INTERRID_H */