Subversion Repositories NaviCtrl

Rev

Rev 1 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ingob 1
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
2
* File Name          : 91x_it.h
3
* Author             : MCD Application Team
4
* Date First Issued  : 05/18/2006 : Version 1.0
5
* Description        : This file contains the headers of the interrupt
6
*                      handlers'routines
7
********************************************************************************
8
* History:
9
* 05/22/2007 : Version 1.2
10
* 05/24/2006 : Version 1.1
11
* 05/18/2006 : Version 1.0
12
********************************************************************************
13
* THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH
14
* CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS
15
* A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT
16
* OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT
17
* OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION
18
* CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
19
*******************************************************************************/
20
 
21
/* Define to prevent recursive inclusion ------------------------------------ */
22
#ifndef _91x_IT_H
23
#define _91x_IT_H
24
 
25
/* Includes ------------------------------------------------------------------*/
26
#include "91x_lib.h"
27
 
28
/* Exported types ------------------------------------------------------------*/
29
/* Exported constants --------------------------------------------------------*/
30
/* Module private variables --------------------------------------------------*/
31
/* Exported macro ------------------------------------------------------------*/
32
/* Private functions ---------------------------------------------------------*/
33
/* Exported functions ------------------------------------------------------- */
34
void Undefined_Handler  (void);
35
void SWI_Handler        (void);
36
void Prefetch_Handler   (void);
37
void Abort_Handler      (void);
38
void FIQ_Handler      (void);
39
void WDG_IRQHandler      (void);
40
void SW_IRQHandler       (void);
41
void ARMRX_IRQHandler    (void);
42
void ARMTX_IRQHandler    (void);
43
void TIM0_IRQHandler     (void);
44
void TIM1_IRQHandler     (void);
45
void TIM2_IRQHandler     (void);
46
void TIM3_IRQHandler     (void);
47
void USBHP_IRQHandler    (void);
48
void USBLP_IRQHandler    (void);
49
void SCU_IRQHandler      (void);
50
void ENET_IRQHandler    (void);
51
void DMA_IRQHandler      (void);
52
void CAN_IRQHandler      (void);
53
void MC_IRQHandler       (void);
54
void ADC_IRQHandler      (void);
55
void UART0_IRQHandler    (void);
56
void UART1_IRQHandler    (void);
57
void UART2_IRQHandler    (void);
58
void I2C0_IRQHandler     (void);
59
void I2C1_IRQHandler     (void);
60
void SSP0_IRQHandler     (void);
61
void SSP1_IRQHandler     (void);
62
void LVD_IRQHandler      (void);
63
void RTC_IRQHandler      (void);
64
void WIU_IRQHandler      (void);
65
void EXTIT0_IRQHandler   (void);
66
void EXTIT1_IRQHandler   (void);
67
void EXTIT2_IRQHandler   (void);
68
void EXTIT3_IRQHandler   (void);
69
void EXTIT4_IRQHandler   (void);
70
void USBWU_IRQHandler    (void);
71
void PFQBC_IRQHandler    (void);
72
 
73
#endif /* _91x_IT_H */
74
 
75
/******************* (C) COPYRIGHT 2006 STMicroelectronics *****END OF FILE****/