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