System_Ip_DeviceRegisters.h 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. /*==================================================================================================
  2. * Project : RTD AUTOSAR 4.4
  3. * Platform : CORTEXM
  4. * Peripheral :
  5. * Dependencies : none
  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 SYSTEM_IP_DEVICE_REGISTERS_H_
  25. #define SYSTEM_IP_DEVICE_REGISTERS_H_
  26. /**
  27. * @file
  28. *
  29. * @addtogroup System_Ip
  30. * @{
  31. */
  32. /*==================================================================================================
  33. * INCLUDE FILES
  34. ==================================================================================================*/
  35. #include "StandardTypes.h"
  36. /*==================================================================================================
  37. * SOURCE FILE VERSION INFORMATION
  38. ==================================================================================================*/
  39. #define PLATFORM_SYSTEM_IP_DEVICEREGISTERS_VENDOR_ID 43
  40. #define PLATFORM_SYSTEM_IP_DEVICEREGISTERS_AR_RELEASE_MAJOR_VERSION 4
  41. #define PLATFORM_SYSTEM_IP_DEVICEREGISTERS_AR_RELEASE_MINOR_VERSION 4
  42. #define PLATFORM_SYSTEM_IP_DEVICEREGISTERS_AR_RELEASE_REVISION_VERSION 0
  43. #define PLATFORM_SYSTEM_IP_DEVICEREGISTERS_SW_MAJOR_VERSION 1
  44. #define PLATFORM_SYSTEM_IP_DEVICEREGISTERS_SW_MINOR_VERSION 0
  45. #define PLATFORM_SYSTEM_IP_DEVICEREGISTERS_SW_PATCH_VERSION 0
  46. #if defined(S32K116)
  47. #include "S32K116.h"
  48. #elif defined(S32K118)
  49. #include "S32K118.h"
  50. #elif defined(S32K142)
  51. #include "S32K142.h"
  52. #define FPU_INPUT_DENORMAL_IRQ_SUPPORTED
  53. #define FPU_INEXACT_IRQ_SUPPORTED
  54. #define FPU_UNDERFLOW_IRQ_SUPPORTED
  55. #define FPU_OVERFLOW_IRQ_SUPPORTED
  56. #define FPU_DIVIDE_BY_ZERO_IRQ_SUPPORTED
  57. #define FPU_INVALID_OPERATION_IRQ_SUPPORTED
  58. #define MCM_CPCR_CM7_AHBSPRI_MASK MCM_CPCR_CBRR_MASK
  59. #elif defined(S32K142W)
  60. #include "S32K142W.h"
  61. #define FPU_INPUT_DENORMAL_IRQ_SUPPORTED
  62. #define FPU_INEXACT_IRQ_SUPPORTED
  63. #define FPU_UNDERFLOW_IRQ_SUPPORTED
  64. #define FPU_OVERFLOW_IRQ_SUPPORTED
  65. #define FPU_DIVIDE_BY_ZERO_IRQ_SUPPORTED
  66. #define FPU_INVALID_OPERATION_IRQ_SUPPORTED
  67. #define MCM_CPCR_CM7_AHBSPRI_MASK MCM_CPCR_CBRR_MASK
  68. #elif defined(S32K144)
  69. #include "S32K144.h"
  70. #define FPU_INPUT_DENORMAL_IRQ_SUPPORTED
  71. #define FPU_INEXACT_IRQ_SUPPORTED
  72. #define FPU_UNDERFLOW_IRQ_SUPPORTED
  73. #define FPU_OVERFLOW_IRQ_SUPPORTED
  74. #define FPU_DIVIDE_BY_ZERO_IRQ_SUPPORTED
  75. #define FPU_INVALID_OPERATION_IRQ_SUPPORTED
  76. #define MCM_CPCR_CM7_AHBSPRI_MASK MCM_CPCR_CBRR_MASK
  77. #elif defined(S32K144W)
  78. #include "S32K144W.h"
  79. #define FPU_INPUT_DENORMAL_IRQ_SUPPORTED
  80. #define FPU_INEXACT_IRQ_SUPPORTED
  81. #define FPU_UNDERFLOW_IRQ_SUPPORTED
  82. #define FPU_OVERFLOW_IRQ_SUPPORTED
  83. #define FPU_DIVIDE_BY_ZERO_IRQ_SUPPORTED
  84. #define FPU_INVALID_OPERATION_IRQ_SUPPORTED
  85. #define MCM_CPCR_CM7_AHBSPRI_MASK MCM_CPCR_CBRR_MASK
  86. #elif defined(S32K146)
  87. #include "S32K146.h"
  88. #define FPU_INPUT_DENORMAL_IRQ_SUPPORTED
  89. #define FPU_INEXACT_IRQ_SUPPORTED
  90. #define FPU_UNDERFLOW_IRQ_SUPPORTED
  91. #define FPU_OVERFLOW_IRQ_SUPPORTED
  92. #define FPU_DIVIDE_BY_ZERO_IRQ_SUPPORTED
  93. #define FPU_INVALID_OPERATION_IRQ_SUPPORTED
  94. #define MCM_CPCR_CM7_AHBSPRI_MASK MCM_CPCR_CBRR_MASK
  95. #elif defined(S32K148)
  96. #include "S32K148.h"
  97. #define FPU_INPUT_DENORMAL_IRQ_SUPPORTED
  98. #define FPU_INEXACT_IRQ_SUPPORTED
  99. #define FPU_UNDERFLOW_IRQ_SUPPORTED
  100. #define FPU_OVERFLOW_IRQ_SUPPORTED
  101. #define FPU_DIVIDE_BY_ZERO_IRQ_SUPPORTED
  102. #define FPU_INVALID_OPERATION_IRQ_SUPPORTED
  103. #define MCM_CPCR_CM7_AHBSPRI_MASK MCM_CPCR_CBRR_MASK
  104. #else
  105. #error "Unknown platform!"
  106. #endif
  107. #endif /* SYSTEM_IP_DEVICE_REGISTERS_H_ */
  108. /** @} */