![]() |
nRF Connect SDK API 3.3.99
|
#include <bl_storage.h>
Data Fields | ||
| struct life_cycle_state_data | lcs | |
| uint8_t | implementation_id [32] | |
| uint32_t | s0_address | |
| uint32_t | s1_address | |
| uint32_t | num_public_keys | |
| struct { | ||
| uint32_t valid | ||
| uint8_t hash [16] | ||
| } | key_data [] | |
The first data structure in the bootloader storage. It has unknown length since 'key_data' is repeated. This data structure is immediately followed by struct counter_collection, which is then followed by struct variable_data_collection.