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

📄 readme.txt

📁 This is a source code for Ethernet Driver This driver was developed on RMI AU1250 CPU for Windows
💻 TXT
字号:
////////////////////////////////////////////////////////////////////////

FEATURE NAME:

DM9USB

MANUFACTURER:

Davicom Semiconductor Inc.

CONTACT INFO:



DATE:



VERSION:

5.0.0.0

SIZE:



DESCRIPTION:



NOTES:



////////////////////////////////////////////////////////////////////////


========================================================================
       DYNAMIC LINK LIBRARY : DM9DEV
========================================================================


AppWizard has created this DM9DEV DLL for you.  

This file contains a summary of what you will find in each of the files that
make up your DM9DEV application.

DM9DEV.pbp
    This file (the project file) contains information at the project level and
    is used to build a single project or subproject. Other users can share the
    project (.pbp) file, but they should export the makefiles locally.

Wince.c
    This is the main DLL source file.

	When created, this DLL does not export any symbols. As a result, it 
	will not produce a .lib file when it is built. If you wish this project
	to be a project dependency of some other project, you will either need to 
	add code to export some symbols from the DLL so that an export library 
	will be produced, or you can check the "doesn't produce lib" checkbox in 
	the Linker settings page for this project. 
	
Davicom.h
	This is the Davicom Common Macro source file for all project.

DmTypes.h
	This is the Davicom Common define source file for all project.	
	
Mutex.h/Mutex.cpp
	Those are the CMutex class source files.
	
Queue.h/Queue.cpp
	Those are the CQueue class source files.
	
Spinlock.h/Spinlock.cpp	
	Those are the CSpinlock class source files.
	
Driver.h/Driver.cpp	
	Those are the NIC_DRIVER_OBJECT class source files.
	
Usbdrv.h/Usbdrv.cpp
	Those are the NIC_DRIVER_USB class source files.
	The USB Driver class is based on NIC_DRIVER_USB class.

Device.h/Device.cpp	
	Those are the NIC_DEVICE_OBJECT class source files.

DM9ISA.h/Dm9ISA.cpp
	Those are the DM9ISA class source files.
	The ISA Interface class is based on NIC_DEVICE_OBJECT class.
	
DM9PCI.h/Dm9PCI.cpp
	Those are the DM9PCI class source files.
	The PCI Interface class is based on NIC_DEVICE_OBJECT class.	
	
DM9USB.h/DM9USB.cpp
	Those are the DM9USB class source files.	
	The USB Interface class is based on NIC_DEVICE_OBJECT class.
	
DriverEntry.cpp	
	This is the DriverEntry function source file for PCI/ISA interface.	

USBDrvEntry.cpp
	This is the DriverEntry function source file for USB interface.
	

DM9xxx.h/DM9xxx.cpp
	The "9xxx" is Chip ID, and those are the Chip class source files.
  

	
/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named DM9USB.pch and a precompiled types file named StdAfx.obj.


/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.


/////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

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