Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h199 #define SPI_FLASH_WREN (1<<30) macro
/hal_espressif-3.6.0/components/spi_flash/esp32/
Dspi_flash_rom_patch.c101 REG_WRITE(SPI_CMD_REG(SPI_IDX), SPI_FLASH_WREN); in esp_rom_spiflash_unlock()
327 WRITE_PERI_REG(PERIPHS_SPI_FLASH_CMD, SPI_FLASH_WREN); // enable write operation in esp_rom_spiflash_enable_write()
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dstub_write_flash.c93 WRITE_REG(SPI_CMD_REG, SPI_FLASH_WREN); in spi_write_enable()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dspi_reg.h32 #define SPI_FLASH_WREN (BIT(30)) macro