nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ fw_info_find()

static const struct fw_info * fw_info_find ( uint32_t  firmware_address)
inlinestatic

#include <include/fw_info_bare.h>

Search for the firmware_info structure inside the firmware.

Parameters
[in]firmware_addressThe start of the image. The function will search at the allowed offsets from firmware_address.
Returns
A pointer to the fw_info struct if found. Otherwise NULL.