Home
last modified time | relevance | path

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

/external/pigweed/pw_kvs/public/pw_kvs/
Dflash_memory.h274 (start_sector_index_ - flash_.start_sector()) * sector_size_bytes() + in PartitionToFlashAddress()
286 uint32_t start_sector_index() const { return start_sector_index_; } in start_sector_index()
295 const uint32_t start_sector_index_; variable
/external/pigweed/pw_kvs/
Dflash_memory.cc54 start_sector_index_(start_sector_index), in FlashPartition()