Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h41 #define CMD_SECTOR_ERASE 0x20 macro
/hal_espressif-latest/components/spi_flash/
Dmemspi_host_driver.c148 .command = CMD_SECTOR_ERASE, in memspi_host_erase_sector()
Dspi_flash_chip_winbond.c220 .command = (addr_4b? CMD_SECTOR_ERASE_4B: CMD_SECTOR_ERASE), in spi_flash_command_winbond_erase_sector_4B()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Drom_functions.h212 #define CMD_SECTOR_ERASE 0x20 macro
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_write_flash.c286 CMD_SECTOR_ERASE, 8, in start_next_erase()