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

◆ iomem_cpy_to

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.

Parameters
destA pointer to the destination memory.
srcA pointer to the source memory.
countThe number of bytes to copy.