nrfxlib API 0.1.0
|
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.
priv | A pointer to the QSPI device private data. |
addr | The address of the device memory. |
src | A pointer to the source memory. |
count | The number of bytes to copy. |