![]() |
nRF WiFi
|
| void nrf_wifi_osal_iomem_cpy_from | ( | void * | dest, |
| const volatile void * | src, | ||
| size_t | count ) |
Copy data from the memory of a memory mapped IO device to host memory.
| dest | Pointer to the host memory where data is to be copied. |
| src | Pointer to the memory of the memory mapped IO device 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 memory mapped device memory(src) to host memory(dest).