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

◆ qspi_write_reg32

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

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

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