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

◆ bus_pcie_dev_dma_map

void *(* nrf_wifi_osal_ops::bus_pcie_dev_dma_map) (void *os_pcie_dev_ctx, void *virt_addr, size_t size, enum nrf_wifi_osal_dma_dir dir)

Map a DMA buffer for a PCIe device.

Parameters
os_pcie_dev_ctxA pointer to the PCIe device.
virt_addrThe virtual address of the buffer.
sizeThe size of the buffer.
dirThe direction of the DMA transfer.
Returns
A pointer to the mapped DMA buffer.