nrfxlib API 0.1.0
|
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.
hal_ctx | Pointer to HAL context. |
rpu_mem_addr | Absolute value of the RPU memory address where the contents are to be written. |
host_addr | Pointer to the host memory from where the contents are to be copied to the RPU memory. |
len | The length (in bytes) of the contents to be copied to the RPU memory. |