Jungo WinDriver
Official Documentation
|
DWORD DLLCALLCONV WDC_DMASyncCpu | ( | _In_ WD_DMA * | pDma | ) |
Synchronizes the cache of all CPUs with the DMA buffer, by flushing the data from 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)