Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_cxx_api.cpp44 NVSHandleSimple *handle_simple; in open_nvs_handle_from_partition() local
46 open_handle(partition_name, ns_name, open_mode, &handle_simple); in open_nvs_handle_from_partition()
56 NVSHandleLocked *locked_handle = new (nothrow) NVSHandleLocked(handle_simple); in open_nvs_handle_from_partition()
62 delete handle_simple; in open_nvs_handle_from_partition()