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 302 of file datatypes.h.
uint32_t owner_flash_region::access |
The access properties of the flash region.
Definition at line 308 of file datatypes.h.
uint32_t owner_flash_region::properties |
The flash properties of the flash region.
Definition at line 310 of file datatypes.h.
uint16_t owner_flash_region::size |
The size of the region, in flash pages.
Definition at line 306 of file datatypes.h.
uint16_t owner_flash_region::start |
The start of the region, in flash pages.
Definition at line 304 of file datatypes.h.