ESP-IDF
reloc_info_t
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
reloc_info_t
reloc_info_t struct
Syntax
Show:
Summary
Declaration
from
ulp_macro.c:26
typedef
struct
{
uint32_t
label
:
16
;
uint32_t
addr
:
11
;
uint32_t
unused
:
1
;
uint32_t
type
:
4
;
}
reloc_info_t
;
Fields
Field
Declared as
reloc_info_t::label
uint32_t
:
16
reloc_info_t::addr
uint32_t
:
11
reloc_info_t::unused
uint32_t
:
1
reloc_info_t::type
uint32_t
:
4
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