Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_write_flash.c324 int last_sector; in handle_flash_data() local
340 last_sector = (fs.next_write + length) / FLASH_SECTOR_SIZE; in handle_flash_data()
341 while(fs.remaining_erase_sector > 0 && fs.next_erase_sector <= last_sector) { in handle_flash_data()
370 int last_sector; in handle_flash_encrypt_data() local
390 last_sector = (fs.next_write + length) / FLASH_SECTOR_SIZE; in handle_flash_encrypt_data()
391 while(fs.remaining_erase_sector > 0 && fs.next_erase_sector <= last_sector) { in handle_flash_encrypt_data()
/hal_espressif-latest/tools/esptool_py/test/
Dtest_esptool.py491 last_sector = three_sectors[0x2000:]
494 assert last_sector == ct