Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_write_flash.c82 WRITE_REG(SPI_CMD_REG, SPI_FLASH_RDSR); in spiflash_is_ready()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dsoc_support.h252 #define SPI_FLASH_RDSR (1<<27) macro
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c226 WRITE_PERI_REG(PERIPHS_SPI_FLASH_CMD, SPI_FLASH_RDSR); in esp_rom_spiflash_read_status()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dspi_reg.h53 #define SPI_FLASH_RDSR (BIT(27)) macro