18 #include <esp_system.h>
19 #include <sys/pgmspace.h>
21 #define INTERNAL_FLASH_SECTOR_SIZE 4096
22 #define INTERNAL_FLASH_START_ADDRESS FLASH_BASE
SPIFlashSpeed
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:33
SPIFlashMode
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:24
SPIFlashSize
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:40
void flashmem_sfdp_read(uint32_t addr, void *buffer, size_t count)
@ SPEED_80MHZ
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:37
@ SPEED_26MHZ
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:35
@ SPEED_20MHZ
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:36
@ SPEED_40MHZ
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:34
@ MODE_QOUT
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:26
@ MODE_FAST_READ
Not supported.
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:30
@ MODE_DOUT
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:28
@ MODE_DIO
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:27
@ MODE_QIO
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:25
@ MODE_SLOW_READ
Not supported.
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:29
@ SIZE_32MBIT
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:45
@ SIZE_1MBIT
Not supported.
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:46
@ SIZE_16MBIT
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:44
@ SIZE_8MBIT
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:43
@ SIZE_4MBIT
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:41
@ SIZE_2MBIT
Definition: Rp2040/Components/spi_flash/include/esp_spi_flash.h:42