nrfxlib API 0.1.0
|
void nrf_wifi_osal_bus_pcie_dev_dma_unmap | ( | void * | os_pcie_dev_ctx, |
void * | dma_addr, | ||
size_t | size, | ||
enum nrf_wifi_osal_dma_dir | dir | ||
) |
Unmap DMA mapped host memory.
os_pcie_dev_ctx | Pointer to a OS specific PCIe device handle. |
dma_addr | DMA mapped physical host memory address. |
size | Size in bytes of the DMA mapped host memory. |
dir | DMA direction. |
Unmaps the host memory which was mapped for DMA using @nrf_wifi_osal_dma_map.