Searched refs:head_sector_num (Results 1 – 1 of 1) sorted by relevance
619 int32_t head_sector_num; in esp_rom_spiflash_erase_area() local650 head_sector_num = sector_num_per_block - (sector_no % sector_num_per_block); in esp_rom_spiflash_erase_area()652 head_sector_num = (head_sector_num >= total_sector_num) ? total_sector_num : head_sector_num; in esp_rom_spiflash_erase_area()656 total_sector_num -= head_sector_num; in esp_rom_spiflash_erase_area()659 while (0 != head_sector_num) { in esp_rom_spiflash_erase_area()664 head_sector_num--; in esp_rom_spiflash_erase_area()