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

◆ spi_read_reg32

unsigned int(* nrf_wifi_osal_ops::spi_read_reg32) (void *priv, unsigned long addr)

Read a 32-bit value from a SPI device register.

Parameters
privA pointer to the SPI device private data.
addrThe address of the device register.
Returns
The value read from the device register.