Loading...
Searching...
No Matches

Single in-memory storage region. More...

Detailed Description

Single in-memory storage region.

Definition at line 82 of file ram.h.

#include <ram.h>

Data Fields

size_t occupied
 Region space filled.
 
uint8_t mem [CONFIG_SUIT_STORAGE_RAM_SIZE]
 RAM area.
 

Field Documentation

◆ mem

uint8_t suit_storage_ram_region_t::mem[CONFIG_SUIT_STORAGE_RAM_SIZE]

RAM area.

Definition at line 84 of file ram.h.

◆ occupied

size_t suit_storage_ram_region_t::occupied

Region space filled.

Definition at line 83 of file ram.h.


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