Software APIs
owner_nvm_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 290 of file datatypes.h.

Field Documentation

◆ access

uint32_t owner_nvm_region::access

The access properties of the flash region.

Definition at line 296 of file datatypes.h.

◆ properties

uint32_t owner_nvm_region::properties

The flash properties of the flash region.

Definition at line 298 of file datatypes.h.

◆ size

uint16_t owner_nvm_region::size

The size of the region, in flash pages.

Definition at line 294 of file datatypes.h.

◆ start

uint16_t owner_nvm_region::start

The start of the region, in flash pages.

Definition at line 292 of file datatypes.h.