Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h200 #define SPI_FLASH_RDSR (1<<27) macro
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dstub_write_flash.c82 WRITE_REG(SPI_CMD_REG, SPI_FLASH_RDSR); in spiflash_is_ready()
/hal_espressif-3.6.0/components/spi_flash/esp32/
Dspi_flash_rom_patch.c233 WRITE_PERI_REG(PERIPHS_SPI_FLASH_CMD, SPI_FLASH_RDSR); in esp_rom_spiflash_read_status()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dspi_reg.h53 #define SPI_FLASH_RDSR (BIT(27)) macro