nrfxlib API 0.1.0
|
void(* nrf_wifi_osal_ops::iomem_cpy_to) (volatile void *dest, const void *src, size_t count) |
Copy data from host memory to memory mapped device memory.
dest | A pointer to the destination memory. |
src | A pointer to the source memory. |
count | The number of bytes to copy. |