Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/spi_flash/private_include/
Dspi_flash_defs.h49 #define CMD_LARGE_BLOCK_ERASE_4B 0xDC /* 64KB block erase command */ macro
/device/soc/esp/esp32/components/spi_flash/
Dspi_flash_chip_winbond.c211 .command = (addr_4b? CMD_LARGE_BLOCK_ERASE_4B: CMD_LARGE_BLOCK_ERASE), in spi_flash_command_erase_block_4B()