app_debug.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* USER CODE BEGIN Header */
  2. /**
  3. ******************************************************************************
  4. * File Name : app_debug.h
  5. * Description : Header for app_debug.c module
  6. ******************************************************************************
  7. * @attention
  8. *
  9. * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics.
  10. * All rights reserved.</center></h2>
  11. *
  12. * This software component is licensed by ST under Ultimate Liberty license
  13. * SLA0044, the "License"; You may not use this file except in compliance with
  14. * the License. You may obtain a copy of the License at:
  15. * www.st.com/SLA0044
  16. *
  17. ******************************************************************************
  18. */
  19. /* USER CODE END Header */
  20. /* Define to prevent recursive inclusion -------------------------------------*/
  21. #ifndef __APP_DEBUG_H
  22. #define __APP_DEBUG_H
  23. #ifdef __cplusplus
  24. extern "C" {
  25. #endif
  26. /* Includes ------------------------------------------------------------------*/
  27. /* Private includes ----------------------------------------------------------*/
  28. /* USER CODE BEGIN Includes */
  29. /* USER CODE END Includes */
  30. /* Exported types ------------------------------------------------------------*/
  31. /* USER CODE BEGIN ET */
  32. /* USER CODE END ET */
  33. /* Exported constants --------------------------------------------------------*/
  34. /* USER CODE BEGIN EC */
  35. /* USER CODE END EC */
  36. /* Exported variables --------------------------------------------------------*/
  37. /* USER CODE BEGIN EV */
  38. /* USER CODE END EV */
  39. /* Exported macros ------------------------------------------------------------*/
  40. /* USER CODE BEGIN EM */
  41. /* USER CODE END EM */
  42. /* Exported functions ---------------------------------------------*/
  43. void APPD_Init( void );
  44. void APPD_EnableCPU2( void );
  45. /* USER CODE BEGIN EF */
  46. /* USER CODE END EF */
  47. #ifdef __cplusplus
  48. } /* extern "C" */
  49. #endif
  50. #endif /*__APP_DEBUG_H */
  51. /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/