]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/BSP/microblaze_0/libsrc/intc_v3_5/src/xintc_g.c
Recreated MicroBlaze example using Vivado 2016.1 - the Microblaze project is still...
[freertos] / FreeRTOS / Demo / MicroBlaze_Kintex7_EthernetLite / BSP / microblaze_0 / libsrc / intc_v3_5 / src / xintc_g.c
1 \r
2 /*******************************************************************\r
3 *\r
4 * CAUTION: This file is automatically generated by HSI.\r
5 * Version: \r
6 * DO NOT EDIT.\r
7 *\r
8 * Copyright (C) 2010-2016 Xilinx, Inc. All Rights Reserved.*\r
9 *Permission is hereby granted, free of charge, to any person obtaining a copy\r
10 *of this software and associated documentation files (the Software), to deal\r
11 *in the Software without restriction, including without limitation the rights\r
12 *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r
13 *copies of the Software, and to permit persons to whom the Software is\r
14 *furnished to do so, subject to the following conditions:\r
15 *\r
16 *The above copyright notice and this permission notice shall be included in\r
17 *all copies or substantial portions of the Software.\r
18\r
19 * Use of the Software is limited solely to applications:\r
20 *(a) running on a Xilinx device, or\r
21 *(b) that interact with a Xilinx device through a bus or interconnect.\r
22 *\r
23 *THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
24 *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
25 *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL \r
26 *XILINX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\r
27 *WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT\r
28 *OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
29 *\r
30 *Except as contained in this notice, the name of the Xilinx shall not be used\r
31 *in advertising or otherwise to promote the sale, use or other dealings in\r
32 *this Software without prior written authorization from Xilinx.\r
33 *\r
34 \r
35\r
36 * Description: Driver configuration\r
37 *\r
38 *******************************************************************/\r
39 \r
40 #include "xparameters.h"\r
41 #include "xintc.h"\r
42 \r
43 \r
44 extern void XNullHandler (void *);\r
45 \r
46 /*\r
47 * The configuration table for devices\r
48 */\r
49 \r
50 XIntc_Config XIntc_ConfigTable[] =\r
51 {\r
52         {\r
53                 XPAR_AXI_INTC_0_DEVICE_ID,\r
54                 XPAR_AXI_INTC_0_BASEADDR,\r
55                 XPAR_AXI_INTC_0_KIND_OF_INTR,\r
56                 XPAR_AXI_INTC_0_HAS_FAST,\r
57                 XPAR_AXI_INTC_0_IVAR_RESET_VALUE,\r
58                 XPAR_AXI_INTC_0_NUM_INTR_INPUTS,\r
59                 XIN_SVC_SGL_ISR_OPTION,\r
60                 XPAR_AXI_INTC_0_TYPE,\r
61                 {\r
62                         {\r
63                                 XNullHandler,\r
64                                 (void *) XNULL\r
65                         },\r
66                         {\r
67                                 XNullHandler,\r
68                                 (void *) XNULL\r
69                         },\r
70                         {\r
71                                 XNullHandler,\r
72                                 (void *) XNULL\r
73                         }\r
74                 }\r
75 \r
76         }\r
77 };\r
78 \r