Software APIs
Data Fields
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. More...
 
owner_flash_region_t config []
 A list of flash region configurations. More...
 

Detailed Description

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

Definition at line 284 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 296 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 290 of file datatypes.h.