]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53_bsp/psu_cortexa53_0/libsrc/ttcps_v3_0/src/xttcps_g.c
Completely re-generate the Zynq 7000 demo using the 2016.1 SDK tools.
[freertos] / FreeRTOS / Demo / CORTEX_A53_64-bit_UltraScale_MPSoC / RTOSDemo_A53_bsp / psu_cortexa53_0 / libsrc / ttcps_v3_0 / src / xttcps_g.c
1
2 /*******************************************************************
3 *
4 * CAUTION: This file is automatically generated by HSI.
5 * Version: 
6 * DO NOT EDIT.
7 *
8 * Copyright (C) 2010-2015 Xilinx, Inc. All Rights Reserved.*
9 *Permission is hereby granted, free of charge, to any person obtaining a copy
10 *of this software and associated documentation files (the Software), to deal
11 *in the Software without restriction, including without limitation the rights
12 *to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 *copies of the Software, and to permit persons to whom the Software is
14 *furnished to do so, subject to the following conditions:
15 *
16 *The above copyright notice and this permission notice shall be included in
17 *all copies or substantial portions of the Software.
18
19 * Use of the Software is limited solely to applications:
20 *(a) running on a Xilinx device, or
21 *(b) that interact with a Xilinx device through a bus or interconnect.
22 *
23 *THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 *IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25 *FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26 *XILINX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
27 *WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
28 *OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29 *
30 *Except as contained in this notice, the name of the Xilinx shall not be used
31 *in advertising or otherwise to promote the sale, use or other dealings in
32 *this Software without prior written authorization from Xilinx.
33 *
34
35
36 * Description: Driver configuration
37 *
38 *******************************************************************/
39
40 #include "xparameters.h"
41 #include "xttcps.h"
42
43 /*
44 * The configuration table for devices
45 */
46
47 XTtcPs_Config XTtcPs_ConfigTable[] =
48 {
49         {
50                 XPAR_PSU_TTC_0_DEVICE_ID,
51                 XPAR_PSU_TTC_0_BASEADDR,
52                 XPAR_PSU_TTC_0_TTC_CLK_FREQ_HZ
53         },
54         {
55                 XPAR_PSU_TTC_1_DEVICE_ID,
56                 XPAR_PSU_TTC_1_BASEADDR,
57                 XPAR_PSU_TTC_1_TTC_CLK_FREQ_HZ
58         },
59         {
60                 XPAR_PSU_TTC_2_DEVICE_ID,
61                 XPAR_PSU_TTC_2_BASEADDR,
62                 XPAR_PSU_TTC_2_TTC_CLK_FREQ_HZ
63         },
64         {
65                 XPAR_PSU_TTC_3_DEVICE_ID,
66                 XPAR_PSU_TTC_3_BASEADDR,
67                 XPAR_PSU_TTC_3_TTC_CLK_FREQ_HZ
68         },
69         {
70                 XPAR_PSU_TTC_4_DEVICE_ID,
71                 XPAR_PSU_TTC_4_BASEADDR,
72                 XPAR_PSU_TTC_4_TTC_CLK_FREQ_HZ
73         },
74         {
75                 XPAR_PSU_TTC_5_DEVICE_ID,
76                 XPAR_PSU_TTC_5_BASEADDR,
77                 XPAR_PSU_TTC_5_TTC_CLK_FREQ_HZ
78         },
79         {
80                 XPAR_PSU_TTC_6_DEVICE_ID,
81                 XPAR_PSU_TTC_6_BASEADDR,
82                 XPAR_PSU_TTC_6_TTC_CLK_FREQ_HZ
83         },
84         {
85                 XPAR_PSU_TTC_7_DEVICE_ID,
86                 XPAR_PSU_TTC_7_BASEADDR,
87                 XPAR_PSU_TTC_7_TTC_CLK_FREQ_HZ
88         },
89         {
90                 XPAR_PSU_TTC_8_DEVICE_ID,
91                 XPAR_PSU_TTC_8_BASEADDR,
92                 XPAR_PSU_TTC_8_TTC_CLK_FREQ_HZ
93         },
94         {
95                 XPAR_PSU_TTC_9_DEVICE_ID,
96                 XPAR_PSU_TTC_9_BASEADDR,
97                 XPAR_PSU_TTC_9_TTC_CLK_FREQ_HZ
98         },
99         {
100                 XPAR_PSU_TTC_10_DEVICE_ID,
101                 XPAR_PSU_TTC_10_BASEADDR,
102                 XPAR_PSU_TTC_10_TTC_CLK_FREQ_HZ
103         },
104         {
105                 XPAR_PSU_TTC_11_DEVICE_ID,
106                 XPAR_PSU_TTC_11_BASEADDR,
107                 XPAR_PSU_TTC_11_TTC_CLK_FREQ_HZ
108         }
109 };
110
111