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_t * | flash |
The requested flash configuration. | |
const owner_flash_info_config_t * | info |
The requested flash INFO configuration. | |
const owner_rescue_config_t * | rescue |
The requested rescue configuration. | |
The owner config struct contains high-level configuration items from an owner block.
Definition at line 39 of file owner_block.h.
const owner_flash_config_t* owner_config::flash |
The requested flash configuration.
Definition at line 43 of file owner_block.h.
const owner_flash_info_config_t* owner_config::info |
The requested flash INFO configuration.
Definition at line 45 of file owner_block.h.
const owner_rescue_config_t* owner_config::rescue |
The requested rescue configuration.
Definition at line 47 of file owner_block.h.
owner_sram_exec_mode_t owner_config::sram_exec |
The requested SRAM execution configuration.
Definition at line 41 of file owner_block.h.