ESP-IDF
ulp_insn::alu_reg
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_insn::alu_reg
ulp_insn::alu_reg field
Format of ALU instruction (both sources are registers)
Syntax
Show:
Summary
Declaration
from
ulp.h:179
struct
{
uint32_t
dreg
:
2
;
uint32_t
sreg
:
2
;
uint32_t
treg
:
2
;
uint32_t
unused
:
15
;
uint32_t
sel
:
4
;
uint32_t
sub_opcode
:
3
;
uint32_t
opcode
:
4
;
}
alu_reg
;
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