ESP-IDF
esp_flash_region_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_flash_region_t
esp_flash_region_t struct
@endcond Structure for describing a region of flash
Syntax
Show:
Summary
Declaration
from
esp_flash.h:26
typedef
struct
{
uint32_t
offset
;
uint32_t
size
;
}
esp_flash_region_t
;
Fields
Field
Declared as
esp_flash_region_t::offset
uint32_t
esp_flash_region_t::size
uint32_t
Related Functions
Found 4 other functions taking a
esp_flash_region_t
argument:
Function
Description
find_region()
esp_flash_get_protectable_regions()
Read the list of individually protectable regions of this SPI flash chip.
esp_flash_get_protected_region()
Detect if a region of the SPI flash chip is protected
esp_flash_set_protected_region()
Update the protected status for a region of the SPI flash chip
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out