Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.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()
402 while ((REG_READ(SPI_EXT2_REG(1)) & SPI_ST)) { in esp_rom_spiflash_config_readmode()
404 while ((REG_READ(SPI_EXT2_REG(0)) & SPI_ST)) { in esp_rom_spiflash_config_readmode()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dsoc_support.h280 #define SPI_EXT2_REG (SPI_BASE_REG + 0x54) /* renamed SPI_MEM_FSM_REG */ macro
282 #define SPI_EXT2_REG (SPI_BASE_REG + 0xF8) macro
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_write_flash.c63 while((READ_REG(SPI_EXT2_REG) & SPI_ST)) in spi_wait_ready()
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c296 while ( READ_PERI_REG(SPI_EXT2_REG(0)) != 0); in psram_cmd_recv_start()
1000 spi_status = READ_PERI_REG(SPI_EXT2_REG(PSRAM_SPI_NUM)); in esp_psram_impl_enable()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dspi_reg.h1203 #define SPI_EXT2_REG(i) (REG_SPI_BASE(i) + 0xF8) macro