Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_storage.hpp85 esp_err_t writeItem(uint8_t nsIndex, const char* key, const T& value) in writeItem() function in nvs::Storage
Dnvs_page.hpp109 esp_err_t writeItem(uint8_t nsIndex, const char* key, const T& value) in writeItem() function in nvs::Page
Dnvs_storage.cpp264 esp_err_t Storage::writeItem(uint8_t nsIndex, ItemType datatype, const char* key, const void* data,… in writeItem() function in nvs::Storage
Dnvs_page.cpp166 esp_err_t Page::writeItem(uint8_t nsIndex, ItemType datatype, const char* key, const void* data, si… in writeItem() function in nvs::Page