OAL_KITLETH_INIT_DMABUFFER (Windows CE 5.0)
This function pointer initializes DMA buffers for the KITL Ethernet device driver.
typedef BOOL (*OAL_KITLETH_INIT_DMABUFFER)( UINT32 address, UINT32 size);
Parameters
- address
[in] Address of the DMA buffer. - size
[in] Size of the DMA buffer, in bytes.
Return Values
TRUE indicates success.
FALSE indicates failure.
Remarks
The pfnInitDmaBuffer member of the OAL_KITL_ETH_DRIVER structure points to the custom function that implements OAL_KITLETH_INIT_DMABUFFER.
Requirements
OS Versions: Windows CE 5.0 and later
Header: Oal_kitl.h
Link Library: Developer-defined
See Also
KITL Reference Ethernet Driver Interface | KITL Functions
Send Feedback on this topic to the authors