14 #include <esp_idf_version.h>
15 #if ESP_IDF_VERSION_MAJOR < 5
16 #include_next <esp_spi_flash.h>
18 #include <spi_flash_mmap.h>
20 #include <rom/spi_flash.h>
21 #include <esp_app_format.h>
27 #define INTERNAL_FLASH_SECTOR_SIZE SPI_FLASH_SEC_SIZE
SPIFlashSpeed
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:38
SPIFlashMode
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:29
SPIFlashSize
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:45
@ SPEED_80MHZ
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:42
@ SPEED_26MHZ
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:40
@ SPEED_20MHZ
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:41
@ SPEED_40MHZ
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:39
@ MODE_QOUT
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:31
@ MODE_FAST_READ
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:34
@ MODE_DOUT
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:33
@ MODE_DIO
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:32
@ MODE_QIO
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:30
@ MODE_SLOW_READ
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:35
@ SIZE_32MBIT
Not listed.
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:51
@ SIZE_1MBIT
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:46
@ SIZE_16MBIT
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:50
@ SIZE_8MBIT
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:49
@ SIZE_4MBIT
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:48
@ SIZE_2MBIT
Definition: Esp32/Components/spi_flash/include/esp_spi_flash.h:47