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

◆ spi_write_reg32

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

Write a 32-bit value to a SPI device register.

Parameters
privA pointer to the SPI device private data.
addrThe address of the device register.
valThe value to write to the device register.