Share via


CEDDK Dynamic-Link Library DMA Functions (Windows CE 5.0)

Send Feedback

The following table shows the CEDDK.dll direct memory access (DMA) functions.

Function Description
HalAllocateCommonBuffer This function allocates memory, locks it down, and maps it so that it is simultaneously accessible from the processor and a device for DMA operations.
HalFreeCommonBuffer This function frees a common buffer allocated by HalAllocateCommonBuffer, along with all resources the buffer uses.
HalTranslateSystemAddress This function translates a physical system address to a logical bus address, which can be passed to a bus controller, for example, a DMA bus controller.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.