Software APIs
Data Fields
retention_sram_owner Struct Reference

Retention SRAM silicon owner area. More...

#include <sw/device/silicon_creator/lib/drivers/retention_sram.h>

Data Fields

uint32_t reserved [2048/sizeof(uint32_t)]
 Space reserved for allocation by the silicon owner. More...
 

Detailed Description

Retention SRAM silicon owner area.

Definition at line 84 of file retention_sram.h.

Field Documentation

◆ reserved

uint32_t retention_sram_owner::reserved[2048/sizeof(uint32_t)]

Space reserved for allocation by the silicon owner.

The silcon creator boot stages will not modify this field except for clearing it at initial power on.

Tests that need to trigger (or detect) a device reset may use this field to preserve state information across resets.

Definition at line 94 of file retention_sram.h.