HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
StmNvs::CacheEntry Struct Reference

RAM cache entry. More...

Public Attributes

char key [64]
 Key string.
 
EntryType type
 Value type.
 
hf_u8_t data [256]
 Value data.
 
hf_u16_t data_length
 Actual data length.
 
bool dirty
 Needs flash write.
 
bool erased
 Marked for deletion.
 

Detailed Description

RAM cache entry.

Member Data Documentation

◆ data

hf_u8_t StmNvs::CacheEntry::data[256]

Value data.

◆ data_length

hf_u16_t StmNvs::CacheEntry::data_length

Actual data length.

◆ dirty

bool StmNvs::CacheEntry::dirty

Needs flash write.

◆ erased

bool StmNvs::CacheEntry::erased

Marked for deletion.

◆ key

char StmNvs::CacheEntry::key[64]

Key string.

◆ type

EntryType StmNvs::CacheEntry::type

Value type.


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