Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c94 REG_WRITE(SPI_CMD_REG(SPI_IDX), SPI_FLASH_WREN); in esp_rom_spiflash_clear_bp()
324 WRITE_PERI_REG(PERIPHS_SPI_FLASH_CMD, SPI_FLASH_WREN); // enable write operation in esp_rom_spiflash_enable_write()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_write_flash.c93 WRITE_REG(SPI_CMD_REG, SPI_FLASH_WREN); in spi_write_enable()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dsoc_support.h251 #define SPI_FLASH_WREN (1<<30) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dspi_reg.h32 #define SPI_FLASH_WREN (BIT(30)) macro