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

◆ qspi_cpy_to

void(* nrf_wifi_osal_ops::qspi_cpy_to) (void *priv, unsigned long addr, const void *src, size_t count)

Copy data from host memory to QSPI device memory.

Parameters
privA pointer to the QSPI device private data.
addrThe address of the device memory.
srcA pointer to the source memory.
countThe number of bytes to copy.