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

◆ nrf_wifi_osal_iomem_write_reg32()

void nrf_wifi_osal_iomem_write_reg32 ( volatile void *  addr,
unsigned int  val 
)

Write a 32 bit value to a IO memory mapped register.

Parameters
addrPointer to the IO memory mapped register address.
valValue to be written to the register.

Writes a 32 bit value (val) to a 32 bit device register using a memory mapped address (addr).

Returns
None.