NimaLTD.I-CUBE-SPIF_conf.h 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /**
  2. ******************************************************************************
  3. * File Name : NimaLTD.I-CUBE-SPIF_conf.h
  4. * Description : This file provides code for the configuration
  5. * of the NimaLTD.I-CUBE-SPIF_conf.h instances.
  6. ******************************************************************************
  7. * @attention
  8. *
  9. * Copyright (c) 2026 STMicroelectronics.
  10. * All rights reserved.
  11. *
  12. * This software is licensed under terms that can be found in the LICENSE file
  13. * in the root directory of this software component.
  14. * If no LICENSE file comes with this software, it is provided AS-IS.
  15. *
  16. ******************************************************************************
  17. */
  18. /* Define to prevent recursive inclusion -------------------------------------*/
  19. #ifndef _NIMALTD_I_CUBE_SPIF_CONF_H_
  20. #define _NIMALTD_I_CUBE_SPIF_CONF_H_
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24. #define SPIF_DEBUG_DISABLE 0
  25. #define SPIF_DEBUG_MIN 1
  26. #define SPIF_DEBUG_FULL 2
  27. #define SPIF_PLATFORM_HAL 0
  28. #define SPIF_PLATFORM_HAL_DMA 1
  29. #define SPIF_RTOS_DISABLE 0
  30. #define SPIF_RTOS_CMSIS_V1 1
  31. #define SPIF_RTOS_CMSIS_V2 2
  32. #define SPIF_RTOS_THREADX 3
  33. /**
  34. MiddleWare name : NimaLTD.I-CUBE-SPIF.2.3.2
  35. MiddleWare fileName : NimaLTD.I-CUBE-SPIF_conf.h
  36. */
  37. /*---------- SPIF_DEBUG -----------*/
  38. #define SPIF_DEBUG SPIF_DEBUG_FULL
  39. /*---------- SPIF_PLATFORM -----------*/
  40. #define SPIF_PLATFORM SPIF_PLATFORM_HAL
  41. /*---------- SPIF_RTOS -----------*/
  42. #define SPIF_RTOS SPIF_RTOS_DISABLE
  43. #ifdef __cplusplus
  44. }
  45. #endif
  46. #endif /* _NIMALTD_I_CUBE_SPIF_CONF_H_ */
  47. /**
  48. * @}
  49. */
  50. /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/