Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wear_levelling/
DWL_Flash.cpp452 size_t copy_count = this->cfg.page_size / this->cfg.temp_buff_size; in updateWL() local
453 for (size_t i = 0; i < copy_count; i++) { in updateWL()