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 306 of file datatypes.h.
uint16_t owner_info_page::_pad |
Definition at line 311 of file datatypes.h.
uint32_t owner_info_page::access |
The access properties of the flash region.
Definition at line 313 of file datatypes.h.
uint8_t owner_info_page::bank |
The bank where the info page is located.
Definition at line 308 of file datatypes.h.
uint8_t owner_info_page::page |
The info page number.
Definition at line 310 of file datatypes.h.
uint32_t owner_info_page::properties |
The flash properties of the flash region.
Definition at line 315 of file datatypes.h.