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

◆ nrf_wifi_osal_iomem_cpy_from()

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.

Parameters
destPointer to the host memory where data is to be copied.
srcPointer to the memory of the memory mapped IO device from where data is to be copied.
countThe 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).

Returns
None.