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

◆ dma_map

unsigned long(* nrf_wifi_bal_ops::dma_map) (void *bus_dev_ctx, unsigned long virt_addr, size_t len, enum nrf_wifi_osal_dma_dir dma_dir)

Map a DMA buffer.

Parameters
bus_dev_ctxPointer to the bus device context.
virt_addrVirtual address of the buffer.
lenLength of the buffer.
dma_dirDMA direction.
Returns
Physical address of the mapped buffer.