Loading...
Searching...
No Matches

memory storage state More...

Detailed Description

memory storage state

Definition at line 87 of file ram.h.

#include <ram.h>

Data Fields

suit_storage_t storage
 parent struct
 
suit_storage_ram_region_t regions [CONFIG_SUIT_STORAGE_RAM_REGIONS]
 ram storage regions
 
size_t active_region
 Active region to write to.
 
uint32_t sequence_no
 Ephemeral sequence number.
 

Field Documentation

◆ active_region

size_t CONFIG_SUIT_STORAGE_RAM_ATTR::active_region

Active region to write to.

Definition at line 93 of file ram.h.

◆ regions

suit_storage_ram_region_t CONFIG_SUIT_STORAGE_RAM_ATTR::regions[CONFIG_SUIT_STORAGE_RAM_REGIONS]

ram storage regions

Definition at line 92 of file ram.h.

◆ sequence_no

uint32_t CONFIG_SUIT_STORAGE_RAM_ATTR::sequence_no

Ephemeral sequence number.

Definition at line 94 of file ram.h.

◆ storage

suit_storage_t CONFIG_SUIT_STORAGE_RAM_ATTR::storage

parent struct

Definition at line 88 of file ram.h.


The documentation for this struct was generated from the following file: