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

◆ spi_cpy_to

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.

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