00001 00023 /* Define to prevent recursive inclusion -------------------------------------*/ 00024 #ifndef __STM32F10x_IT_H 00025 #define __STM32F10x_IT_H 00026 00027 /* Includes ------------------------------------------------------------------*/ 00028 #include "stm32f10x.h" 00029 00030 /* Exported types ------------------------------------------------------------*/ 00031 /* Exported constants --------------------------------------------------------*/ 00032 /* Exported macro ------------------------------------------------------------*/ 00033 /* Exported functions ------------------------------------------------------- */ 00034 00035 void NMI_Handler(void); 00036 void HardFault_Handler(void); 00037 void MemManage_Handler(void); 00038 void BusFault_Handler(void); 00039 void UsageFault_Handler(void); 00040 void SVC_Handler(void); 00041 void DebugMon_Handler(void); 00042 void PendSV_Handler(void); 00043 void SysTick_Handler(void); 00044 void RTC_IRQHandler(void); 00045 #endif /* __STM32F10x_IT_H */ 00046 00047 /******************* (C) COPYRIGHT 2009 STMicroelectronics *****END OF FILE****/