D | nvs_partition_manager.cpp | 53 result = init_custom(p, 0, size / SPI_FLASH_SEC_SIZE); in init_partition() 68 esp_err_t NVSPartitionManager::init_custom(Partition *partition, uint32_t baseSector, uint32_t sect… in init_custom() function in nvs::NVSPartitionManager 131 result = init_custom(p, 0, size / SPI_FLASH_SEC_SIZE); in secure_init_partition()
|