]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_M7_M4_AMP_STM32H745I_Discovery_IAR/CM4/include/stm32h7xx_it.h
Add M7/M4 AMP demo.
[freertos] / FreeRTOS / Demo / CORTEX_M7_M4_AMP_STM32H745I_Discovery_IAR / CM4 / include / stm32h7xx_it.h
1 /**\r
2   ******************************************************************************\r
3   * @file    FreeRTOS/FreeRTOS_AMP_Dual_RTOS/CM4/Inc/stm32h7xx_it.h\r
4   * @author  MCD Application Team\r
5   * @brief   This file contains the headers of the interrupt handlers for Cortex-M4.\r
6   ******************************************************************************\r
7   * @attention\r
8   *\r
9   * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.\r
10   * All rights reserved.</center></h2>\r
11   *\r
12   * This software component is licensed by ST under BSD 3-Clause license,\r
13   * the "License"; You may not use this file except in compliance with the\r
14   * License. You may obtain a copy of the License at:\r
15   *                        opensource.org/licenses/BSD-3-Clause\r
16   *\r
17   ******************************************************************************\r
18   */\r
19 \r
20 /* Define to prevent recursive inclusion -------------------------------------*/\r
21 #ifndef __STM32H7xx_IT_H\r
22 #define __STM32H7xx_IT_H\r
23 \r
24 #ifdef __cplusplus\r
25  extern "C" {\r
26 #endif \r
27 \r
28 /* Includes ------------------------------------------------------------------*/\r
29 /* Exported types ------------------------------------------------------------*/\r
30 /* Exported constants --------------------------------------------------------*/\r
31 /* Exported macro ------------------------------------------------------------*/\r
32 /* Exported functions ------------------------------------------------------- */\r
33 \r
34 void NMI_Handler(void);\r
35 void HardFault_Handler(void);\r
36 void MemManage_Handler(void);\r
37 void BusFault_Handler(void);\r
38 void UsageFault_Handler(void);\r
39 void SVC_Handler(void);\r
40 void DebugMon_Handler(void);\r
41 void PendSV_Handler(void);\r
42 void SysTick_Handler(void);\r
43 void EXTI0_IRQHandler(void);\r
44 \r
45 #ifdef __cplusplus\r
46 }\r
47 #endif\r
48 \r
49 #endif /* __STM32H7xx_IT_H */\r
50 \r
51 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/\r