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

◆ hal_rpu_mem_write()

enum nrf_wifi_status hal_rpu_mem_write ( struct nrf_wifi_hal_dev_ctx hal_ctx,
unsigned int  rpu_mem_addr,
void *  host_addr,
unsigned int  len 
)

Write to the RPU memory.

This function writes a specified number of bytes to the RPU memory from the host memory.

Parameters
hal_ctxPointer to HAL context.
rpu_mem_addrAbsolute value of the RPU memory address where the contents are to be written.
host_addrPointer to the host memory from where the contents are to be copied to the RPU memory.
lenThe length (in bytes) of the contents to be copied to the RPU memory.
Returns
Status
  • Pass: NRF_WIFI_STATUS_SUCCESS
  • Error: NRF_WIFI_STATUS_FAIL