nrfxlib API 0.1.0
|
enum nrf_wifi_status nrf_wifi_fmac_fw_chunk_load | ( | struct nrf_wifi_fmac_dev_ctx * | fmac_dev_ctx, |
enum RPU_PROC_TYPE | rpu_proc, | ||
struct nrf_wifi_fmac_fw_chunk_info * | fw_chunk | ||
) |
#include <nrf_wifi/fw_if/umac_if/inc/fmac_api_common.h>
Load a chunk of the Firmware to the RPU WLAN device.
fmac_dev_ctx | Pointer to the UMAC IF context for a RPU WLAN device, which was passed as fmac_dev_ctx parameter via the add_dev_callbk_fn() callback function. |
rpu_proc | RPU processor type. |
fw_chunk | Pointer to the address where the firmware chunk information is available. |
This function loads a chunk of the firmware to the RPU WLAN device.