ESP-IDF
I_LD
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
I_LD
I_LD macro
Load value from RTC memory into reg_dest register. Loads 16 LSBs from RTC memory word given by the sum of value in reg_addr and value of offset_.
Syntax
Show:
Summary
Declaration
from
ulp.h:473
#define
I_LD
(
reg_dest
,
reg_addr
,
offset_
)
{
.
ld
=
{
\
.
dreg
=
reg_dest
,
\
.
sreg
=
reg_addr
,
\
.
unused1
=
0
,
\
.
offset
=
offset_
,
\
.
unused2
=
0
,
\
.
opcode
=
OPCODE_LD
}
}
Arguments
Argument
reg_dest
reg_addr
offset_
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