Jungo WinDriver
Official Documentation
|
DWORD DLLCALLCONV WDC_DMASyncIo | ( | _In_ WD_DMA * | pDma | ) |
Synchronizes the I/O caches with the DMA buffer, by flushing the data from the I/O caches and updating the CPU caches.
[in] | pDma | Pointer to a DMA information structure, received from a previous call to WDC_DMATransactionContigInit() (for a Contiguous DMA Buffer Transaction) or WDC_DMATransactionSGInit() (for a Scatter/Gather DMA buffer Transaction) *ppDma returned by these functions |
For more detailed usage of the WDC_DMA functions, please refer to 11.2. Performing Direct Memory Access (DMA)