Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c618 int32_t head_sector_num; in esp_rom_spiflash_erase_area() local
649 head_sector_num = sector_num_per_block - (sector_no % sector_num_per_block); in esp_rom_spiflash_erase_area()
651 head_sector_num = (head_sector_num >= total_sector_num) ? total_sector_num : head_sector_num; in esp_rom_spiflash_erase_area()
655 total_sector_num -= head_sector_num; in esp_rom_spiflash_erase_area()
658 while (0 != head_sector_num) { in esp_rom_spiflash_erase_area()
663 head_sector_num--; in esp_rom_spiflash_erase_area()