Home
last modified time | relevance | path

Searched refs:StorageState (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_storage.cpp93 mState = StorageState::INVALID; in init()
108 mState = StorageState::INVALID; in init()
121 mState = StorageState::ACTIVE; in init()
127 mState = StorageState::INVALID; in init()
145 return mState == StorageState::ACTIVE; in isValid()
266 if (mState != StorageState::ACTIVE) { in writeItem()
392 if (mState != StorageState::ACTIVE) { in createOrOpenNamespace()
523 if (mState != StorageState::ACTIVE) { in readItem()
546 if (mState != StorageState::ACTIVE) { in eraseMultiPageBlob()
591 if (mState != StorageState::ACTIVE) { in eraseItem()
[all …]
Dnvs_storage.hpp32 enum class StorageState : uint32_t { enum in nvs::Storage
161 StorageState mState = StorageState::INVALID;