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

◆ dma_unmap

unsigned long(* nrf_wifi_bal_ops::dma_unmap) (void *bus_dev_ctx, unsigned long phy_addr, size_t len, enum nrf_wifi_osal_dma_dir dma_dir)

Unmap a DMA buffer.

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