Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dspi_flash.h86 #define ESP_ROM_SPIFLASH_TWO_BYTE_STATUS_EN SPI_WRSR_2B
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c80 CLEAR_PERI_REG_MASK(SPI_CTRL_REG(SPI_IDX), SPI_WRSR_2B); in esp_rom_spiflash_clear_bp()
90 SET_PERI_REG_MASK(SPI_CTRL_REG(SPI_IDX), SPI_WRSR_2B); in esp_rom_spiflash_clear_bp()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_write_flash.c130 REG_SET_MASK(SPI_CTRL_REG, SPI_WRSR_2B); in SPIUnlock()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dsoc_support.h260 #define SPI_WRSR_2B (1<<22) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dspi_reg.h169 #define SPI_WRSR_2B (BIT(22)) macro