OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [CORTEX_STM32F103_Primer_GCC/] [ST_Code/] [stm32f10x_it.h] - Blame information for rev 582

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 582 jeremybenn
/********************* (C) COPYRIGHT 2007 RAISONANCE S.A.S. ********************
2
* File Name          : stm32f10x_it.c
3
* Author             : IB/FL
4
* Date First Issued  : 07/2007
5
* Description        : Interrupt handler for the CircleOS project.
6
* Revision           :
7
*******************************************************************************/
8
 
9
/* Define to prevent recursive inclusion -------------------------------------*/
10
#ifndef __STM32F10x_IT_H
11
#define __STM32F10x_IT_H
12
 
13
/* Includes ------------------------------------------------------------------*/
14
#include "stm32f10x_lib.h"
15
 
16
/* Exported functions ------------------------------------------------------- */
17
void NMIException( void );
18
void HardFaultException( void );
19
void MemManageException( void );
20
void BusFaultException( void );
21
void UsageFaultException( void );
22
void DebugMonitor( void );
23
void SVCHandler( void );
24
void PendSVC( void );
25
void SysTickHandler( void );
26
void WWDG_IRQHandler( void );
27
void PVD_IRQHandler( void );
28
void TAMPER_IRQHandler( void );
29
void RTC_IRQHandler( void );
30
void FLASH_IRQHandler( void );
31
void RCC_IRQHandler( void );
32
void EXTI0_IRQHandler( void );
33
void EXTI1_IRQHandler( void );
34
void EXTI2_IRQHandler( void );
35
void EXTI3_IRQHandler( void );
36
void EXTI4_IRQHandler( void );
37
void DMAChannel1_IRQHandler( void );
38
void DMAChannel2_IRQHandler( void );
39
void DMAChannel3_IRQHandler( void );
40
void DMAChannel4_IRQHandler( void );
41
void DMAChannel5_IRQHandler( void );
42
void DMAChannel6_IRQHandler( void );
43
void DMAChannel7_IRQHandler( void );
44
void ADC_IRQHandler( void );
45
void USB_HP_CAN_TX_IRQHandler( void );
46
void USB_LP_CAN_RX0_IRQHandler( void );
47
void CAN_RX1_IRQHandler( void );
48
void CAN_SCE_IRQHandler( void );
49
void EXTI9_5_IRQHandler( void );
50
void TIM1_BRK_IRQHandler( void );
51
void TIM1_UP_IRQHandler( void );
52
void TIM1_TRG_COM_IRQHandler( void );
53
void TIM1_CC_IRQHandler( void );
54
void TIM2_IRQHandler( void );
55
void TIM3_IRQHandler( void );
56
void TIM4_IRQHandler( void );
57
void I2C1_EV_IRQHandler( void );
58
void I2C1_ER_IRQHandler( void );
59
void I2C2_EV_IRQHandler( void );
60
void I2C2_ER_IRQHandler( void );
61
void SPI1_IRQHandler( void );
62
void SPI2_IRQHandler( void );
63
void USART1_IRQHandler( void );
64
void USART2_IRQHandler( void );
65
void USART3_IRQHandler( void );
66
void EXTI15_10_IRQHandler( void );
67
void RTCAlarm_IRQHandler( void );
68
void USBWakeUp_IRQHandler( void );
69
 
70
#endif /* __STM32F10x_IT_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.