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

◆ fw_info_invalidate()

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.

Note
This function needs to have
embed:rst:inline :kconfig:option:`CONFIG_NRFX_NVMC` 
enabled.
Parameters
[in]fw_infoThe info structure to invalidate. This memory will be modified directly in flash.