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

◆ nrf_wifi_osal_iomem_cpy_to()

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.

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

Returns
None.