Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/spi_flash/private_include/
Dspi_flash_defs.h46 #define CMD_SECTOR_ERASE 0x20 macro
/device/soc/esp/esp32/components/spi_flash/
Dmemspi_host_driver.c151 .command = CMD_SECTOR_ERASE, in memspi_host_erase_sector()
Dspi_flash_chip_winbond.c200 .command = (addr_4b? CMD_SECTOR_ERASE_4B: CMD_SECTOR_ERASE), in spi_flash_command_winbond_erase_sector_4B()