Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/esp32s3/
Dopi_flash_cmd_format_mxic.h50 .cmd = MXIC_CMD16(CMD_SECTOR_ERASE_4B), \
137 .cmd = MXIC_CMD16(CMD_SECTOR_ERASE_4B), \
/hal_espressif-latest/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h42 #define CMD_SECTOR_ERASE_4B 0x21 macro
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Drom_functions.h213 #define CMD_SECTOR_ERASE_4B 0x21 macro
256 .cmd = CMD_SECTOR_ERASE_4B, \
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_winbond.c220 .command = (addr_4b? CMD_SECTOR_ERASE_4B: CMD_SECTOR_ERASE), in spi_flash_command_winbond_erase_sector_4B()
Dspi_flash_chip_mxic_opi.c208 .command = CMD_OPI_FLASH_MXIC(CMD_SECTOR_ERASE_4B), in spi_flash_chip_mxic_opi_erase_sector()