Software APIs
Data Fields
owner_config Struct Reference

The owner config struct contains high-level configuration items from an owner block. More...

#include <sw/device/silicon_creator/lib/ownership/owner_block.h>

Data Fields

owner_sram_exec_mode_t sram_exec
 The requested SRAM execution configuration.
 
const owner_flash_config_tflash
 The requested flash configuration.
 
const owner_flash_info_config_tinfo
 The requested flash INFO configuration.
 
const owner_rescue_config_trescue
 The requested rescue configuration.
 

Detailed Description

The owner config struct contains high-level configuration items from an owner block.

Definition at line 39 of file owner_block.h.

Field Documentation

◆ flash

const owner_flash_config_t* owner_config::flash

The requested flash configuration.

Definition at line 43 of file owner_block.h.

◆ info

const owner_flash_info_config_t* owner_config::info

The requested flash INFO configuration.

Definition at line 45 of file owner_block.h.

◆ rescue

const owner_rescue_config_t* owner_config::rescue

The requested rescue configuration.

Definition at line 47 of file owner_block.h.

◆ sram_exec

owner_sram_exec_mode_t owner_config::sram_exec

The requested SRAM execution configuration.

Definition at line 41 of file owner_block.h.