⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adi_ether_usblan.h

📁 lwip tcp/ip 协议栈 adsp BF533 DSP 移植 用 visual dsp++ 编译
💻 H
字号:
/*********************************************************************************

Copyright(c) 2004 Analog Devices, Inc. All Rights Reserved. 

This software is proprietary and confidential.  By using this software you agree
to the terms of the associated Analog Devices License Agreement.  



*********************************************************************************/


/*********************************************************************

Include files

*********************************************************************/
#ifndef _ADI_USBLAN_H_
#define _ADI_USBLAN_H_
#include <ADI_ETHER.h>

/*********************************************************************

User configurable items

*********************************************************************/



/*********************************************************************

Extensible enumerations and defines

*********************************************************************/


enum {										// Command IDs
	ADI_ETHER_USBLAN_CMD_FIRST=ADI_ETHER_CMD_SPECIFIC_START,	// insure this order remains
	ADI_ETHER_CMD_USBLAN_USE_IVG,
	ADI_ETHER_CMD_USBLAN_USE_DMA,
};

	
enum {										// Events
	ADI_ETHER_EVENT_USBLAN_FIRST=ADI_ETHER_EVENT_SPECIFIC_START,
};


enum {								// Return codes
	ADI_ETHER_USBLAN_RESULT_START=ADI_ETHER_RESULT_SPECIFIC_START,
};
	
#define ADI_ETHER_MEM_USBLAN_BASE_SIZE 0x180
#define ADI_ETHER_MEM_USBLAN_PER_RECV 0x4
#define ADI_ETHER_MEM_USBLAN_PER_XMIT 0x4

///////////////////////////////////
// external memory offset EZLAN  //
///////////////////////////////////
#ifdef __ADSPBF535__
	#define MSMC    0x2C000300      // bank select 1 BF535 Ezlan Board
#endif

#ifdef __ADSPBF561__
	#define MSMC    0x2C000300      // bank select 1 BF535 Ezlan Board
#endif


#ifdef __ADSPBF533__
  #define MSMC    0x20310300      // EZ-CONNECT1
#endif

/*********************************************************************

Data Structures 

*********************************************************************/
extern ADI_DEV_PDD_ENTRY_POINT ADI_ETHER_USBLAN_Entrypoint;		// entry point to the device driver






/********************************************************************************/


#endif

⌨️ 快捷键说明

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