nrfxlib API 0.1.0
|
void nrf_wifi_osal_iomem_write_reg32 | ( | volatile void * | addr, |
unsigned int | val | ||
) |
Write a 32 bit value to a IO memory mapped register.
addr | Pointer to the IO memory mapped register address. |
val | Value to be written to the register. |
Writes a 32 bit value (val) to a 32 bit device register using a memory mapped address (addr).