Searched defs:sectorCount (Results 1 – 4 of 4) sorted by relevance
18 esp_err_t PageManager::load(Partition *partition, uint32_t baseSector, uint32_t sectorCount) in load()
68 …t NVSPartitionManager::init_custom(Partition *partition, uint32_t baseSector, uint32_t sectorCount) in init_custom()
89 esp_err_t Storage::init(uint32_t baseSector, uint32_t sectorCount) in init()
36 SpiFlashEmulator(size_t sectorCount) : mUpperSectorBound(sectorCount) in SpiFlashEmulator()