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

◆ bus_pcie_dev_dma_unmap

void(* nrf_wifi_osal_ops::bus_pcie_dev_dma_unmap) (void *os_pcie_dev_ctx, void *dma_addr, size_t size, enum nrf_wifi_osal_dma_dir dir)

Unmap a DMA buffer for a PCIe device.

Parameters
os_pcie_dev_ctxA pointer to the PCIe device.
dma_addrThe DMA address of the buffer.
sizeThe size of the buffer.
dirThe direction of the DMA transfer.