dma.def

来自「Xcale270Bsp包,wince平台」· DEF 代码 · 共 53 行

DEF
53
字号
;
; Copyright (c) 2000-2002 Intel Corporation.  All rights reserved.
;
LIBRARY         DMA

EXPORTS 		GDE_Init
				GDE_Deinit
				GDE_Open
				GDE_Close
				GDE_IOControl
				GDE_Read
				GDE_Write
				GDE_Seek
				GDE_PowerUp
				GDE_PowerDown
				XllpDmacInit
				XllpDmacHwInit
				XllpDmacAcquireMutex
				XllpDmacFreeMutex
				XllpDmacRegisterDeviceHandler
				XllpDmacUnregisterDeviceHandler
				XllpDmacEnableInterrupts
				XllpDmacDisableInterrupts
	            XllpDmacInterruptHandler
			    XllpDmacGetRemainingXfrLength
			    XllpDmacGetPhysicalAds
				XllpDmacCreateDescriptorList   
				XllpDmacChainDescriptors                         
			    XllpDmacAllocateMdl
	            XllpDmacFreeBufferMdl
	            XllpDmacCreateBufferMdl
                XllpDmacAllocDmaDescriptorList
				XllpDmacFreeDescriptorList
				XllpDmacSetupTransfer
				XllpDmacAllocChannel						
				XllpDmacAllocOneChannel
				XllpDmacFreeChannel
				XllpDmacFillLinkedDesc						
				XllpDmacCfgChannelDescTransfer
				XllpDmacCfgChannelNoDescTransfer
				XllpDmacStartTransfer
				XllpDmacStopTransfer
				XllpDmacAttachDesc
				XllpDmacDetachDesc
				XllpDmacGetChannelStatus
				XllpDmacClearChannelStatus				
				XllpDmacEnableInterrupt
				XllpDmacDisableInterrupt
				XllpDmacGetXfrDone
				XllpDmacSetEor
				XllpDmacDumpStatus
				XllpDmacInitHandle

⌨️ 快捷键说明

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