]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53_bsp/psu_cortexa53_0/libsrc/gpiops_v3_0/src/xgpiops_g.c
Add in the CORTEX_A53_64-bit_UltraScale_MPSoC demo application (a demo has been inclu...
[freertos] / FreeRTOS / Demo / CORTEX_A53_64-bit_UltraScale_MPSoC / RTOSDemo_A53_bsp / psu_cortexa53_0 / libsrc / gpiops_v3_0 / src / xgpiops_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 "xgpiops.h"
42
43 /*
44 * The configuration table for devices
45 */
46
47 XGpioPs_Config XGpioPs_ConfigTable[] =
48 {
49         {
50                 XPAR_PSU_GPIO_0_DEVICE_ID,
51                 XPAR_PSU_GPIO_0_BASEADDR
52         }
53 };
54
55