nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ spi_cpy_from

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.

Parameters
privA pointer to the SPI device private data.
destA pointer to the destination memory.
addrThe address of the device memory.
countThe number of bytes to copy.