py32f002b_it.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /**
  2. ******************************************************************************
  3. * @file py32f002b_it.h
  4. * @author MCU Application Team
  5. * @brief This file contains the headers of the interrupt handlers.
  6. ******************************************************************************
  7. * @attention
  8. *
  9. * <h2><center>&copy; Copyright (c) 2023 Puya Semiconductor Co.
  10. * All rights reserved.</center></h2>
  11. *
  12. * This software component is licensed by Puya under BSD 3-Clause license,
  13. * the "License"; You may not use this file except in compliance with the
  14. * License. You may obtain a copy of the License at:
  15. * opensource.org/licenses/BSD-3-Clause
  16. *
  17. ******************************************************************************
  18. * @attention
  19. *
  20. * <h2><center>&copy; Copyright (c) 2016 STMicroelectronics.
  21. * All rights reserved.</center></h2>
  22. *
  23. * This software component is licensed by ST under BSD 3-Clause license,
  24. * the "License"; You may not use this file except in compliance with the
  25. * License. You may obtain a copy of the License at:
  26. * opensource.org/licenses/BSD-3-Clause
  27. *
  28. ******************************************************************************
  29. */
  30. /* Define to prevent recursive inclusion -------------------------------------*/
  31. #ifndef __PY32F002B_IT_H
  32. #define __PY32F002B_IT_H
  33. #ifdef __cplusplus
  34. extern "C" {
  35. #endif
  36. /* Private includes ----------------------------------------------------------*/
  37. /* Exported types ------------------------------------------------------------*/
  38. /* Exported constants --------------------------------------------------------*/
  39. /* Exported macro ------------------------------------------------------------*/
  40. /* Exported functions prototypes ---------------------------------------------*/
  41. void NMI_Handler(void);
  42. void HardFault_Handler(void);
  43. void SVC_Handler(void);
  44. void PendSV_Handler(void);
  45. void SysTick_Handler(void);
  46. #ifdef __cplusplus
  47. }
  48. #endif
  49. #endif /* __PY32F002B_IT_H */
  50. /************************ (C) COPYRIGHT Puya *****END OF FILE******************/