Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_partition.hpp24 #define PART_NAME_MAX_SIZE 16 /*!< maximum length of partition name (excluding null … macro
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_fixtures.hpp138 strncpy(esp_partition.label, partition_name, PART_NAME_MAX_SIZE); in EncryptedPartitionFixture()
Dtest_nvs.cpp2569 strncpy(esp_part.label, part_name, PART_NAME_MAX_SIZE); in check_nvs_part_gen_args()