![]() |
nRF WiFi
|
| 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. |