The owner flash config is a collection of owner region configuration items. More...
#include <sw/device/silicon_creator/lib/ownership/datatypes.h>
Data Fields | |
tlv_header_t | header |
Header identifiying this struct. | |
owner_flash_region_t | config [] |
A list of flash region configurations. | |
The owner flash config is a collection of owner region configuration items.
Definition at line 317 of file datatypes.h.
owner_flash_region_t owner_flash_config::config[] |
A list of flash region configurations.
In each config
item, the access
and properties
fields are xor-ed with the region index in each nibble (ie: index 1 == 0x11111111).
Definition at line 329 of file datatypes.h.
tlv_header_t owner_flash_config::header |
Header identifiying this struct.
tag: FLSH
. length: 8 + 12 * length(config).
Definition at line 323 of file datatypes.h.