Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
stm32f10x_it.h
00001 /******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** 00002 * File Name : stm32f10x_it.h 00003 * Author : MCD Application Team 00004 * Version : V3.3.0 00005 * Date : 21-March-2011 00006 * Description : This file contains the headers of the interrupt handlers. 00007 ******************************************************************************** 00008 * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS 00009 * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. 00010 * AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, 00011 * INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE 00012 * CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING 00013 * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. 00014 *******************************************************************************/ 00015 00016 /* Define to prevent recursive inclusion -------------------------------------*/ 00017 #ifndef __STM32F10x_IT_H 00018 #define __STM32F10x_IT_H 00019 00020 /* Includes ------------------------------------------------------------------*/ 00021 #include "stm32f10x.h" 00022 00023 /* Exported types ------------------------------------------------------------*/ 00024 /* Exported constants --------------------------------------------------------*/ 00025 /* Exported macro ------------------------------------------------------------*/ 00026 /* Exported functions ------------------------------------------------------- */ 00027 00028 void NMI_Handler(void); 00029 void HardFault_Handler(void); 00030 void MemManage_Handler(void); 00031 void BusFault_Handler(void); 00032 void UsageFault_Handler(void); 00033 void SVC_Handler(void); 00034 void DebugMon_Handler(void); 00035 void PendSV_Handler(void); 00036 void SysTick_Handler(void); 00037 00038 #ifndef STM32F10X_CL 00039 void USB_LP_CAN1_RX0_IRQHandler(void); 00040 #endif /* STM32F10X_CL */ 00041 00042 #if defined (USE_STM3210B_EVAL) || defined (USE_STM3210E_EVAL) 00043 void USART1_IRQHandler(void); 00044 #endif /* USE_STM3210B_EVAL or USE_STM3210E_EVAL */ 00045 00046 #ifdef USE_STM3210C_EVAL 00047 void USART2_IRQHandler(void); 00048 #endif /* USE_STM3210C_EVAL */ 00049 00050 #ifdef STM32F10X_CL 00051 void OTG_FS_IRQHandler(void); 00052 #endif /* STM32F10X_CL */ 00053 00054 #endif /* __STM32F10x_IT_H */ 00055 00056 /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/
Generated on Tue Jul 12 2022 20:45:31 by
 1.7.2
 1.7.2