Software APIs
Data Fields
owner_flash_info_config Struct Reference

Data Fields

tlv_header_t header
 Header identifiying this struct. More...
 
owner_info_page_t config []
 A list of flash info page configurations. More...
 

Detailed Description

Definition at line 319 of file datatypes.h.

Field Documentation

◆ config

owner_info_page_t owner_flash_info_config::config[]

A list of flash info page 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 331 of file datatypes.h.

◆ header

tlv_header_t owner_flash_info_config::header

Header identifiying this struct.

tag: INFO. length: 8 + 12 * length(config).

Definition at line 325 of file datatypes.h.