Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h43 #define CMD_LARGE_BLOCK_ERASE 0xD8 /* 64KB block erase command */ macro
/hal_espressif-latest/components/spi_flash/
Dmemspi_host_driver.c160 .command = CMD_LARGE_BLOCK_ERASE, in memspi_host_erase_block()
Dspi_flash_chip_winbond.c231 .command = (addr_4b? CMD_LARGE_BLOCK_ERASE_4B: CMD_LARGE_BLOCK_ERASE), in spi_flash_command_erase_block_4B()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Drom_functions.h215 #define CMD_LARGE_BLOCK_ERASE 0xD8 macro
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_write_flash.c268 CMD_LARGE_BLOCK_ERASE, 8, in start_next_erase()