Searched refs:SPI_FLASH_SE (Results 1 – 4 of 4) sorted by relevance
300 …uint32_t command = block_erase ? SPI_FLASH_BE : SPI_FLASH_SE; /* block erase, 64KB : sector erase,… in start_next_erase()307 …uint32_t command = block_erase ? SPI_FLASH_BE : SPI_FLASH_SE; /* block erase, 64KB : sector erase,… in start_next_erase()
253 #define SPI_FLASH_SE (1<<24) macro
135 WRITE_PERI_REG(PERIPHS_SPI_FLASH_CMD, SPI_FLASH_SE); in esp_rom_spiflash_erase_sector_internal()
74 #define SPI_FLASH_SE (BIT(24)) macro