Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h228 #define SPI_EXT2_REG (SPI_BASE_REG + 0x54) /* renamed SPI_MEM_FSM_REG */ macro
230 #define SPI_EXT2_REG (SPI_BASE_REG + 0xF8) macro
/hal_espressif-3.6.0/components/spi_flash/esp32/
Dspi_flash_rom_patch.c36 while ((REG_READ(SPI_EXT2_REG(1)) & SPI_ST)) { in esp_rom_spiflash_wait_idle()
38 while ((REG_READ(SPI_EXT2_REG(0)) & SPI_ST)) { in esp_rom_spiflash_wait_idle()
404 while ((REG_READ(SPI_EXT2_REG(1)) & SPI_ST)) { in esp_rom_spiflash_config_readmode()
406 while ((REG_READ(SPI_EXT2_REG(0)) & SPI_ST)) { in esp_rom_spiflash_config_readmode()
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dstub_write_flash.c63 while((READ_REG(SPI_EXT2_REG) & SPI_ST)) in spi_wait_ready()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram_psram.c278 while ( READ_PERI_REG(SPI_EXT2_REG(0)) != 0); in psram_cmd_recv_start()
976 spi_status = READ_PERI_REG(SPI_EXT2_REG(PSRAM_SPI_NUM)); in psram_enable()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dspi_reg.h1203 #define SPI_EXT2_REG(i) (REG_SPI_BASE(i) + 0xF8) macro