Home
last modified time | relevance | path

Searched defs:Storage (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_storage.hpp30 class Storage : public intrusive_list_node<Storage> class
64 Storage(Partition *partition) : mPartition(partition) { in Storage() function in nvs::Storage