nrfxlib API 0.1.0
Loading...
Searching...
No Matches
hal_fw_patch_loader.h File Reference
#include "hal_structs.h"

Go to the source code of this file.

Enumerations

enum  nrf_wifi_fw_patch_type { NRF_WIFI_FW_PATCH_TYPE_PRI , NRF_WIFI_FW_PATCH_TYPE_SEC , NRF_WIFI_FW_PATCH_TYPE_MAX }
 Header containing patch loader specific declarations for the HAL Layer of the Wi-Fi driver. More...
 

Functions

enum nrf_wifi_status hal_fw_patch_chunk_load (struct nrf_wifi_hal_dev_ctx *hal_dev_ctx, enum RPU_PROC_TYPE rpu_proc, unsigned int dest_addr, const void *fw_chunk_data, unsigned int fw_chunk_size)
 
enum nrf_wifi_status nrf_wifi_hal_fw_patch_load (struct nrf_wifi_hal_dev_ctx *hal_dev_ctx, enum RPU_PROC_TYPE rpu_proc, const void *fw_pri_patch_data, unsigned int fw_pri_patch_size, const void *fw_sec_patch_data, unsigned int fw_sec_patch_size)
 
enum nrf_wifi_status nrf_wifi_hal_fw_patch_boot (struct nrf_wifi_hal_dev_ctx *hal_dev_ctx, enum RPU_PROC_TYPE rpu_proc, bool is_patch_present)