Software APIs
owner_flash_config Struct Reference

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.
 

Detailed Description

The owner flash config is a collection of owner region configuration items.

Definition at line 317 of file datatypes.h.

Field Documentation

◆ config

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.

◆ header

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.