The owner info page describes an INFO page in flash and its configuration properties (ie: ECC, Scrambling, High Endurance, etc). More...
#include <sw/device/silicon_creator/lib/ownership/datatypes.h>
Data Fields | |
uint8_t | bank |
The bank where the info page is located. | |
uint8_t | page |
The info page number. | |
uint16_t | _pad |
uint32_t | access |
The access properties of the flash region. | |
uint32_t | properties |
The flash properties of the flash region. | |
The owner info page describes an INFO page in flash and its configuration properties (ie: ECC, Scrambling, High Endurance, etc).
Definition at line 339 of file datatypes.h.
uint16_t owner_info_page::_pad |
Definition at line 344 of file datatypes.h.
uint32_t owner_info_page::access |
The access properties of the flash region.
Definition at line 346 of file datatypes.h.
uint8_t owner_info_page::bank |
The bank where the info page is located.
Definition at line 341 of file datatypes.h.
uint8_t owner_info_page::page |
The info page number.
Definition at line 343 of file datatypes.h.
uint32_t owner_info_page::properties |
The flash properties of the flash region.
Definition at line 348 of file datatypes.h.