nRF Connect SDK API 0.1.0
|
void fw_info_invalidate | ( | const struct fw_info * | fw_info | ) |
#include <include/fw_info.h>
Invalidate an image by manipulating its fw_info.
Invalidation happens by setting the valid
value to INVALID_VAL.
embed:rst:inline :kconfig:option:`CONFIG_NRFX_NVMC`enabled.
[in] | fw_info | The info structure to invalidate. This memory will be modified directly in flash. |