Spi_VS_0_PBcfg.h 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /**
  2. * @file Spi_VS_0_PBcfg.h
  3. * @version 1.0.0
  4. *
  5. * @brief AUTOSAR Spi - Spi configuration header file.
  6. * @details This file is the header containing all the extern declaration for SPI
  7. * module configuration(s).
  8. * @addtogroup SPI_DRIVER_CONFIGURATION Spi Driver Configuration
  9. * @{
  10. */
  11. /*==================================================================================================
  12. * Project : RTD AUTOSAR 4.4
  13. * Platform : CORTEXM
  14. * Peripheral : LPSPI
  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. #ifndef SPI_VS_0_PBCFG_H
  35. #define SPI_VS_0_PBCFG_H
  36. #ifdef __cplusplus
  37. extern "C"{
  38. #endif
  39. /*==================================================================================================
  40. * INCLUDE FILES
  41. * 1) system and project includes
  42. * 2) needed interfaces from external units
  43. * 3) internal and external interfaces from this unit
  44. * 4) user callback header files
  45. ==================================================================================================*/
  46. /*==================================================================================================
  47. * SOURCE FILE VERSION INFORMATION
  48. ==================================================================================================*/
  49. #define SPI_VENDOR_ID_VS_0_PBCFG_H 43
  50. #define SPI_AR_RELEASE_MAJOR_VERSION_VS_0_PBCFG_H 4
  51. #define SPI_AR_RELEASE_MINOR_VERSION_VS_0_PBCFG_H 4
  52. #define SPI_AR_RELEASE_REVISION_VERSION_VS_0_PBCFG_H 0
  53. #define SPI_SW_MAJOR_VERSION_VS_0_PBCFG_H 1
  54. #define SPI_SW_MINOR_VERSION_VS_0_PBCFG_H 0
  55. #define SPI_SW_PATCH_VERSION_VS_0_PBCFG_H 0
  56. /*==================================================================================================
  57. * FILE VERSION CHECKS
  58. ==================================================================================================*/
  59. /*==================================================================================================
  60. * CONSTANTS
  61. ==================================================================================================*/
  62. /*==================================================================================================
  63. * ENUMS
  64. ==================================================================================================*/
  65. /*==================================================================================================
  66. * STRUCTURES AND OTHER TYPEDEFS
  67. ==================================================================================================*/
  68. /*==================================================================================================
  69. * GLOBAL VARIABLE DECLARATIONS
  70. ==================================================================================================*/
  71. /*==================================================================================================
  72. * FUNCTION PROTOTYPES
  73. ==================================================================================================*/
  74. #ifdef __cplusplus
  75. }
  76. #endif
  77. #endif
  78. /** @} */