Home
last modified time | relevance | path

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

/hal_espressif-3.6.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.6.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h202 #define SPI_FLASH_BE (1<<23) macro
/hal_espressif-3.6.0/components/spi_flash/esp32/
Dspi_flash_rom_patch.c163 WRITE_PERI_REG(PERIPHS_SPI_FLASH_CMD, SPI_FLASH_BE); in esp_rom_spiflash_erase_block_internal()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dspi_reg.h81 #define SPI_FLASH_BE (BIT(23)) macro