Data Fields | |
tlv_header_t | header |
Header identifiying this struct. | |
owner_info_page_t | config [] |
A list of flash info page configurations. | |
Definition at line 352 of file datatypes.h.
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 364 of file datatypes.h.
tlv_header_t owner_flash_info_config::header |
Header identifiying this struct.
tag: INFO
. length: 8 + 12 * length(config).
Definition at line 358 of file datatypes.h.