Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_cxx_api.cpp56 NVSHandleLocked *locked_handle = new (nothrow) NVSHandleLocked(handle_simple); in open_nvs_handle_from_partition() local
58 if (!locked_handle) { in open_nvs_handle_from_partition()
66 return std::unique_ptr<NVSHandleLocked>(locked_handle); in open_nvs_handle_from_partition()