ESP-IDF
esp_image_get_flash_size()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_image_get_flash_size()
esp_image_get_flash_size() function
Get the flash size of the image
Syntax
Show:
Summary
Declaration
Definition
from
esp_image_format.h:199
int
esp_image_get_flash_size
(
esp_image_flash_size_t
app_flash_size
)
;
Implemented in
esp_image_format.c:1066
Arguments
Argument
Description
app_flash_size
The value configured in the image header
Return value
Actual size, in bytes.
Examples
References
from
examples
Code
Location
int
esp_image_get_flash_size
(
esp_image_flash_size_t
app_flash_size
)
esp_image_format.c:1066
int
esp_image_get_flash_size
(
esp_image_flash_size_t
app_flash_size
)
;
esp_image_format.h:199
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_image_get_flash_size()
reads 8 variables:
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_1MB
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_2MB
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_4MB
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_8MB
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_16MB
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_32MB
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_64MB
esp_image_flash_size_t::ESP_IMAGE_FLASH_SIZE_128MB
All items filtered out
esp_image_get_flash_size()
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
Lifecycle
from
examples
All items filtered out
All items filtered out