The owner flash region describes a region of flash and its configuration properties (ie: ECC, Scrambling, High Endurance, etc). More...
#include <sw/device/silicon_creator/lib/ownership/datatypes.h>
Data Fields | |
uint16_t | start |
The start of the region, in flash pages. | |
uint16_t | size |
The size of the region, in flash pages. | |
uint32_t | access |
The access properties of the flash region. | |
uint32_t | properties |
The flash properties of the flash region. | |
The owner flash region describes a region of flash and its configuration properties (ie: ECC, Scrambling, High Endurance, etc).
Definition at line 269 of file datatypes.h.
uint32_t owner_flash_region::access |
The access properties of the flash region.
Definition at line 275 of file datatypes.h.
uint32_t owner_flash_region::properties |
The flash properties of the flash region.
Definition at line 277 of file datatypes.h.
uint16_t owner_flash_region::size |
The size of the region, in flash pages.
Definition at line 273 of file datatypes.h.
uint16_t owner_flash_region::start |
The start of the region, in flash pages.
Definition at line 271 of file datatypes.h.