nrfxlib API 0.1.0
|
void nrf_wifi_osal_iomem_cpy_to | ( | volatile void * | dest, |
const void * | src, | ||
size_t | count | ||
) |
Copy data to the memory of a memory mapped IO device from host memory.
dest | Pointer to the memory of the memory mapped IO device where data is to be copied. |
src | Pointer to the host memory from where data is to be copied. |
count | The size of the data to be copied in bytes. |
Copies a block of data of size count bytes from host memory (src) to memory mapped device memory(dest).