nrfxlib API 0.1.0
|
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.
dest | A pointer to the destination memory. |
src | A pointer to the source memory. |
count | The number of bytes to copy. |