Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/esp32s3/
Dopi_flash_cmd_format_mxic.h61 .cmd = MXIC_CMD16(CMD_LARGE_BLOCK_ERASE_4B), \
148 .cmd = MXIC_CMD16(CMD_LARGE_BLOCK_ERASE_4B), \
/hal_espressif-latest/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h44 #define CMD_LARGE_BLOCK_ERASE_4B 0xDC /* 64KB block erase command */ macro
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Drom_functions.h216 #define CMD_LARGE_BLOCK_ERASE_4B 0xDC macro
267 .cmd = CMD_LARGE_BLOCK_ERASE_4B, \
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_winbond.c231 .command = (addr_4b? CMD_LARGE_BLOCK_ERASE_4B: CMD_LARGE_BLOCK_ERASE), in spi_flash_command_erase_block_4B()
Dspi_flash_chip_mxic_opi.c237 .command = CMD_OPI_FLASH_MXIC(CMD_LARGE_BLOCK_ERASE_4B), in spi_flash_chip_mxic_opi_erase_block()