ESP-IDF
ulp_binary_header_t::data_size
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ulp_binary_header_t::data_size
ulp_binary_header_t::data_size field
Syntax
Show:
Summary
Declaration
from
ulp.c:38
uint16_t
data_size
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
data_size
;
ulp.c:38
(
size_t
)
header
.
data_size
;
ulp.c:136
ulp_load_binary()
header
.
text_size
,
header
.
data_size
,
header
.
bss_size
)
;
ulp.c:140
ulp_load_binary()
size_t
text_data_size
=
header
.
text_size
+
header
.
data_size
;
ulp.c:146
ulp_load_binary()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ulp_binary_header_t::data_size
is read by 1 function:
All items filtered out
ulp_binary_header_t::data_size
ulp_load_binary()
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