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