libxr 1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
LibXR::DatabaseRaw< MinWriteSize >::FlashInfo Struct Reference

Flash 存储的块信息结构 (Structure representing a Flash storage block). More...

Data Fields

uint32_t header
 Flash block header.
 
KeyInfo key
 Align KeyInfo to MinWriteSize.
 

Detailed Description

template<size_t MinWriteSize>
struct LibXR::DatabaseRaw< MinWriteSize >::FlashInfo

Flash 存储的块信息结构 (Structure representing a Flash storage block).

Definition at line 524 of file database.hpp.

Field Documentation

◆ header

template<size_t MinWriteSize>
uint32_t LibXR::DatabaseRaw< MinWriteSize >::FlashInfo::header

Flash block header.

Definition at line 526 of file database.hpp.

◆ key

template<size_t MinWriteSize>
KeyInfo LibXR::DatabaseRaw< MinWriteSize >::FlashInfo::key

Align KeyInfo to MinWriteSize.

Definition at line 527 of file database.hpp.


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