Searched refs:SPI_WRSR_2B (Results 1 – 5 of 5) sorted by relevance
108 #define ESP_ROM_SPIFLASH_TWO_BYTE_STATUS_EN SPI_WRSR_2B
208 #define SPI_WRSR_2B (1<<22) macro
87 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()
138 REG_SET_MASK(SPI_CTRL_REG, SPI_WRSR_2B); in SPIUnlock()
169 #define SPI_WRSR_2B (BIT(22)) macro