xtemac_g.c

来自「xilinx trimode mac driver for linux」· C语言 代码 · 共 47 行

C
47
字号
/********************************************************************* CAUTION: This file is automatically generated by libgen.* Version: Xilinx EDK 7.1.2 EDK_H.12.5.1* DO NOT EDIT.** Copyright (c) 2005 Xilinx, Inc.  All rights reserved.* This program is free software; you can redistribute it and/or modify it* under the terms of the GNU General Public License as published by the* Free Software Foundation; either version 2 of the License, or (at your* option) any later version.** You should have received a copy of the GNU General Public License* along with this program; if not, write to the Free Software* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA** Description: Driver configuration********************************************************************/#include "xparameters.h"#include "xtemac.h"/** The configuration table for devices*/XTemac_Config XTemac_ConfigTable[] ={	{		XPAR_PLB_TEMAC_0_DEVICE_ID,		XPAR_PLB_TEMAC_0_BASEADDR,		XPAR_PLB_TEMAC_0_RXFIFO_DEPTH,		XPAR_PLB_TEMAC_0_TXFIFO_DEPTH,		XPAR_PLB_TEMAC_0_MAC_FIFO_DEPTH,		XPAR_PLB_TEMAC_0_DMA_TYPE,		XPAR_PLB_TEMAC_0_TX_DRE_TYPE,		XPAR_PLB_TEMAC_0_RX_DRE_TYPE,		XPAR_PLB_TEMAC_0_INCLUDE_TX_CSUM,		XPAR_PLB_TEMAC_0_INCLUDE_RX_CSUM,                XPAR_HARD_TEMAC_0_PHY_TYPE	}};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?