Searched defs:part_name (Results 1 – 2 of 2) sorted by relevance
40 NVSHandleEntry(nvs::NVSHandleSimple *handle, const char* part_name) in NVSHandleEntry()87 static esp_err_t close_handles_and_deinit(const char* part_name) in close_handles_and_deinit()130 extern "C" esp_err_t nvs_flash_init_partition(const char *part_name) in nvs_flash_init_partition()176 extern "C" esp_err_t nvs_flash_secure_init_partition(const char *part_name, nvs_sec_cfg_t* cfg) in nvs_flash_secure_init_partition()190 extern "C" esp_err_t nvs_flash_erase_partition(const char *part_name) in nvs_flash_erase_partition()267 extern "C" esp_err_t nvs_open_from_partition(const char *part_name, const char* name, nvs_open_mode… in nvs_open_from_partition()517 extern "C" esp_err_t nvs_get_stats(const char* part_name, nvs_stats_t* nvs_stats) in nvs_get_stats()708 extern "C" nvs_iterator_t nvs_entry_find(const char *part_name, const char *namespace_name, nvs_typ… in nvs_entry_find()
112 esp_err_t NVSPartitionManager::secure_init_partition(const char *part_name, nvs_sec_cfg_t* cfg) in secure_init_partition()183 esp_err_t NVSPartitionManager::open_handle(const char *part_name, in open_handle()