Home
last modified time | relevance | path

Searched refs:PERIPHS_SPI_FLASH_CMD (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c116 WRITE_PERI_REG(PERIPHS_SPI_FLASH_CMD, SPI_FLASH_CE); in esp_rom_spiflash_erase_chip_internal()
117 while (READ_PERI_REG(PERIPHS_SPI_FLASH_CMD) != 0) { in esp_rom_spiflash_erase_chip_internal()
138 WRITE_PERI_REG(PERIPHS_SPI_FLASH_CMD, SPI_FLASH_SE); in esp_rom_spiflash_erase_sector_internal()
139 while (READ_PERI_REG(PERIPHS_SPI_FLASH_CMD) != 0) { in esp_rom_spiflash_erase_sector_internal()
154 WRITE_PERI_REG(PERIPHS_SPI_FLASH_CMD, SPI_FLASH_BE); in esp_rom_spiflash_erase_block_internal()
155 while (READ_PERI_REG(PERIPHS_SPI_FLASH_CMD) != 0) { in esp_rom_spiflash_erase_block_internal()
209 WRITE_PERI_REG(PERIPHS_SPI_FLASH_CMD, SPI_FLASH_PP); in esp_rom_spiflash_program_page_internal()
210 while ( READ_PERI_REG(PERIPHS_SPI_FLASH_CMD ) != 0 ) { in esp_rom_spiflash_program_page_internal()
226 WRITE_PERI_REG(PERIPHS_SPI_FLASH_CMD, SPI_FLASH_RDSR); in esp_rom_spiflash_read_status()
227 while (READ_PERI_REG(PERIPHS_SPI_FLASH_CMD) != 0) { in esp_rom_spiflash_read_status()
[all …]
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dspi_flash.h50 #define PERIPHS_SPI_FLASH_CMD SPI_CMD_REG(1) macro
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dspi_flash.h54 #define PERIPHS_SPI_FLASH_CMD SPI_MEM_CMD_REG(1) macro
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dspi_flash.h18 #define PERIPHS_SPI_FLASH_CMD SPI_MEM_CMD_REG(1) macro
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dspi_flash.h18 #define PERIPHS_SPI_FLASH_CMD SPI_MEM_CMD_REG(1) macro
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dspi_flash.h18 #define PERIPHS_SPI_FLASH_CMD SPI_MEM_CMD_REG(1) macro
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dspi_flash.h48 #define PERIPHS_SPI_FLASH_CMD SPI_MEM_CMD_REG(1) macro
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Dspi_flash.h18 #define PERIPHS_SPI_FLASH_CMD SPI_MEM_CMD_REG(1) macro