ESP-IDF
esp_image_flash_size_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_image_flash_size_t
esp_image_flash_size_t enum
Syntax
Show:
Summary
Declaration
from
esp_app_format.h:61
enum
{
ESP_IMAGE_FLASH_SIZE_1MB
=
0
,
ESP_IMAGE_FLASH_SIZE_2MB
,
ESP_IMAGE_FLASH_SIZE_4MB
,
ESP_IMAGE_FLASH_SIZE_8MB
,
ESP_IMAGE_FLASH_SIZE_16MB
,
ESP_IMAGE_FLASH_SIZE_32MB
,
ESP_IMAGE_FLASH_SIZE_64MB
,
ESP_IMAGE_FLASH_SIZE_128MB
,
ESP_IMAGE_FLASH_SIZE_MAX
}
;
Values
Value
Declared as
Description
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_1MB
=
0
SPI flash size 1 MB.
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_2MB
SPI flash size 2 MB.
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_4MB
SPI flash size 4 MB.
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_8MB
SPI flash size 8 MB.
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_16MB
SPI flash size 16 MB.
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_32MB
SPI flash size 32 MB.
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_64MB
SPI flash size 64 MB.
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_128MB
SPI flash size 128 MB.
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_MAX
SPI flash size MAX.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_app_format.h:61
}
esp_image_flash_size_t
;
esp_app_format.h:71
esp_image_flash_size_t
int
esp_image_get_flash_size
(
esp_image_flash_size_t
app_flash_size
)
esp_image_format.c:1066
esp_image_get_flash_size()
esp_image_get_flash_size()::app_flash_size
int
esp_image_get_flash_size
(
esp_image_flash_size_t
app_flash_size
)
;
esp_image_format.h:199
esp_image_get_flash_size()
esp_image_get_flash_size()::app_flash_size
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
esp_image_get_flash_size()::app_flash_size
esp_image_get_flash_size()
esp_image_format.h:199
esp_image_get_flash_size()::app_flash_size
esp_image_get_flash_size()
esp_image_format.c:1066
Lifecycle
from
examples
All items filtered out
All items filtered out