Software APIs
Data Fields
owner_flash_region Struct Reference

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.
 

Detailed Description

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.

Field Documentation

◆ access

uint32_t owner_flash_region::access

The access properties of the flash region.

Definition at line 275 of file datatypes.h.

◆ properties

uint32_t owner_flash_region::properties

The flash properties of the flash region.

Definition at line 277 of file datatypes.h.

◆ size

uint16_t owner_flash_region::size

The size of the region, in flash pages.

Definition at line 273 of file datatypes.h.

◆ start

uint16_t owner_flash_region::start

The start of the region, in flash pages.

Definition at line 271 of file datatypes.h.