ESP-IDF
+
0
/2 examples
SourceVu will show references to
esp_image_segment_header_t
from the following samples and libraries:
native_ota_example sample
pre_encrypted_ota sample
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_image_segment_header_t
esp_image_segment_header_t struct
@endcond Header of binary image segment
Syntax
Show:
Summary
Declaration
from
esp_app_format.h:114
typedef
struct
{
uint32_t
load_addr
;
uint32_t
data_len
;
}
esp_image_segment_header_t
;
Fields
Field
Declared as
Description
esp_image_segment_header_t::load_addr
uint32_t
Address of segment.
esp_image_segment_header_t::data_len
uint32_t
Length of data.
Related Functions
Found 3 other functions taking a
esp_image_segment_header_t
argument:
Function
process_segment()
verify_segment_header()
process_segment()
Examples
esp_image_segment_header_t
is referenced by 2 libraries and example projects:
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