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

◆ iomem_cpy_from

void(* nrf_wifi_osal_ops::iomem_cpy_from) (void *dest, const volatile void *src, size_t count)

Copy data from memory mapped device memory to host memory.

Parameters
destA pointer to the destination memory.
srcA pointer to the source memory.
countThe number of bytes to copy.