nvs_bootloader_read_list_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferencesInstances

Fields

Field
Declared as
Description
const char*
Namespace of the entry.
const char*
Key of the entry.
Expected datatype to be read, can be any of NVS_TYPE_U*, NVS_TYPE_I* or NVS_TYPE_STR.
Result code of this entry. Explanation is in general description of the struct nvs_bootloader_read_list_t.
Placeholder for value read.
uint8_t
Index of the namespace (internal variable, do not use).