Home
last modified time | relevance | path

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

/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()
66 while(READ_REG(SPI0_EXT2_REG) & SPI_ST) in spi_wait_ready()
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h233 #define SPI_ST 0x7 /* done state value */ macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dspi_reg.h1206 #define SPI_ST 0x00000007 macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dspi_reg.h919 #define SPI_ST 0x0000000F macro