Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_write_flash.c245 bool block_erase = false; in start_next_erase() local
255 block_erase = true; in start_next_erase()
262 if (block_erase) { in start_next_erase()
300 …uint32_t command = block_erase ? SPI_FLASH_BE : SPI_FLASH_SE; /* block erase, 64KB : sector erase,… in start_next_erase()
307 …uint32_t command = block_erase ? SPI_FLASH_BE : SPI_FLASH_SE; /* block erase, 64KB : sector erase,… in start_next_erase()
313 uint32_t sectors_to_erase = block_erase ? SECTORS_PER_BLOCK : 1; in start_next_erase()