nrfxlib API 0.1.0
|
void(* nrf_wifi_osal_ops::qspi_cpy_from) (void *priv, void *dest, unsigned long addr, size_t count) |
Copy data from QSPI device memory to host memory.
priv | A pointer to the QSPI device private data. |
dest | A pointer to the destination memory. |
addr | The address of the device memory. |
count | The number of bytes to copy. |