Home
last modified time | relevance | path

Searched refs:SPI0_EXT2_REG (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h240 #define SPI0_EXT2_REG (SPI0_BASE_REG + 0xF8) macro
243 #define SPI0_EXT2_REG (SPI0_BASE_REG + 0x54) macro
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dstub_write_flash.c66 while(READ_REG(SPI0_EXT2_REG) & SPI_ST) in spi_wait_ready()