nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ nrf_wifi_osal_bus_pcie_dev_dma_unmap()

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.

Parameters
os_pcie_dev_ctxPointer to a OS specific PCIe device handle.
dma_addrDMA mapped physical host memory address.
sizeSize in bytes of the DMA mapped host memory.
dirDMA direction.

Unmaps the host memory which was mapped for DMA using @nrf_wifi_osal_dma_map.

Returns
None.