Home
last modified time | relevance | path

Searched defs:CHUNK_ANY (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_types.hpp82 static const uint8_t CHUNK_ANY = 0xff; member in nvs::Item
Dnvs_page.hpp55 static const uint8_t CHUNK_ANY = Item::CHUNK_ANY; member in nvs::Page
/hal_espressif-3.6.0/components/nvs_flash/nvs_partition_generator/
Dnvs_partition_gen.py93 CHUNK_ANY = 0xFF variable in Page