Home
last modified time | relevance | path

Searched refs:mIndex (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_item_hash_list.cpp74 if (it->mNodes[i].mIndex == index) { in erase()
75 it->mNodes[i].mIndex = 0xff; in erase()
79 if (it->mNodes[i].mIndex != 0xff) { in erase()
112 if (e.mIndex >= start && in find()
114 e.mIndex != 0xff) { in find()
115 return e.mIndex; in find()
Dnvs_item_hash_list.hpp44 mIndex(0xff), mHash(0) in HashListNode()
49 mIndex((uint32_t) index), mHash(hash) in HashListNode()
53 uint32_t mIndex : 8; member
Dnvs_storage.cpp113 item.getValue(entry->mIndex); in init()
115 mNamespaceUsage.set(entry->mIndex, true); in init()
426 entry->mIndex = ns; in createOrOpenNamespace()
432 nsIndex = it->mIndex; in createOrOpenNamespace()
733 if(item.nsIndex == name.mIndex) { in fillEntryInfo()
Dnvs_storage.hpp40 uint8_t mIndex; member