Home
last modified time | relevance | path

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

/external/pigweed/pw_kvs/
Dkey_value_store_wear_test.cc74 EXPECT_LE(partition_.max_erase_count(), partition_.min_erase_count() + 1u); in TEST_F()
112 EXPECT_LT(partition_.max_erase_count(), in TEST_F()
/external/pigweed/pw_kvs/public/pw_kvs/
Dflash_partition_with_stats.h52 size_t max_erase_count() const { in max_erase_count() function