Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/
Dstub_write_flash.c300 …uint32_t command = block_erase ? SPI_FLASH_BE : SPI_FLASH_SE; /* block erase, 64KB : sector erase,… in start_next_erase()
307 …uint32_t command = block_erase ? SPI_FLASH_BE : SPI_FLASH_SE; /* block erase, 64KB : sector erase,… in start_next_erase()
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/include/
Dsoc_support.h253 #define SPI_FLASH_SE (1<<24) macro
/hal_espressif-3.7.0/components/esp_rom/patches/
Desp_rom_spiflash.c135 WRITE_PERI_REG(PERIPHS_SPI_FLASH_CMD, SPI_FLASH_SE); in esp_rom_spiflash_erase_sector_internal()
/hal_espressif-3.7.0/components/soc/esp32/include/soc/
Dspi_reg.h74 #define SPI_FLASH_SE (BIT(24)) macro