|
libxr
1.0
Want to be the best embedded framework
|
Flash 存储的块信息结构 (Structure representing a Flash storage block). More...
Data Fields | ||
| union { | ||
| uint32_t header | ||
| Flash block header. More... | ||
| uint8_t padding [MinWriteSize] | ||
| }; | ||
| KeyInfo | key | |
| Align KeyInfo to MinWriteSize. | ||
Flash 存储的块信息结构 (Structure representing a Flash storage block).
Definition at line 438 of file database.hpp.
|
inline |
Definition at line 440 of file database.hpp.
| uint32_t LibXR::DatabaseRaw< MinWriteSize >::FlashInfo::header |
Flash block header.
Definition at line 448 of file database.hpp.
| KeyInfo LibXR::DatabaseRaw< MinWriteSize >::FlashInfo::key |
Align KeyInfo to MinWriteSize.
Definition at line 451 of file database.hpp.
| uint8_t LibXR::DatabaseRaw< MinWriteSize >::FlashInfo::padding[MinWriteSize] |
Definition at line 449 of file database.hpp.