Home
last modified time | relevance | path

Searched refs:SPI_FLASH_SE (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dstub_write_flash.c308 …uint32_t command = block_erase ? SPI_FLASH_BE : SPI_FLASH_SE; /* block erase, 64KB : sector erase,… in start_next_erase()
315 …uint32_t command = block_erase ? SPI_FLASH_BE : SPI_FLASH_SE; /* block erase, 64KB : sector erase,… in start_next_erase()
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h201 #define SPI_FLASH_SE (1<<24) macro
/hal_espressif-3.4.0/components/spi_flash/esp32/
Dspi_flash_rom_patch.c148 WRITE_PERI_REG(PERIPHS_SPI_FLASH_CMD, SPI_FLASH_SE); in esp_rom_spiflash_erase_sector_internal()
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Dspi_reg.h74 #define SPI_FLASH_SE (BIT(24)) macro