ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_https_ota_config_t::enc_img_header_size
from the following samples and libraries:
pre_encrypted_ota sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_https_ota_config_t::enc_img_header_size
esp_https_ota_config_t::enc_img_header_size field
Header size of pre-encrypted ota image header
Syntax
Show:
Summary
Declaration
from
esp_https_ota.h:69
uint16_t
enc_img_header_size
;
Examples
esp_https_ota_config_t::enc_img_header_size
is referenced by 1 libraries and example projects:
pre_encrypted_ota sample
References
from
0/1
examples
Code
Location
Referrer
uint16_t
enc_img_header_size
;
/*!< Header size of pre-encrypted ota image header */
esp_https_ota.h:69
https_ota_handle
->
image_length
-=
ota_config
->
enc_img_header_size
;
esp_https_ota.c:336
esp_https_ota_begin()
https_ota_handle
->
image_length
-=
ota_config
->
enc_img_header_size
;
esp_https_ota.c:367
esp_https_ota_begin()
https_ota_handle
->
enc_img_header_size
=
ota_config
->
enc_img_header_size
;
esp_https_ota.c:400
esp_https_ota_begin()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
esp_https_ota_config_t::enc_img_header_size
is read by 1 function:
All items filtered out
esp_https_ota_config_t::enc_img_header_size
esp_https_ota_begin()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out