Home
last modified time | relevance | path

Searched refs:SPI_WRSR_2B (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/components/esp_rom/include/esp32/rom/
Dspi_flash.h108 #define ESP_ROM_SPIFLASH_TWO_BYTE_STATUS_EN SPI_WRSR_2B
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h208 #define SPI_WRSR_2B (1<<22) macro
/hal_espressif-3.4.0/components/spi_flash/esp32/
Dspi_flash_rom_patch.c87 CLEAR_PERI_REG_MASK(SPI_CTRL_REG(SPI_IDX), SPI_WRSR_2B); in esp_rom_spiflash_unlock()
97 SET_PERI_REG_MASK(SPI_CTRL_REG(SPI_IDX), SPI_WRSR_2B); in esp_rom_spiflash_unlock()
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dstub_write_flash.c138 REG_SET_MASK(SPI_CTRL_REG, SPI_WRSR_2B); in SPIUnlock()
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Dspi_reg.h169 #define SPI_WRSR_2B (BIT(22)) macro